aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/loop_analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Handle empty if statement encountered during loop analysis.Paul Berry2013-07-251-1/+2
* glsl: Change loop_analysis to not look like a resource leakIan Romanick2013-02-071-7/+6
* glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke2012-04-021-0/+28
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-7/+7
* glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt2011-01-181-0/+3
* glsl: Free the loop state context when we free the loop state.Eric Anholt2010-11-111-0/+1
* glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...Ian Romanick2010-09-071-1/+1
* glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick2010-09-031-1/+1
* glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick2010-09-031-0/+17
* glsl2: Add module to analyze variables used in loopsIan Romanick2010-09-031-0/+479