mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
Revert "zink: update gfx_pipeline_state.vertex_strides when necessary"
This reverts commit a21d2bfd77.
my brain was still on vacation and this doesn't do anything
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14593>
This commit is contained in:
parent
9c9e8c3349
commit
97da9e4bf4
1 changed files with 0 additions and 2 deletions
|
|
@ -982,8 +982,6 @@ zink_set_vertex_buffers(struct pipe_context *pctx,
|
|||
res->vbo_bind_mask |= BITFIELD_BIT(start_slot + i);
|
||||
update_res_bind_count(ctx, res, false, false);
|
||||
ctx_vb->stride = vb->stride;
|
||||
if (need_state_change)
|
||||
ctx->gfx_pipeline_state.vertex_strides[start_slot + i] = vb->stride;
|
||||
ctx_vb->buffer_offset = vb->buffer_offset;
|
||||
/* always barrier before possible rebind */
|
||||
zink_resource_buffer_barrier(ctx, res, VK_ACCESS_VERTEX_ATTRIBUTE_READ_BIT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue