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.cpp
Age
Commit message (
Expand
)
Author
2010-03-26
Set variables with the sampler base type to read only.
Eric Anholt
2010-03-26
Add constructors for immediate hir constants.
Eric Anholt
2010-03-26
Add glsl_type::components to query total number of components in a type
Ian Romanick
2010-03-26
Make glsl_*_type glsl_type class static data
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-26
Replace "mode" type tag with virtual as_foo() downcasting functions.
Kenneth Graunke
2010-03-25
Add dereference constructor for array element dereferences
Ian Romanick
2010-03-25
Fix matrix dimensioning
Ian Romanick
2010-03-24
Add method to set the swizzle of an ir_dereference
Ian Romanick
2010-03-23
ir_function constructor now takes the function name as a parameter
Ian Romanick
2010-03-23
Set, and require, a return type for function signatures
Ian Romanick
2010-03-11
Add ir_call call to represent function calls.
Ian Romanick
2010-03-11
Fix broken constructor of ir_instruction base class
Ian Romanick
2010-03-10
ir_variable: Initialize all attribute bits to reasonable defaults
Ian Romanick
2010-03-08
Conver IR structures to use exec_list instead of simple_node
Ian Romanick
2010-02-22
Rename .cc files to .cpp
Ian Romanick