Fix problem introduced in previous commit in which a state variable (uniform) is...
authorBrian <brian.paul@tungstengraphics.com>
Fri, 31 Aug 2007 22:42:05 +0000 (16:42 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 31 Aug 2007 22:42:05 +0000 (16:42 -0600)
commit6dd98e9853a6984150aa47467112e016c40a4ab4
treeb33408e43d717c6c54ab8252f5c0500f26a43b8a
parent47768ce0e59a76cbe367fe3b66be4150cd4ea3a8
Fix problem introduced in previous commit in which a state variable (uniform) is written to.  (see bug 12239)

Also, added some assertions to the emit_arg() and emit_dst() functions to
catch this kind of error in the future.
src/mesa/tnl/t_vp_build.c