summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/symbol_table.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: remove _mesa_symbol_table_iterator structureTapani Pälli2014-03-101-13/+0
| | | | | | | | Nothing uses this structure, removal fixes Klocwork error about the possible oom condition in _mesa_symbol_table_iterator_ctor. Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* symbol_table: Add support for adding a symbol at top-level/global scope.Kenneth Graunke2010-12-061-0/+4
|
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-0/+3
| | | | | | | | | | | This pulls in multiple i965 driver fixes which will help ensure better testing coverage during development, and also gets past the conflicts of the src/mesa/shader -> src/mesa/program move. Conflicts: src/mesa/Makefile src/mesa/main/shaderapi.c src/mesa/main/shaderobj.h
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+55