check for _NEW_PROGRAM mesa state (fixes arbfplight)

This commit is contained in:
Brian
2007-09-26 15:34:51 -06:00
parent 715e5edff6
commit bad4e10af7

View File

@@ -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