index
:
~cworth/glsl2
cleanups
master
Carl's edits to the glsl2 project.
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ir_constant_folding.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-22
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Eric Anholt
1
-1
/
+0
2010-06-09
Add stub visitor support for ir_texture.
Kenneth Graunke
1
-0
/
+9
2010-06-01
ir_constant_folding: Look at instructions in functions.
Eric Anholt
1
-1
/
+4
2010-05-26
Refactor ir_dereference data fields to subclasses
Ian Romanick
1
-5
/
+5
2010-05-26
Refactor ir_dereference support for ir_visitor
Ian Romanick
1
-10
/
+27
2010-05-05
Move optimization pass prototypes to a single header.
Eric Anholt
1
-1
/
+48
2010-04-21
Remove ir_label since it is no longer used.
Kenneth Graunke
1
-7
/
+0
2010-04-07
Put function bodies under function signatures, instead of flat in the parent.
Eric Anholt
1
-2
/
+2
2010-04-07
Add ir_loop_jump to represent 'break' and 'continue' in loops
Ian Romanick
1
-0
/
+7
2010-04-07
Add ir_loop to represent loops
Ian Romanick
1
-0
/
+7
2010-04-06
Make constant folding descend into if statements.
Eric Anholt
1
-0
/
+3
2010-04-06
Descend down the tree in more locations in constant folding.
Eric Anholt
1
-1
/
+3
2010-04-06
Perform constant folding on array indices.
Eric Anholt
1
-1
/
+8
2010-04-06
Fold constant expressions in if conditionals.
Eric Anholt
1
-1
/
+5
2010-04-06
Add a constant folding optimization pass.
Eric Anholt
1
-0
/
+131