summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/lower_ubo_reference.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-13glsl: simplify an assertion in lower_ubo_referenceNicolai Hähnle1-1/+1
2017-05-06glsl: teach lower_ubo_reference about samplers inside structuresSamuel Pitoiset1-0/+15
2017-05-04glsl: rename image_* qualifiers to memory_*Samuel Pitoiset1-6/+6
2017-01-06st/mesa/glsl/i965: move ShaderStorageBlocks to gl_programTimothy Arceri1-1/+1
2017-01-06st/mesa/glsl/i965: set num_ssbos directly in shader_infoTimothy Arceri1-1/+1
2017-01-06st/mesa/glsl/i965: move per stage UniformBlocks to gl_programTimothy Arceri1-1/+1
2017-01-06st/mesa/glsl/i965: set num_ubos directly in shader_infoTimothy Arceri1-1/+1
2016-11-03glsl: fix lowering of UBO references of named blocksNicolai Hähnle1-5/+5
2016-10-04glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick1-3/+0
2016-10-04glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick1-3/+3
2016-10-04glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick1-9/+9
2016-10-04glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick1-0/+6
2016-08-26glsl: Silence unused parameter warningIan Romanick1-1/+1
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-3/+3
2016-06-06glsl: use enum glsl_interface_packing in more places. (v2)Dave Airlie1-8/+8
2016-05-23glsl: Add an option to clamp block indices when lowering UBO/SSBOsJason Ekstrand1-4/+32
2016-04-05glsl: use has_shader_storage_buffer_objects helperIlia Mirkin1-2/+1
2016-04-03glsl: make ssbo predicate return true when in a GLSL 430 or ESSL 310 shaderIlia Mirkin1-1/+2
2016-01-29glsl: keep track of ssbo variable being accessed, add access paramsIlia Mirkin1-2/+38
2016-01-26glsl: move to compiler/Emil Velikov1-0/+1042