glsl: mark variable as loop constant when it is set read only
[mesa.git] / src / glsl / loop_analysis.h
2014-09-11 Tapani Pälliglsl: mark variable as loop constant when it is set...
2014-04-12 Kenneth Graunkeglsl: Pass gl_shader_compiler_optimizations to unroll_l...
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-09 Paul Berryglsl/loops: Stop creating normatively bound loops in...
2013-12-09 Paul Berryglsl/loops: Get rid of loop_variable_state::max_iterations.
2013-12-09 Paul Berryglsl/loops: Move some analysis from loop_controls to...
2013-12-09 Paul Berryglsl/loops: Remove unnecessary list walk from loop_cont...
2013-12-09 Paul Berryglsl/loops: Remove unused fields iv_scale and biv from...
2013-12-09 Paul Berryglsl/loops: replace loop controls with a normative...
2013-12-09 Paul Berryglsl: Fix loop analysis of nested loops.
2013-12-09 Paul Berryglsl: Extract functions from loop_analysis::visit(ir_de...
2013-11-30 Paul Berryglsl: Remove unused field loop_variable_state::loop.
2013-02-08 Ian Romanickglsl: Change loop_analysis to not look like a resource...
2012-06-07 Kenneth Graunkeglsl: Hook up loop_variable_state destructor to plug...
2012-04-02 Kenneth Graunkeglsl: Don't trust loop analysis in the presence of...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-18 Eric Anholtglsl: Skip the rest of loop unrolling if no loops were...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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