index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
glsl
/
ir_expression_flattening.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-02
glsl: Convert ir_call to be a statement rather than a value.
Kenneth Graunke
1
-5
/
+0
2012-03-26
glsl: Comment that expression flattening is used for matrix operations.
Kenneth Graunke
1
-1
/
+4
2011-01-31
Convert everything from the talloc API to the ralloc API.
Kenneth Graunke
1
-1
/
+1
2010-08-26
glsl2: Move ir_expression_flattening to using the rvalue visitor class.
Eric Anholt
1
-110
/
+14
2010-07-21
glsl2: Replace insert_before/remove pairs with exec_node::replace_with.
Kenneth Graunke
1
-2
/
+1
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
1
-1
/
+1
2010-07-12
glsl2: Flatten expression that appear as the parameters of ir_call as well.
Eric Anholt
1
-5
/
+12
2010-07-12
glsl2: Flatten expressions that appear as the children of ir_return as well.
Eric Anholt
1
-5
/
+3
2010-07-12
glsl2: Use a better talloc context for ir_expression_flattening.
Eric Anholt
1
-1
/
+1
2010-07-12
glsl2: Flatten out expressions that are the child of an assignment rhs.
Eric Anholt
1
-7
/
+19
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt
1
-0
/
+172