aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/program/symbol_table.c
Commit message (Expand)AuthorAgeFilesLines
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-3/+3
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* util/hash_table: added hash functions for integer typesAnthony Pesch2020-01-231-1/+1
* util: use standard name for strdup()Eric Engestrom2019-07-191-2/+2
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* mesa: use util_strdup() macro in symbol_table.cBrian Paul2017-10-231-2/+3
* mesa/program: Add _mesa_symbol_table_replace_symbol()Samuel Iglesias Gonsálvez2016-10-261-0/+14
* glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri2016-10-241-237/+99
* mesa: Convert symbol table to the util hash tableThomas Helland2016-09-121-7/+8
* mesa: add null checks in symbol_table.cJuha-Pekka Heikkila2014-09-231-0/+30
* mesa: remove redundant running of check_symbol_table()Juha-Pekka Heikkila2014-04-021-2/+4
* mesa: remove _mesa_symbol_table_iterator structureTapani Pälli2014-03-101-86/+0
* mesa: Silence warningJakob Bornecrantz2012-01-101-0/+1
* symbol_table: Add support for adding a symbol at top-level/global scope.Kenneth Graunke2010-12-061-5/+80
* Keep a local copy of the symbol name in the symbol tableIan Romanick2010-08-021-3/+4
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-1/+51
* mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul2010-06-101-0/+362