mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
check for _NEW_PROGRAM mesa state (fixes arbfplight)
This commit is contained in:
parent
715e5edff6
commit
bad4e10af7
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ update_linkage( struct st_context *st )
|
|||
const struct st_tracked_state st_update_shader = {
|
||||
.name = "st_update_shader",
|
||||
.dirty = {
|
||||
.mesa = 0,
|
||||
.mesa = _NEW_PROGRAM,
|
||||
.st = ST_NEW_SHADER
|
||||
},
|
||||
.update = update_linkage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue