Always update st->state.vs, not just when the program is dirty.
authorBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 19:39:17 +0000 (13:39 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 20 Sep 2007 19:43:23 +0000 (13:43 -0600)
commit745f0cbe0528ac925096f5c1b85de7280fee7fbc
treebfd710a9a9bfb4fbb44916aee494d32f25c607e6
parent768302c53971ad0405ee6e2a30db96fc5f51913b
Always update st->state.vs, not just when the program is dirty.

This fixes a regression in the cubemap.c demo which alternates between
two different vertex shaders.
src/mesa/state_tracker/st_atom_fs.c
src/mesa/state_tracker/st_atom_vs.c