nir: move to compiler/
[mesa.git] / src / glsl / opt_copy_propagation_elements.cpp
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2015-02-18 Kenneth Graunkeglsl: Reduce memory consumption of copy propagation...
2014-09-04 Kenneth Graunkeglsl: Report progress from opt_copy_propagation_elements().
2014-09-04 Kenneth Graunkeglsl: Skip rewriting instructions in opt_cpe when unnec...
2014-09-04 Kenneth Graunkeglsl: Initialize source_chan in opt_copy_propagation_el...
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-03-28 Ian Romanickglsl: Clean up "unused parameter" warnings
2014-01-13 Kenneth Graunkeglsl: Use a new foreach_two_lists macro for walking...
2014-01-13 Kenneth Graunkeglsl: Cast ir_call parameters to ir_rvalue, not ir_inst...
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-06-11 Eric Anholtglsl: Put a bunch of optimization visitors under anonym...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Vinson Leeglsl: Initialize member variable in ir_copy_propagation...
2012-04-02 Kenneth Graunkeglsl: Remove ir_call::get_callee() and set_callee().
2012-01-11 Eric Anholtglsl: Fix copy_propagation_elements bug in handling...
2012-01-09 Andy Claytonglsl: fix glsl optimization infinite loop from copy_pro...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-13 Eric Anholtglsl/opt_cpe: Fix a crash when a kill kills for two...
2011-04-13 Eric Anholtglsl/opt_cpe: Kill when the assignment isn't something...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-04 Eric Anholtglsl: Remove extra checks for constant true assignment...
2011-02-04 Eric Anholtglsl: Add a new opt_copy_propagation variant that does...