mesa: use a more logical flag in _mesa_set_vp_override()
This commit is contained in:
@@ -713,6 +713,6 @@ _mesa_set_vp_override(GLcontext *ctx, GLboolean flag)
|
|||||||
/* Set one of the bits which will trigger fragment program
|
/* Set one of the bits which will trigger fragment program
|
||||||
* regeneration:
|
* regeneration:
|
||||||
*/
|
*/
|
||||||
ctx->NewState |= _NEW_ARRAY;
|
ctx->NewState |= _NEW_PROGRAM;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user