gallium: fix not generating new vp varient when polygon mode changes

This commit is contained in:
Roland Scheidegger
2009-12-19 17:12:14 +01:00
parent 429f0e3b37
commit 1aba413a70

View File

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