aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_variable_index_to_cond_assign.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl/types: Rename is_integer to is_integer_32Jason Ekstrand2019-06-191-1/+1
* glsl: Convert lower_variable_index_to_cond_assign to ir_builderIan Romanick2017-10-021-99/+59
* glsl: Fix coding standards issues in lower_variable_index_to_cond_assignIan Romanick2017-10-021-78/+76
* glsl: Return ir_variable from compare_index_blockIan Romanick2017-10-021-11/+15
* glsl: Lower variable indexing of system value arrays unconditionally.Kenneth Graunke2016-04-041-0/+20
* glsl: move to compiler/Emil Velikov2016-01-261-0/+585