zink: remove extra unsetting of ctx->vertex_state_changed
this is already managed in zink_get_gfx_pipeline Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12572>
This commit is contained in:
committed by
Marge Bot
parent
8a4681aea5
commit
c2aa47a708
@@ -170,7 +170,6 @@ zink_bind_vertex_buffers(struct zink_batch *batch, struct zink_context *ctx)
|
||||
elems->hw_state.num_bindings, elems->hw_state.dynbindings,
|
||||
elems->hw_state.num_attribs, elems->hw_state.dynattribs);
|
||||
|
||||
ctx->vertex_state_changed = false;
|
||||
ctx->vertex_buffers_dirty = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user