summaryrefslogtreecommitdiffstats
path: root/src/glsl/loop_analysis.h
Commit message (Expand)AuthorAgeFilesLines
* glsl: Hook up loop_variable_state destructor to plug a memory leak.Kenneth Graunke2012-06-071-0/+17
* glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke2012-04-021-0/+6
* glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt2011-01-181-0/+2
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-081-1/+1
* glsl2: Add module to perform simple loop unrollingIan Romanick2010-09-031-0/+14
* glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick2010-09-031-0/+6
* glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick2010-09-031-0/+20
* glsl2: Add module to analyze variables used in loopsIan Romanick2010-09-031-0/+190