summaryrefslogtreecommitdiff
path: root/src/glsl/ir_algebraic.cpp
AgeCommit message (Expand)Author
2010-08-17glsl: When doing algebraic simplification, make sure the type still matches.Eric Anholt
2010-08-17glsl: Make ir_algebraic new expressions allocate out of the parent.Eric Anholt
2010-08-13glsl2: Add a generic visitor class to call back with pointers to each rvalue.Eric Anholt
2010-08-09glsl2: Make ir_algebraic reassociate add/mul operands for constant folding.Eric Anholt
2010-08-09ir_algebraic: Support other comparisons in ir_unop_logic_notIan Romanick
2010-08-09ir_algebraic: Convert ir_unop_logic_not handler to use a switch statementIan Romanick
2010-07-28ir_algebraic: Use ir_constant::zero.Kenneth Graunke
2010-07-27glsl2: Add optimization pass for algebraic simplifications.Eric Anholt