mesa: Remove GLSL-related PROG_PARAM_BIT flags.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Oct 2012 23:52:23 +0000 (16:52 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Oct 2012 18:35:24 +0000 (11:35 -0700)
commit4b13252bba7e0f6f70adf7036874988b810a67a3
tree3987b8f46fd8c3b2dfd676df62842b16573bc150
parent8d418d16165624a59b2049d4097b4ab0dc82ffa9
mesa: Remove GLSL-related PROG_PARAM_BIT flags.

GLSL doesn't use the program code anymore.  Accordingly, there were no
consumers of these flags, so there's no need to define them.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/program/prog_parameter.h
src/mesa/program/prog_print.c