gallium: fix not generating new vp varient when polygon mode changes
This commit is contained in:
@@ -227,7 +227,7 @@ update_vp( struct st_context *st )
|
|||||||
const struct st_tracked_state st_update_vp = {
|
const struct st_tracked_state st_update_vp = {
|
||||||
"st_update_vp", /* name */
|
"st_update_vp", /* name */
|
||||||
{ /* dirty */
|
{ /* dirty */
|
||||||
0, /* mesa */
|
_NEW_POLYGON, /* mesa */
|
||||||
ST_NEW_VERTEX_PROGRAM /* st */
|
ST_NEW_VERTEX_PROGRAM /* st */
|
||||||
},
|
},
|
||||||
update_vp /* update */
|
update_vp /* update */
|
||||||
|
Reference in New Issue
Block a user