aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/loop_analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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