aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/loop_analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Fix unroll of do{} while(false) like loopsDanylo Piliaiev2019-09-061-6/+37
* glsl/types: Rename is_integer to is_integer_32Jason Ekstrand2019-06-191-1/+1
* glsl/loop_analysis: Don't search for NULL variables in the hash tableJason Ekstrand2019-06-061-0/+3
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-301-14/+9
* glsl: make loop unrolling more like the nir unrolling pathTimothy Arceri2017-10-101-28/+25
* glsl: check if induction var incremented before use in terminatorTimothy Arceri2017-10-101-0/+38
* glsl: move loop analysis helpers to loop_analysis.cppTimothy Arceri2017-09-211-0/+139
* glsl: Convert loop analysis to the util hash tableThomas Helland2016-09-121-11/+14
* glsl: move to compiler/Emil Velikov2016-01-261-0/+640