glsl: Refactor variable declaration handling.
[mesa.git] / src / glsl / ir_constant_folding.cpp
2010-08-23 Eric Anholtglsl2: Add missing sig_iter.next() to the no-constant...
2010-08-23 Eric Anholtglsl: Don't constant-fold in a constant in place of...
2010-08-23 Eric Anholtglsl: Convert constant folding to the rvalue visitor.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-04 Eric Anholtglsl2: Constant fold the children of many more ir_instr...
2010-08-04 Eric Anholtglsl2: Return a real progress value from constant folding.
2010-08-04 Eric Anholtglsl2: Refactor constant folding of rvalues to a function.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-20 Eric Anholtglsl2: Constant-fold assignment conditions.
2010-06-30 Kenneth Graunkeglsl2: Define new ir_discard instruction.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Eric Anholtglsl2: Move the compiler to the subdirectory it will...