mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
mesa: remove a redundant call to _mesa_update_edgeflag_state_vao
It's called again a few lines later. Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21438>
This commit is contained in:
parent
0293f8d8ce
commit
0a71957a9b
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ _mesa_restore_draw_vao(struct gl_context *ctx,
|
|||
ctx->VertexProgram._VPModeInputFilter = saved_vp_input_filter;
|
||||
|
||||
/* Update states. */
|
||||
_mesa_update_edgeflag_state_vao(ctx);
|
||||
ctx->NewDriverState |= ST_NEW_VERTEX_ARRAYS;
|
||||
ctx->Array.NewVertexElements = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue