glsl2: Teach copy propagation about "if" and "loop" instructions.
[mesa.git] / src / glsl / ir_copy_propagation.cpp
2010-08-10 Eric Anholtglsl2: Teach copy propagation about "if" and "loop...
2010-08-06 Aras Pranckeviciuscopy_propagation: do propagation into non-out call...
2010-08-05 Eric Anholtglsl2: Catch pointless copies in copy propagation.
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-12 Eric Anholtglsl2: Fix copy propagation in the presence of derefs...
2010-06-30 Kenneth Graunkeglsl2: Create new talloc contexts the "right" way.
2010-06-28 Kenneth GraunkeUse a more sensible context in copy propagation.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...