glsl: Put `sample`-qualified varyings in their own packing classes
[mesa.git] / src / glsl / opt_copy_propagation_elements.cpp
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...