Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: Fix unroll of do{} while(false) like loops | Danylo Piliaiev | 2019-09-06 | 1 | -11/+4 |
* | glsl: Don't increase the iteration count when there are no terminators | Ian Romanick | 2019-06-24 | 1 | -1/+7 |
* | glsl: remove unreachable assert() | Emil Velikov | 2018-04-10 | 1 | -2/+0 |
* | glsl: fix infinite loop caused by bug in loop unrolling pass | Timothy Arceri | 2018-03-27 | 1 | -1/+1 |
* | glsl: make loop unrolling more like the nir unrolling path | Timothy Arceri | 2017-10-10 | 1 | -38/+134 |
* | glsl: don't drop instructions from unreachable terminators continue branch | Timothy Arceri | 2017-10-10 | 1 | -8/+20 |
* | glsl: merge loop_controls.cpp with loop_unroll.cpp | Timothy Arceri | 2017-09-21 | 1 | -2/+34 |
* | glsl: pass mem_ctx to constant_expression_value(...) and friends | Timothy Arceri | 2017-08-11 | 1 | -1/+1 |
* | glsl: Detect do-while-false loops and unroll them | Ian Romanick | 2016-02-24 | 1 | -4/+26 |
* | glsl: move to compiler/ | Emil Velikov | 2016-01-26 | 1 | -0/+432 |