summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_ubo_reference.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/types: Rename is_integer to is_integer_32Jason Ekstrand2019-06-191-1/+1
* glsl: rename is_record() -> is_struct()Timothy Arceri2019-03-061-1/+1
* glsl: Add support for lowering SSBO float atomicsIan Romanick2018-08-221-3/+3
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* glsl: Use link_calculate_matrix_stride in lower_buffer_access and friendsIan Romanick2017-11-081-14/+14
* glsl: pass UseSTD430AsDefaultPacking to where it will be usedTimothy Arceri2017-08-221-8/+25
* glsl: calculate number of operands in an expression onceTimothy Arceri2017-08-111-1/+1
* glsl: simplify an assertion in lower_ubo_referenceNicolai Hähnle2017-06-131-1/+1
* glsl: teach lower_ubo_reference about samplers inside structuresSamuel Pitoiset2017-05-061-0/+15
* glsl: rename image_* qualifiers to memory_*Samuel Pitoiset2017-05-041-6/+6
* st/mesa/glsl/i965: move ShaderStorageBlocks to gl_programTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: set num_ssbos directly in shader_infoTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: move per stage UniformBlocks to gl_programTimothy Arceri2017-01-061-1/+1
* st/mesa/glsl/i965: set num_ubos directly in shader_infoTimothy Arceri2017-01-061-1/+1
* glsl: fix lowering of UBO references of named blocksNicolai Hähnle2016-11-031-5/+5
* glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick2016-10-041-3/+0
* glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick2016-10-041-3/+3
* glsl: Use the ir_intrinsic_* enums instead of the __intrinsic_* name stringsIan Romanick2016-10-041-9/+9
* glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick2016-10-041-0/+6
* glsl: Silence unused parameter warningIan Romanick2016-08-261-1/+1
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-3/+3
* glsl: use enum glsl_interface_packing in more places. (v2)Dave Airlie2016-06-061-8/+8
* glsl: Add an option to clamp block indices when lowering UBO/SSBOsJason Ekstrand2016-05-231-4/+32
* glsl: use has_shader_storage_buffer_objects helperIlia Mirkin2016-04-051-2/+1
* glsl: make ssbo predicate return true when in a GLSL 430 or ESSL 310 shaderIlia Mirkin2016-04-031-1/+2
* glsl: keep track of ssbo variable being accessed, add access paramsIlia Mirkin2016-01-291-2/+38
* glsl: move to compiler/Emil Velikov2016-01-261-0/+1042