summaryrefslogtreecommitdiff
path: root/src/glsl/loop_controls.cpp
AgeCommit message (Expand)Author
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2010-11-11glsl: fix crash in loop analysis when some controls can't be determinedAras Pranckevicius
2010-09-15glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee
2010-09-13loop_controls: fix analysis of already analyzed loopsLuca Barbieri
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick
2010-09-03glsl2: Eliminate zero-iteration loopsIan Romanick
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick