summaryrefslogtreecommitdiff
path: root/src/glsl/loop_unroll.cpp
AgeCommit message (Expand)Author
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2010-12-09glsl: Unroll loops with conditional breaks anywhere (not just the end)Luca Barbieri
2010-12-09glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke
2010-12-09glsl: Clean up code by adding a new is_break() function.Kenneth Graunke
2010-10-12glsl2: fix signed/unsigned comparison warningBrian Paul
2010-09-13loop_unroll: unroll loops with (lowered) breaksLuca Barbieri
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick