Age | Commit message (Expand) | Author |
---|---|---|
2010-09-13 | glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps | Luca Barbieri |
2010-09-01 | glsl2: Perform algebraic simplifications on logical binary operators | Ian Romanick |
2010-08-17 | glsl: When doing algebraic simplification, make sure the type still matches. | Eric Anholt |
2010-08-17 | glsl: Make ir_algebraic new expressions allocate out of the parent. | Eric Anholt |
2010-08-13 | glsl2: Add a generic visitor class to call back with pointers to each rvalue. | Eric Anholt |
2010-08-09 | glsl2: Make ir_algebraic reassociate add/mul operands for constant folding. | Eric Anholt |
2010-08-09 | ir_algebraic: Support other comparisons in ir_unop_logic_not | Ian Romanick |
2010-08-09 | ir_algebraic: Convert ir_unop_logic_not handler to use a switch statement | Ian Romanick |
2010-07-28 | ir_algebraic: Use ir_constant::zero. | Kenneth Graunke |
2010-07-27 | glsl2: Add optimization pass for algebraic simplifications. | Eric Anholt |