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
/
link_functions.cpp
Age
Commit message (
Expand
)
Author
2011-02-21
Use C-style system headers in C++ code to avoid issues with std:: namespace
Ian Romanick
2011-01-25
linker: Propagate max_array_access while linking functions
Ian Romanick
2011-01-21
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2010-11-29
glsl: Make the symbol table's add_variable just use the variable's name.
Eric Anholt
2010-08-30
linker: Require an exact matching signature when looking for prototypes.
Kenneth Graunke
2010-08-24
glsl: Include main/core.h.
Chia-I Wu
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-30
glsl2: Update the callee pointer of calls to newly-linked-in functions.
Eric Anholt
2010-07-19
linker: Recursively resolve function calls in imported functions
Ian Romanick
2010-07-19
linker: look up function signatures during linking instead of using callee
Ian Romanick
2010-07-19
linker: Pull find_matching_signature out of call_link_visitor
Ian Romanick
2010-07-19
linker: First bits of intrastage, intershader function linking
Ian Romanick