summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl
Commit message (Expand)AuthorAgeFilesLines
* glsl: remove duplicate embedded struct validationTimothy Arceri2016-02-123-51/+17
* mesa: call build_program_resource_list inside Driver.LinkShaderMarek Olšák2016-02-111-1/+4
* glsl: Disallow transform feedback varyings with compute shaders.Kenneth Graunke2016-02-091-2/+3
* glsl: remove unrequired forward declarationTimothy Arceri2016-02-091-2/+0
* glsl: clean up and fix bug in varying linking rulesTimothy Arceri2016-02-091-74/+63
* glsl: simplify ES Vertex/Fragment shader requirementsTimothy Arceri2016-02-091-28/+28
* glsl: simplify required stages for linking rulesTimothy Arceri2016-02-091-43/+41
* glsl: small tidy up now that link_shaders() exits early with 0 shadersTimothy Arceri2016-02-091-6/+4
* glsl: don't attempt to link empty programTimothy Arceri2016-02-091-23/+23
* glsl: validate arrays of arrays on empty type delclarationsTimothy Arceri2016-02-091-25/+38
* glsl/ir: add param index to variable.Dave Airlie2016-02-091-0/+8
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-081-0/+1
* glsl: return cloned signature, not the builtin oneIlia Mirkin2016-02-071-1/+2
* glsl: make sure builtins are initialized before getting the shaderIlia Mirkin2016-02-071-0/+1
* glsl: don't generate transform feedback candidate when not requiredTimothy Arceri2016-02-061-2/+4
* glsl: replace unreachable code with an assert()Timothy Arceri2016-02-062-65/+38
* glsl: simplify setting of image access qualifiersTimothy Arceri2016-02-051-63/+21
* Revert "compiler: removed unused Makefile.sources"Rob Clark2016-02-031-0/+222
* compiler: fix .gitignore for glsl_compilerRob Clark2016-02-031-1/+0
* compiler: removed unused Makefile.sourcesRob Clark2016-02-031-222/+0
* glsl: Disable tree grafting optimization for shared variablesJordan Justen2016-02-021-5/+6
* glsl: Enable debug prints for do_common_optimizationJordan Justen2016-02-021-32/+49
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-015-152/+8
* glsl: keep track of ssbo variable being accessed, add access paramsIlia Mirkin2016-01-294-6/+47
* glsl: always initialize image_* fields, copy them on interface initIlia Mirkin2016-01-291-0/+5
* glsl: disallow implicit conversions in ESSL shadersIlia Mirkin2016-01-281-0/+4
* glsl: double-precision values don't support interpolationSamuel Iglesias Gonsálvez2016-01-281-2/+7
* glsl: only expose double mod when doubles are availableIlia Mirkin2016-01-271-17/+18
* glsl: remove old FINISHMETimothy Arceri2016-01-271-2/+0
* glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSizeIlia Mirkin2016-01-264-1/+16
* glsl: move to compiler/Emil Velikov2016-01-26451-0/+85231