summaryrefslogtreecommitdiff
path: root/src/glsl/loop_analysis.cpp
AgeCommit message (Expand)Author
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt
2010-11-11glsl: Free the loop state context when we free the loop state.Eric Anholt
2010-09-07glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...Ian Romanick
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick