Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-01-18 | glsl: Skip the rest of loop unrolling if no loops were found. | Eric Anholt | 1 | -0/+2 |
2010-09-08 | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri | 1 | -1/+1 |
2010-09-03 | glsl2: Add module to perform simple loop unrolling | Ian Romanick | 1 | -0/+14 |
2010-09-03 | glsl2: Track the number of ir_loop_jump instructions that are in a loop | Ian Romanick | 1 | -0/+6 |
2010-09-03 | glsl2: Add module to suss out loop control variables from loop analysis data | Ian Romanick | 1 | -0/+20 |
2010-09-03 | glsl2: Add module to analyze variables used in loops | Ian Romanick | 1 | -0/+190 |