summaryrefslogtreecommitdiff
path: root/src/glsl/loop_analysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+2
2013-07-25glsl: Handle empty if statement encountered during loop analysis.Paul Berry1-1/+2
2013-02-07glsl: Change loop_analysis to not look like a resource leakIan Romanick1-7/+6
2012-04-02glsl: Don't trust loop analysis in the presence of function calls.Kenneth Graunke1-0/+28
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-7/+7
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt1-0/+3
2010-11-11glsl: Free the loop state context when we free the loop state.Eric Anholt1-0/+1
2010-09-07glsl2: Early return with visit_continue in loop_analysis::visit(ir_dereferenc...Ian Romanick1-1/+1
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick1-1/+1
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick1-0/+17
2010-09-03glsl2: Add module to analyze variables used in loopsIan Romanick1-0/+479