summaryrefslogtreecommitdiff
path: root/src/mesa/shader/symbol_table.h
AgeCommit message (Collapse)Author
2010-06-24Make sure that symbols aren't multiply defined in the same scope.Ian Romanick
The assembly parser is already checking this, but we're relying on the symbol table handling it in glsl2.
2009-07-27Add destructor for symbol_tableIan Romanick
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results.