nir: move to compiler/
[mesa.git] / src / glsl / loop_analysis.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list_safe instead of foreach...
2014-07-01 Matt Turnerglsl: Use typed foreach_in_list instead of foreach_list.
2014-05-30 Juha-Pekka Heikkilaglsl: Add null check in loop_analysis.cpp
2014-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2013-12-09 Paul Berryglsl/loops: Move some analysis from loop_controls to...
2013-12-09 Paul Berryglsl/loops: Allocate loop_terminator using new(mem_ctx...
2013-12-09 Paul Berryglsl/loops: Remove unused fields iv_scale and biv from...
2013-12-09 Paul Berryglsl: In loop analysis, handle unconditional second...
2013-12-09 Paul Berryglsl: Fix handling of function calls inside nested...
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-09-23 Eric Anholtglsl: Hide many classes local to individual .cpp files...
2013-07-25 Paul Berryglsl: Handle empty if statement encountered during...
2013-02-08 Ian Romanickglsl: Change loop_analysis to not look like a resource...
2012-04-02 Kenneth Graunkeglsl: Don't trust loop analysis in the presence of...
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-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...
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-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-11 Eric Anholtglsl: Free the loop state context when we free the...
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-07 Ian Romanickglsl2: Early return with visit_continue in loop_analysi...
2010-09-03 Ian Romanickglsl2: Use as_constant some places instead of constant_...
2010-09-03 Ian Romanickglsl2: Track the number of ir_loop_jump instructions...
2010-09-03 Ian Romanickglsl2: Add module to analyze variables used in loops