Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / loop_controls.cpp
2015-03-30 Tapani Pälliglsl: fix unreachable(!"") to unreachable("")
2015-03-02 Brian Paulglsl: replace Elements() with ARRAY_SIZE()
2015-02-19 Dave Airlieglsl: Support double loop control
2014-08-07 Tapani Pälliglsl: support unsigned increment in ir_loop controls
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2013-12-09 Paul Berryglsl/loops: Get rid of lower_bounded_loops and ir_loop...
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: replace loop controls with a normative...
2013-11-30 Paul Berryglsl: Fix inconsistent assumptions about ir_loop::counter.
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-01-08 Paul Berryglsl: Fix loop bounds detection.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Ian RomanickUse C-style system headers in C++ code to avoid issues...
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Aras Pranckeviciusglsl: fix crash in loop analysis when some controls...
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-15 Vinson Leeglsl: Fix 'format not a string literal and no format...
2010-09-13 Luca Barbieriloop_controls: fix analysis of already analyzed loops
2010-09-03 Ian Romanickglsl2: Use as_constant some places instead of constant_...
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: Eliminate zero-iteration loops
2010-09-03 Ian Romanickglsl2: Add module to suss out loop control variables...