summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_symbol_table.cpp
AgeCommit message (Expand)AuthorFilesLines
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