summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_symbol_table.cpp
AgeCommit message (Expand)Author
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke
2011-01-19glsl: Don't bother unsetting a destructor that was never set.Kenneth Graunke
2010-12-06glsl: Properly add functions during lazy built-in prototype importing.Kenneth Graunke
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt
2010-09-01glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...Ian Romanick
2010-09-01glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_typeIan Romanick
2010-09-01glsl2: Don't generate constructor functions for structuresIan Romanick
2010-08-30glsl: Silence unused variable warning.José Fonseca
2010-08-26glsl: Don't add overloads to existing structure constructors.Kenneth Graunke
2010-08-26glsl: Use a single shared namespace in the symbol table.Kenneth Graunke