glsl: Make the symbol table's add_variable just use the variable's name.
authorEric Anholt <eric@anholt.net>
Fri, 5 Nov 2010 13:11:24 +0000 (06:11 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 30 Nov 2010 01:08:27 +0000 (17:08 -0800)
commit001eee52d461233b1e1d6ed3577965e9bcb209e8
tree78233cab5abd5687c625f2bde89f3332974022da
parente8f5ebf313da3ce33ccbbcf9b72946853035fbdd
glsl: Make the symbol table's add_variable just use the variable's name.
src/glsl/ast_to_hir.cpp
src/glsl/glsl_symbol_table.cpp
src/glsl/glsl_symbol_table.h
src/glsl/ir_reader.cpp
src/glsl/ir_variable.cpp
src/glsl/link_functions.cpp
src/glsl/linker.cpp