| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: Buffer atomics are supported for compute shaders | Jordan Justen | 2015-12-09 | 1 | -32/+38 |
* | glsl: Replace atomic_ssbo and ssbo_atomic with atomic | Jordan Justen | 2015-12-09 | 1 | -115/+115 |
* | glsl: Switch opcode and avail parameters to binop(). | Matt Turner | 2015-12-08 | 1 | -17/+18 |
* | glsl: remove trailing spaces in various files | Iago Toral Quiroga | 2015-11-25 | 1 | -2/+2 |
* | glsl: Add textureSamplesIdenticalEXT built-in functions | Ian Romanick | 2015-11-19 | 1 | -0/+44 |
* | glsl: fix isinf() for doubles | Connor Abbott | 2015-11-19 | 1 | -1/+10 |
* | glsl: Silence unused parameter warnings | Ian Romanick | 2015-11-18 | 1 | -2/+2 |
* | glsl: Add new barrier functions for compute shaders | Jordan Justen | 2015-11-06 | 1 | -6/+49 |
* | glsl: add support for the clock2x32ARB function | Emil Velikov | 2015-10-30 | 1 | -0/+43 |
* | glsl: fix check SSBOs support for builtin functions | Samuel Iglesias Gonsalvez | 2015-10-16 | 1 | -1/+1 |
* | glsl: Add atomic functions from ARB_shader_storage_buffer_object | Iago Toral Quiroga | 2015-09-25 | 1 | -0/+185 |
* | glsl: Rename atomic counter functions | Iago Toral Quiroga | 2015-09-25 | 1 | -15/+15 |
* | glsl: Move link_get_main_function_signature to a common location | Jordan Justen | 2015-09-13 | 1 | -0/+28 |
* | glsl: add support for the imageSamples function | Ilia Mirkin | 2015-09-10 | 1 | -3/+40 |
* | glsl: add support for the textureSamples function | Ilia Mirkin | 2015-09-10 | 1 | -0/+31 |
* | glsl: Silence unused parameter warnings | Ian Romanick | 2015-09-09 | 1 | -10/+4 |
* | glsl: clean up textureSize prototype | Ilia Mirkin | 2015-08-27 | 1 | -4/+1 |
* | glsl: add support for OES_texture_storage_multisample_2d_array | Tapani Pälli | 2015-08-27 | 1 | -2/+3 |
* | i965: allow image_size on float images | Martin Peres | 2015-08-21 | 1 | -1/+2 |
* | glsl: expose textureQueryLod in GLSL 4.00+ fragment shaders | Ilia Mirkin | 2015-08-20 | 1 | -37/+82 |
* | glsl: add support for the imageSize builtin | Martin Peres | 2015-08-20 | 1 | -16/+92 |
* | glsl: Expose image load and store built-ins in GLSL ES 3.1. | Francisco Jerez | 2015-08-20 | 1 | -1/+1 |
* | glsl: Use a separate availability class for image atomic built-ins. | Francisco Jerez | 2015-08-20 | 1 | -11/+23 |
* | glsl: enable textureSize and texelFetch on GLSL ES 3.10 with MS samplers | Tapani Pälli | 2015-08-19 | 1 | -6/+13 |
* | glsl: allow barrier() in tessellation control shaders | Marek Olšák | 2015-07-23 | 1 | -2/+2 |
* | glsl: Add builtin barrier() function | Chris Forbes | 2015-06-12 | 1 | -0/+18 |
* | glsl: add parens in shader_integer_mix() to silence compiler warning | Brian Paul | 2015-05-05 | 1 | -1/+1 |
* | glsl/es3.1: Allow misc ARB_gpu_shader5 built-ins in GLSL ES 3.10 | Ian Romanick | 2015-05-04 | 1 | -11/+11 |
* | glsl/es3.1: Allow textureGather and textureGatherOffset in GLSL ES 3.10 | Ian Romanick | 2015-05-04 | 1 | -29/+61 |
* | glsl/es3.1: Allow enhnaced packing functions in GLSL ES 3.10 | Ian Romanick | 2015-05-04 | 1 | -6/+7 |
* | glsl/es3.1: Allow interger mix built-ins in GLSL ES 3.10 | Ian Romanick | 2015-05-04 | 1 | -1/+2 |
* | glsl: Add glsl_parser_state::has_atomic_counters helper | Ian Romanick | 2015-05-04 | 1 | -1/+1 |
* | glsl: Use INFINITY instead of std::numeric_limits<float>::infinity(). | Matt Turner | 2015-03-25 | 1 | -2/+2 |
* | glsl: Expose built-in packing functions under GLSL 4.2. | Matt Turner | 2015-03-13 | 1 | -1/+1 |
* | glsl: replace Elements() with ARRAY_SIZE() | Brian Paul | 2015-03-02 | 1 | -1/+1 |
* | glsl: A shader cannot redefine or overload built-in functions in GLSL ES 3.00 | Samuel Iglesias Gonsalvez | 2015-02-19 | 1 | -0/+11 |
* | glsl: implement double builtin functions | Dave Airlie | 2015-02-19 | 1 | -259/+492 |
* | glsl: improve accuracy of atan() | Erik Faye-Lund | 2014-10-10 | 1 | -10/+55 |
* | glsl: Fix memory leak in builtin_builder::_image_prototype. | Iago Toral Quiroga | 2014-10-02 | 1 | -3/+5 |
* | glsl: Allow texture2DProjLod and textureCubeLod in GL ES | Kalyan Kondapally | 2014-09-29 | 1 | -3/+3 |
* | glsl: Use bit-flags image attributes and uint16_t for the image format | Ian Romanick | 2014-08-29 | 1 | -5/+5 |
* | glsl: add ARB_derivative control support | Ilia Mirkin | 2014-08-14 | 1 | -0/+48 |
* | glsl: Make it possible to ignore built-ins when matching signatures. | Kenneth Graunke | 2014-08-04 | 1 | -1/+2 |
* | glsl: add new interpolateAt* builtin functions | Chris Forbes | 2014-07-12 | 1 | -0/+67 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | glsl: Add support for EmitStreamVertex() and EndStreamPrimitive(). | Iago Toral Quiroga | 2014-06-30 | 1 | -0/+58 |
* | glsl: Modify ir_end_primitive to have a stream. | Iago Toral Quiroga | 2014-06-30 | 1 | -1/+2 |
* | glsl: Modify ir_emit_vertex to have a stream. | Iago Toral Quiroga | 2014-06-30 | 1 | -1/+2 |
* | glsl: simplify the M_PI*f macros, fixes build on OpenBSD | Jonathan Gray | 2014-05-13 | 1 | -5/+3 |
* | glsl: Use M_PI_* macros. | Matt Turner | 2014-04-15 | 1 | -7/+13 |