nir: move glsl_types.{cpp,h} to compiler
[mesa.git] / src / glsl / opt_constant_propagation.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2015-12-10 Jordan Justenglsl: Disable several optimizations on shared variables
2015-09-11 Kenneth Graunkeglsl: Use hash tables for opt_constant_propagation...
2015-08-21 Timothy Arceriglsl: interleave constant propagation and folding
2015-07-14 Iago Toral Quirogaglsl: Don't do constant propagation on buffer variables
2015-02-19 Dave Airlieglsl: Add support doubles in optimization passes
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-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to foreach_list_safe.
2014-01-13 Kenneth Graunkeglsl: Convert piles of foreach_iter to the newer foreac...
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-01-25 Paul Berryglsl: Eliminate ambiguity between function ins/outs...
2012-12-01 Dave Airlieglsl: initialise killed_all field.
2012-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-05-23 Paul Berryglsl/constant propagation: kill whole var if LHS involv...
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-06 Ian Romanickglsl: Track initial mask in constant propagation live set
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-02-04 Eric Anholtglsl: Remove extra checks for constant true assignment...
2011-02-04 Vinson Leeglsl: Add using statements for standard library functions.
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-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-17 Chad Versaceglsl: Fix Doxygen tag \file in recently renamed files
2010-11-16 Kenneth Graunkeglsl: Rename various ir_* files to lower_* and opt_*.