mesa: Remove the now unused _NEW_ARRAY state change flag.
Is no longer used, so we have less occasions where NewState is non zero. Reviewed-by: Brian Paul <brianp@vmware.com> Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
This commit is contained in:
@@ -1049,7 +1049,6 @@ bind_vertex_array(struct gl_context *ctx, GLuint id, bool no_error)
|
||||
*/
|
||||
_mesa_set_draw_vao(ctx, ctx->Array._EmptyVAO, 0);
|
||||
|
||||
ctx->NewState |= _NEW_ARRAY;
|
||||
_mesa_reference_vao(ctx, &ctx->Array.VAO, newObj);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user