glsl: Refactor variable declaration handling.
[mesa.git] / src / glsl / ir_algebraic.cpp
2010-08-17 Eric Anholtglsl: When doing algebraic simplification, make sure...
2010-08-17 Eric Anholtglsl: Make ir_algebraic new expressions allocate out...
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Eric Anholtglsl2: Add a generic visitor class to call back with...
2010-08-10 Eric Anholtglsl2: Make ir_algebraic reassociate add/mul operands...
2010-08-09 Ian Romanickir_algebraic: Support other comparisons in ir_unop_logi...
2010-08-09 Ian Romanickir_algebraic: Convert ir_unop_logic_not handler to...
2010-07-28 Kenneth Graunkeir_algebraic: Use ir_constant::zero.
2010-07-27 Eric Anholtglsl2: Add optimization pass for algebraic simplifications.