summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_function_inlining.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl2: When inlining, don't clone and assign sampler arguments.Eric Anholt2010-07-221-8/+18
* glsl2: Replace insert_before/remove pairs with exec_node::replace_with.Kenneth Graunke2010-07-211-2/+1
* glsl2: Add and use new variable mode ir_var_temporaryIan Romanick2010-07-201-1/+2
* glsl2: Fix handling of out values in function inlining.Eric Anholt2010-07-201-3/+6
* glsl2: Check when inlining a bare function call that it actually is.Eric Anholt2010-07-121-0/+6
* glsl2: Clone methods return the type of the thing being clonedIan Romanick2010-07-061-1/+1
* Add hash table helper functions for using pointers as hash keysIan Romanick2010-07-061-13/+1
* glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt2010-06-241-0/+2
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+272