aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/loop_unroll.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-2/+2
* glsl: Unroll loops with conditional breaks anywhere (not just the end)7.10-branchpointLuca Barbieri2010-12-091-46/+68
* glsl: Consider the "else" branch when looking for loop breaks.Kenneth Graunke2010-12-091-1/+1
* glsl: Clean up code by adding a new is_break() function.Kenneth Graunke2010-12-091-6/+11
* glsl2: fix signed/unsigned comparison warningBrian Paul2010-10-121-1/+1
* loop_unroll: unroll loops with (lowered) breaksLuca Barbieri2010-09-131-4/+89
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-081-4/+6
* glsl2: Add module to perform simple loop unrollingIan Romanick2010-09-031-0/+100