mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
mesa: fix glPopClientAttrib with fixed-func VP and zero-stride varyings
This was missed.
Fixes: 3a294ff01f - mesa: move the _mesa_set_varying_vp_inputs call to where the state changes
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8246
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
689ce66a43
commit
0293f8d8ce
1 changed files with 2 additions and 0 deletions
|
|
@ -1313,6 +1313,8 @@ restore_array_attrib(struct gl_context *ctx,
|
|||
}
|
||||
|
||||
_mesa_update_edgeflag_state_vao(ctx);
|
||||
_mesa_set_varying_vp_inputs(ctx, ctx->VertexProgram._VPModeInputFilter &
|
||||
ctx->Array.VAO->_EnabledWithMapMode);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue