summaryrefslogtreecommitdiff
path: root/src/glsl/loop_controls.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+2
2013-01-08glsl: Fix loop bounds detection.Paul Berry1-4/+4
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-1/+1
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-2/+2
2010-11-11glsl: fix crash in loop analysis when some controls can't be determinedAras Pranckevicius1-0/+3
2010-09-15glsl: Fix 'format not a string literal and no format arguments' warning.Vinson Lee1-1/+1
2010-09-13loop_controls: fix analysis of already analyzed loopsLuca Barbieri1-1/+8
2010-09-03glsl2: Use as_constant some places instead of constant_expression_valueIan Romanick1-2/+2
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick1-1/+3
2010-09-03glsl2: Track the number of ir_loop_jump instructions that are in a loopIan Romanick1-0/+4
2010-09-03glsl2: Eliminate zero-iteration loopsIan Romanick1-1/+7
2010-09-03glsl2: Add module to suss out loop control variables from loop analysis dataIan Romanick1-0/+282