index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_algebraic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
2010-11-15
1
-474
/
+0
*
glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps
Luca Barbieri
2010-09-13
1
-0
/
+2
*
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