summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_import_prototypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: move to compiler/Emil Velikov2016-01-261-125/+0
* glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt2013-09-231-0/+3
* Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick2011-02-211-1/+0
* Convert everything from the talloc API to the ralloc API.Kenneth Graunke2011-01-311-1/+1
* glsl: Refactor out cloning of function prototypes.Kenneth Graunke2010-11-301-16/+1
* glsl: Make the symbol table's add_function just use the function's name.Eric Anholt2010-11-291-1/+1
* glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke2010-09-071-1/+1
* glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke2010-08-261-1/+1
* glsl2: Make the clone() method take a talloc context.Eric Anholt2010-08-041-1/+1
* glsl2: Fix builtin prototypes defined in multiple glsl/builtins/* filesEric Anholt2010-07-221-10/+11
* glsl2: Add function to import function prototypes from one IR tree to anotherIan Romanick2010-07-211-0/+137