Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke | 2011-01-31 | 1 | -2/+2 |
* | glsl: Unroll loops with conditional breaks anywhere (not just the end)7.10-branchpoint | Luca Barbieri | 2010-12-09 | 1 | -46/+68 |
* | glsl: Consider the "else" branch when looking for loop breaks. | Kenneth Graunke | 2010-12-09 | 1 | -1/+1 |
* | glsl: Clean up code by adding a new is_break() function. | Kenneth Graunke | 2010-12-09 | 1 | -6/+11 |
* | glsl2: fix signed/unsigned comparison warning | Brian Paul | 2010-10-12 | 1 | -1/+1 |
* | loop_unroll: unroll loops with (lowered) breaks | Luca Barbieri | 2010-09-13 | 1 | -4/+89 |
* | glsl: add several EmitNo* options, and MaxUnrollIterations | Luca Barbieri | 2010-09-08 | 1 | -4/+6 |
* | glsl2: Add module to perform simple loop unrolling | Ian Romanick | 2010-09-03 | 1 | -0/+100 |