Add a GLSL-specific facade to _mesa_symbol_table
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 19 Mar 2010 18:42:45 +0000 (11:42 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 19 Mar 2010 18:43:36 +0000 (11:43 -0700)
commit82de85e264383553dc3c3f827c3b3259355b1006
treedad179763a9ac44b8120d1352ffaa5a27c4f8889
parentb0bb781e1dae3d98b861c1f6cae7fb99efefe2e1
Add a GLSL-specific facade to _mesa_symbol_table

This adds some type saftey and will enable elimination of a bunch of
type casts and other ugly crap in the code.
glsl_symbol_table.h [new file with mode: 0644]