Merge remote branch 'origin/master' into nv50-compiler
[mesa.git] / src / glsl / ir_tree_grafting.cpp
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-23 Eric Anholtglsl2: Add missing sig_iter.next() to the no-constant...
2010-08-23 Eric Anholtglsl: Don't tree-graft in an expression in place of...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecaglsl: Standardize a few more uses of struct vs class...
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Eric Anholtglsl2: Fix the dereferences_variable check in ir_tree_g...
2010-08-05 Eric Anholtglsl2: Don't tree-grafting out assignment to an out...
2010-08-04 Ian Romanickglsl2: Add ir_assignment::write_mask and associated...
2010-07-31 Eric Anholtglsl2: Add new tree grafting optimization pass.