summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/symbol_table.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-362/+0
|
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
|
* mesa: remove unneeded #includesBrian Paul2009-10-281-5/+0
|
* mesa: include imports.h to silence warningBrian Paul2009-10-281-0/+1
|
* ARB prog parser: Don't leak symbol table header structuresIan Romanick2009-10-271-0/+16
|
* mesa: move decls before codeVinson Lee2009-08-271-2/+4
|
* Add destructor for symbol_tableIan Romanick2009-07-271-3/+17
|
* ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick2009-07-201-0/+334
This still needs quite a bit of work, but a bunch of the programs in progs/vp produce correct results.