[965] Add missing flagging of new stage programs for updating stage state.
authorEric Anholt <eric@anholt.net>
Wed, 5 Dec 2007 23:52:13 +0000 (15:52 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 6 Dec 2007 00:44:49 +0000 (16:44 -0800)
commita4642f3d18bdaebaba31e5dee72fe5de9d890ffb
treeaaed9266b2b92529cf11be514214deba53329c77
parent259eacfa94a1086e4c99db83516989cc27832ef4
[965] Add missing flagging of new stage programs for updating stage state.

Otherwise, choosing a new program wouldn't necessarily update the state, and
and an old program could be executed, leading to various sorts of pretty
pictures or hangs.
src/mesa/drivers/dri/i965/brw_clip.c
src/mesa/drivers/dri/i965/brw_gs.c
src/mesa/drivers/dri/i965/brw_sf.c
src/mesa/drivers/dri/i965/brw_vs.c
src/mesa/drivers/dri/i965/brw_wm.c