summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_symbol_table.h
AgeCommit message (Expand)AuthorFilesLines
2014-06-15glsl: Fix clang mismatched-tags warnings with glsl_type.Vinson Lee1-1/+1
2014-06-10glsl: Remove unused include from glsl_symbol_table.hThomas Helland1-1/+1
2014-03-28glsl: remove {add,get}_type_ast from glsl_symbol_tableChia-I Wu1-2/+0
2013-10-10glsl: Make it possible to disable a variable in the symbol table.Paul Berry1-0/+8
2013-07-11glsl: Track structs' ast_type_specifiers in symbol table.Matt Turner1-0/+2
2013-05-23glsl_symbol_table: add interface block namespacesJordan Justen1-0/+4
2013-01-25glsl: Track blocks in the symbol table using the glsl_type instead of the gl_...Ian Romanick1-1/+0
2013-01-18glsl: Track UBO block names in the symbol table.Kenneth Graunke1-0/+1
2012-12-06glsl: Simplify symbol table version checking.Paul Berry1-1/+2
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-11/+9
2010-12-06glsl: Properly add functions during lazy built-in prototype importing.Kenneth Graunke1-0/+5
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt1-1/+1
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt1-1/+1
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick1-1/+1
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick1-2/+1
2010-08-26glsl: Don't add overloads to existing structure constructors.Kenneth Graunke1-1/+1
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke1-67/+18
2010-08-14glsl: Standardize a few more uses of struct vs class keyword.José Fonseca1-1/+1
2010-08-05glsl2: Add a pass for removing unused functions.Eric Anholt1-0/+6
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt1-1/+1
2010-06-24glsl2: Wrap includes of C interfaces with extern "C".Eric Anholt1-0/+2
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt1-0/+163