mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
track more vertex-related state changes
This commit is contained in:
parent
7fe0934148
commit
c50e054bd4
1 changed files with 5 additions and 1 deletions
|
|
@ -154,7 +154,11 @@ static void update_tnl( struct st_context *st )
|
|||
|
||||
const struct st_tracked_state st_update_tnl = {
|
||||
.dirty = {
|
||||
.mesa = _NEW_PROGRAM | _NEW_LIGHT | _NEW_TEXTURE, /* XXX more? */
|
||||
.mesa = (_NEW_PROGRAM |
|
||||
_NEW_LIGHT |
|
||||
_NEW_TEXTURE |
|
||||
_NEW_TRANSFORM |
|
||||
_NEW_LIGHT), /* XXX more? */
|
||||
.st = ST_NEW_MESA, /* XXX correct? */
|
||||
},
|
||||
.update = update_tnl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue