mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02: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 = {
|
const struct st_tracked_state st_update_shader = {
|
||||||
.name = "st_update_shader",
|
.name = "st_update_shader",
|
||||||
.dirty = {
|
.dirty = {
|
||||||
.mesa = 0,
|
.mesa = _NEW_PROGRAM,
|
||||||
.st = ST_NEW_SHADER
|
.st = ST_NEW_SHADER
|
||||||
},
|
},
|
||||||
.update = update_linkage
|
.update = update_linkage
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue