summaryrefslogtreecommitdiff
path: root/src/glsl/loop_analysis.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-07glsl: Hook up loop_variable_state destructor to plug a memory leak.Kenneth Graunke1-0/+17
2012-04-02glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke1-0/+6
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt1-0/+2
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri1-1/+1
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick1-0/+14
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick1-0/+6
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick1-0/+20
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick1-0/+190