Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl2: Perform algebraic simplifications on logical binary operators | Ian Romanick | 2010-09-01 | 1 | -0/+52 |
* | glsl: When doing algebraic simplification, make sure the type still matches. | Eric Anholt | 2010-08-17 | 1 | -12/+34 |
* | glsl: Make ir_algebraic new expressions allocate out of the parent. | Eric Anholt | 2010-08-17 | 1 | -16/+22 |
* | glsl2: Add a generic visitor class to call back with pointers to each rvalue. | Eric Anholt | 2010-08-13 | 1 | -105/+15 |
* | glsl2: Make ir_algebraic reassociate add/mul operands for constant folding. | Eric Anholt | 2010-08-09 | 1 | -1/+107 |
* | ir_algebraic: Support other comparisons in ir_unop_logic_not | Ian Romanick | 2010-08-09 | 1 | -0/+4 |
* | ir_algebraic: Convert ir_unop_logic_not handler to use a switch statement | Ian Romanick | 2010-08-09 | 1 | -9/+19 |
* | ir_algebraic: Use ir_constant::zero. | Kenneth Graunke | 2010-07-28 | 1 | -6/+2 |
* | glsl2: Add optimization pass for algebraic simplifications. | Eric Anholt | 2010-07-27 | 1 | -0/+366 |