i965: fix an error in brw_vs_tnl.c

if the state of TEXMAT is changed, the VS isn't updated.
This commit is contained in:
Xiang, Haihao 2007-09-20 17:42:13 +08:00
parent 8fc1a6808d
commit 2c88bfeaa4

View file

@ -1628,7 +1628,8 @@ const struct brw_tracked_state brw_tnl_vertprog = {
_NEW_FOG |
_NEW_HINT |
_NEW_POINT |
_NEW_TEXTURE),
_NEW_TEXTURE |
_NEW_TEXTURE_MATRIX),
.brw = (BRW_NEW_FRAGMENT_PROGRAM |
BRW_NEW_INPUT_VARYING),
.cache = 0