index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ir_print_visitor.cpp
Age
Commit message (
Expand
)
Author
2010-03-29
Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e.
Eric Anholt
2010-03-29
Add sqrt() builtin as an IR operation.
Eric Anholt
2010-03-29
Add builtin pow() function.
Eric Anholt
2010-03-26
IR print visitor: Print out something for the operator.
Eric Anholt
2010-03-26
IR print visitor: Print expressions a little better
Ian Romanick
2010-03-26
IR print visitor: print function calls
Ian Romanick
2010-03-26
Add glsl_type::components to query total number of components in a type
Ian Romanick
2010-03-26
Move swizzles out of ir_dereference and into their own class.
Kenneth Graunke
2010-03-26
Add new abstract ir_rvalue class; rework accordingly.
Kenneth Graunke
2010-03-25
IR print visitor: Finish printing constants
Ian Romanick
2010-03-25
IR print visitor: Remove most of the newlines from the printed output
Ian Romanick
2010-03-25
IR print visitor: print expressions
Ian Romanick
2010-03-25
IR print visitor: print ir_dereference instructions
Ian Romanick
2010-03-25
IR print visitor: Less newlines when printing ir_variables
Ian Romanick
2010-03-19
Implement IR return instructions
Ian Romanick
2010-03-11
Add ir_call call to represent function calls.
Ian Romanick
2010-03-09
IR print visitor: Add some support for printing types and constants
Ian Romanick
2010-03-09
IR print visitor: Print assignments
Ian Romanick
2010-03-09
IR visitor: Add initial version of ir_visitor classes
Ian Romanick