mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 23:18:20 +02:00
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:
parent
8fc1a6808d
commit
2c88bfeaa4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue