mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
gallium: fix not generating new vp varient when polygon mode changes
This commit is contained in:
parent
429f0e3b37
commit
1aba413a70
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ update_vp( struct st_context *st )
|
|||
const struct st_tracked_state st_update_vp = {
|
||||
"st_update_vp", /* name */
|
||||
{ /* dirty */
|
||||
0, /* mesa */
|
||||
_NEW_POLYGON, /* mesa */
|
||||
ST_NEW_VERTEX_PROGRAM /* st */
|
||||
},
|
||||
update_vp /* update */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue