Skip to content

buffer: fix bufferMemoryBarrierCount in vkCmdPipelineBarrier

Paulo Zanoni requested to merge pzanoni/crucible:buffer-count-fix into main

We're only passing 1 buffer memory barrier, not 2.

Patch "anv/sparse: add the initial code for Sparse Resources" makes this test segfault in anv_buffer_from_handle(), and Intel CI caught it.

Merge request reports