summaryrefslogtreecommitdiff
path: root/src/glsl/opt_algebraic.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-06-12glsl: Transform dot product by a basis vector into a swizzleMatt Turner1-0/+24
2012-06-12glsl: Check for zero vectors in ir_binop_dotMatt Turner1-0/+7
2012-06-11glsl: Put a bunch of optimization visitors under anonymous namespaces.Eric Anholt1-0/+4
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-30glsl: fix matrix type check in ir_algebraicAras Pranckevicius1-2/+2
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick1-1/+1
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick1-0/+1
2010-11-17glsl: Fix Doxygen tag \file in recently renamed filesChad Versace1-1/+1
2010-11-16glsl: Refactor is_vec_{zero,one} to be methods of ir_constantIan Romanick1-68/+4
2010-11-15glsl: Rename various ir_* files to lower_* and opt_*.Kenneth Graunke1-0/+474