aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/loop_analysis.h
Commit message (Expand)AuthorAgeFilesLines
* src/compiler: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-2/+1
* glsl: make loop unrolling more like the nir unrolling pathTimothy Arceri2017-10-101-1/+4
* glsl: don't drop instructions from unreachable terminators continue branchTimothy Arceri2017-10-101-0/+7
* glsl: merge loop_controls.cpp with loop_unroll.cppTimothy Arceri2017-09-211-16/+0
* glsl: move loop analysis helpers to loop_analysis.cppTimothy Arceri2017-09-211-7/+0
* glsl: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+0
* glsl: Convert loop analysis to the util hash tableThomas Helland2016-09-121-4/+4
* glsl: move to compiler/Emil Velikov2016-01-261-0/+259