aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_if_to_cond_assign.cpp
Commit message (Expand)AuthorAgeFilesLines
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-3/+1
* glsl: Fix coding standards issues in lower_if_to_cond_assignIan Romanick2017-10-021-48/+47
* glsl: Mark functions staticMatt Turner2017-08-211-2/+2
* glsl: don't flatten if-blocks with dynamic array indicesNicolai Hähnle2016-11-211-2/+17
* glsl/lower_if: conditionally lower if-branches based on their sizeMarek Olšák2016-11-151-6/+49
* glsl/lower_if: don't lower branches touching tess control outputsMarek Olšák2016-11-151-3/+20
* glsl/lower_if: check more node types in check_control_flow -> check_ir_nodeMarek Olšák2016-11-151-3/+6
* glsl/lower_if: move and rename found_control_flowMarek Olšák2016-11-151-7/+10
* glsl: Convert if lowering to use a setThomas Helland2016-09-121-23/+26
* glsl: move to compiler/Emil Velikov2016-01-261-0/+252