summaryrefslogtreecommitdiff
path: root/src/glsl/link_functions.cpp
AgeCommit message (Expand)Author
2011-03-08linker: Add imported functions to the linked IRIan Romanick
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick
2011-01-25linker: Propagate max_array_access while linking functionsIan Romanick
2011-01-21glsl, i965: Remove unnecessary talloc includes.Kenneth Graunke
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt
2010-08-30linker: Require an exact matching signature when looking for prototypes.Kenneth Graunke
2010-08-24glsl: Include main/core.h.Chia-I Wu
2010-08-04glsl2: Make the clone() method take a talloc context.Eric Anholt
2010-08-02glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius
2010-07-30glsl2: Update the callee pointer of calls to newly-linked-in functions.Eric Anholt
2010-07-19linker: Recursively resolve function calls in imported functionsIan Romanick
2010-07-19linker: look up function signatures during linking instead of using calleeIan Romanick
2010-07-19linker: Pull find_matching_signature out of call_link_visitorIan Romanick
2010-07-19linker: First bits of intrastage, intershader function linkingIan Romanick