glsl: Make the symbol table's add_function just use the function's name.
authorEric Anholt <eric@anholt.net>
Fri, 5 Nov 2010 13:08:45 +0000 (06:08 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 30 Nov 2010 01:08:27 +0000 (17:08 -0800)
commite8f5ebf313da3ce33ccbbcf9b72946853035fbdd
tree8709b84f862b9919410d82b4a384403e4dfa9c2c
parent2927b6c21202fd0f9a661665e0093e7193c5df6e
glsl: Make the symbol table's add_function just use the function's name.
src/glsl/ast_to_hir.cpp
src/glsl/glsl_symbol_table.cpp
src/glsl/glsl_symbol_table.h
src/glsl/ir_import_prototypes.cpp
src/glsl/ir_reader.cpp
src/glsl/linker.cpp