Age | Commit message (Expand) | Author |
---|---|---|
2010-12-09 | glsl: Unroll loops with conditional breaks anywhere (not just the end) | Luca Barbieri |
2010-12-09 | glsl: Consider the "else" branch when looking for loop breaks. | Kenneth Graunke |
2010-12-09 | glsl: Clean up code by adding a new is_break() function. | Kenneth Graunke |
2010-10-12 | glsl2: fix signed/unsigned comparison warning | Brian Paul |
2010-09-13 | loop_unroll: unroll loops with (lowered) breaks | Luca Barbieri |
2010-09-08 | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri |
2010-09-03 | glsl2: Add module to perform simple loop unrolling | Ian Romanick |