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
/
src
/
glsl
/
ir_function_inlining.cpp
Age
Commit message (
Expand
)
Author
2010-08-14
Revert "glsl2: Use stdint.h instead of inttypes.h"
José Fonseca
2010-08-13
glsl2: Use stdint.h instead of inttypes.h
Ian Romanick
2010-08-09
glsl2: do not use __retval name; two underscores is reserved word according t...
Aras Pranckevicius
2010-08-06
ir_function_inlining: Fix missing iter.next() in inlining sampler params.
Aras Pranckevicius
2010-08-06
glsl2: Fix inlining with sampler array or struct dereferences as arguments.
Eric Anholt
2010-08-04
glsl2: Make the clone() method take a talloc context.
Eric Anholt
2010-08-02
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Aras Pranckevicius
2010-07-29
glsl2: Fix spelling of "sentinel."
Eric Anholt
2010-07-29
glsl2: Remove an inlined unvalued return statement.
Eric Anholt
2010-07-22
glsl2: When inlining, don't clone and assign sampler arguments.
Eric Anholt
2010-07-21
glsl2: Replace insert_before/remove pairs with exec_node::replace_with.
Kenneth Graunke
2010-07-20
glsl2: Add and use new variable mode ir_var_temporary
Ian Romanick
2010-07-20
glsl2: Fix handling of out values in function inlining.
Eric Anholt
2010-07-12
glsl2: Check when inlining a bare function call that it actually is.
Eric Anholt
2010-07-06
glsl2: Clone methods return the type of the thing being cloned
Ian Romanick
2010-07-06
Add hash table helper functions for using pointers as hash keys
Ian Romanick
2010-06-24
glsl2: Wrap includes of C interfaces with extern "C".
Eric Anholt
2010-06-24
glsl2: Move the compiler to the subdirectory it will live in in Mesa.
Eric Anholt