aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ast_array_index.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/types: Rename is_integer to is_integer_32Jason Ekstrand2019-06-191-2/+2
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-111-1/+1
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-111-7/+7
* glsl: relax bindless sampler arrays indexingSamuel Pitoiset2017-05-061-1/+7
* glsl: Indirect array indexing on non-last SSBO member must fail compilationIago Toral Quiroga2016-10-201-0/+14
* glsl: remove remaining tabs from ast_array_index.cppTimothy Arceri2016-09-291-37/+36
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-241-2/+2
* mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin2016-02-271-9/+21
* glsl: move to compiler/Emil Velikov2016-01-261-0/+333