Age | Commit message (Expand) | Author |
---|---|---|
2011-02-21 | Use C-style system headers in C++ code to avoid issues with std:: namespace | Ian Romanick |
2011-01-31 | Convert everything from the talloc API to the ralloc API. | Kenneth Graunke |
2010-11-11 | glsl: fix crash in loop analysis when some controls can't be determined | Aras Pranckevicius |
2010-09-15 | glsl: Fix 'format not a string literal and no format arguments' warning. | Vinson Lee |
2010-09-13 | loop_controls: fix analysis of already analyzed loops | Luca Barbieri |
2010-09-03 | glsl2: Use as_constant some places instead of constant_expression_value | Ian Romanick |
2010-09-03 | glsl2: Add module to perform simple loop unrolling | Ian Romanick |
2010-09-03 | glsl2: Track the number of ir_loop_jump instructions that are in a loop | Ian Romanick |
2010-09-03 | glsl2: Eliminate zero-iteration loops | Ian Romanick |
2010-09-03 | glsl2: Add module to suss out loop control variables from loop analysis data | Ian Romanick |