index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
glsl
/
opt_algebraic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
glsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f or 1.0f
Matt Turner
2013-02-28
1
-0
/
+11
*
glsl: Convert mix() to use a new ir_triop_lrp opcode.
Kenneth Graunke
2013-02-28
1
-3
/
+3
*
glsl: Transform dot product by a basis vector into a swizzle
Matt Turner
2012-06-12
1
-0
/
+24
*
glsl: Check for zero vectors in ir_binop_dot
Matt Turner
2012-06-12
1
-0
/
+7
*
glsl: Put a bunch of optimization visitors under anonymous namespaces.
Eric Anholt
2012-06-11
1
-0
/
+4
*
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
2011-01-31
1
-1
/
+1
*
glsl: fix matrix type check in ir_algebraic
Aras Pranckevicius
2010-11-30
1
-2
/
+2
*
glsl: Add ir_quadop_vector expression
Ian Romanick
2010-11-19
1
-1
/
+1
*
glsl: Eliminate assumptions about size of ir_expression::operands
Ian Romanick
2010-11-19
1
-0
/
+1
*
glsl: Fix Doxygen tag \file in recently renamed files
Chad Versace
2010-11-17
1
-1
/
+1
*
glsl: Refactor is_vec_{zero,one} to be methods of ir_constant
Ian Romanick
2010-11-16
1
-68
/
+4
*
glsl: Rename various ir_* files to lower_* and opt_*.
Kenneth Graunke
2010-11-15
1
-0
/
+474