summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/loop_unroll.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-10glsl: remove unreachable assert()Emil Velikov1-2/+0
2018-03-27glsl: fix infinite loop caused by bug in loop unrolling passTimothy Arceri1-1/+1
2017-10-10glsl: make loop unrolling more like the nir unrolling pathTimothy Arceri1-38/+134
2017-10-10glsl: don't drop instructions from unreachable terminators continue branchTimothy Arceri1-8/+20
2017-09-21glsl: merge loop_controls.cpp with loop_unroll.cppTimothy Arceri1-2/+34
2017-08-11glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri1-1/+1
2016-02-24glsl: Detect do-while-false loops and unroll themIan Romanick1-4/+26
2016-01-26glsl: move to compiler/Emil Velikov1-0/+432