summaryrefslogtreecommitdiff
path: root/src/glsl/ir_import_prototypes.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-23glsl: Hide many classes local to individual .cpp files in anon namespaces.Eric Anholt1-0/+3
2011-02-21Use C-style system headers in C++ code to avoid issues with std:: namespaceIan Romanick1-1/+0
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-1/+1
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke1-16/+1
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt1-1/+1
2010-09-07glsl: Move is_builtin flag back to ir_function_signature.Kenneth Graunke1-1/+1
2010-08-26glsl: Move is_built_in flag from ir_function_signature to ir_function.Kenneth Graunke1-1/+1
2010-08-04glsl2: Make the clone() method take a talloc context.Eric Anholt1-1/+1
2010-07-22glsl2: Fix builtin prototypes defined in multiple glsl/builtins/* filesEric Anholt1-10/+11
2010-07-21glsl2: Add function to import function prototypes from one IR tree to anotherIan Romanick1-0/+137