glsl: Skip processing of expression trees in discard simplification.
[mesa.git] / src / glsl / loop_analysis.h
2011-01-18 Eric Anholtglsl: Skip the rest of loop unrolling if no loops were...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling
2010-09-03 Ian Romanickglsl2: Track the number of ir_loop_jump instructions...
2010-09-03 Ian Romanickglsl2: Add module to suss out loop control variables...
2010-09-03 Ian Romanickglsl2: Add module to analyze variables used in loops