summaryrefslogtreecommitdiffstats
path: root/src/glsl/link_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: Make the clone() method take a talloc context.Eric Anholt2010-08-041-3/+3
* glsl2: Give the path within src/mesa/ for headers instead of relying on -I.Aras Pranckevicius2010-08-021-1/+1
* glsl2: Update the callee pointer of calls to newly-linked-in functions.Eric Anholt2010-07-301-0/+2
* linker: Recursively resolve function calls in imported functionsIan Romanick2010-07-191-3/+46
* linker: look up function signatures during linking instead of using calleeIan Romanick2010-07-191-24/+59
* linker: Pull find_matching_signature out of call_link_visitorIan Romanick2010-07-191-21/+27
* linker: First bits of intrastage, intershader function linkingIan Romanick2010-07-191-0/+176