Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / glsl / loop_unroll.cpp
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-14 Kristian Høgsbergglsl: Add ir_var_shader_storage
2015-06-30 Tapani Pällimesa/glsl: new compiler option EmitNoIndirectSampler
2014-11-07 Kenneth Graunkeglsl: Skip loop-too-large heuristic if indexing arrays...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-04-12 Kenneth Graunkeglsl: Ignore loop-too-large heuristic if there's bad...
2014-04-12 Kenneth Graunkeglsl: Rename loop_unroll_count::fail to "nested_loop."
2014-04-12 Kenneth Graunkeglsl: Pass gl_shader_compiler_optimizations to unroll_l...
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
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: Simplify loop unrolling logic by breaking...
2013-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2012-03-08 Eric Anholtglsl: Refine the loop instruction counting.
2012-02-09 Mathias Fröhlichglsl: Avoid excessive loop unrolling.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Luca Barbieriglsl: Unroll loops with conditional breaks anywhere...
2010-12-10 Kenneth Graunkeglsl: Consider the "else" branch when looking for loop...
2010-12-10 Kenneth Graunkeglsl: Clean up code by adding a new is_break() function.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-12 Brian Paulglsl2: fix signed/unsigned comparison warning
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-13 Luca Barbieriloop_unroll: unroll loops with (lowered) breaks
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-03 Ian Romanickglsl2: Add module to perform simple loop unrolling