summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_symbol_table.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-28glsl: remove {add,get}_type_ast from glsl_symbol_tableChia-I Wu1-25/+0
2013-10-10glsl: Make it possible to disable a variable in the symbol table.Paul Berry1-0/+15
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke1-14/+1
2013-07-12glsl: Avoid variable length arrays.José Fonseca1-7/+14
2013-07-11glsl: Track structs' ast_type_specifiers in symbol table.Matt Turner1-4/+25
2013-05-23glsl_symbol_table: add interface block namespacesJordan Justen1-3/+81
2013-01-25glsl: Track blocks in the symbol table using the glsl_type instead of the gl_...Ian Romanick1-11/+3
2013-01-18glsl: Track UBO block names in the symbol table.Kenneth Graunke1-3/+11
2012-12-06glsl: Simplify symbol table version checking.Paul Berry1-3/+3
2011-03-16glsl2: Silence unused added variable gcc warning.José Fonseca1-0/+1
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-7/+7
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke1-6/+3
2010-12-06glsl: Properly add functions during lazy built-in prototype importing.Kenneth Graunke1-0/+7
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt1-5/+5
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt1-4/+4
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick1-7/+2
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick1-4/+3
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick1-1/+1
2010-08-30glsl: Silence unused variable warning.José Fonseca1-0/+1
2010-08-26glsl: Don't add overloads to existing structure constructors.Kenneth Graunke1-2/+7
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke1-0/+160