summaryrefslogtreecommitdiff
path: root/src/glsl/ir_algebraic.cpp
AgeCommit message (Collapse)Author
2010-07-27glsl2: Add optimization pass for algebraic simplifications.Eric Anholt
This cleans up the assembly output of almost all the non-logic tests glsl-algebraic-*. glsl-algebraic-pow-two needs love (basically, flattening to a temporary and squaring it).