Skip to content

panvk: vkCmdCopy*, vkCmd{Fill,Update}Buffer() and vkCmd*Clear()

Tomeu Vizoso requested to merge tomeu/mesa:panvk-vkCmdCopyImageToBuffer into main

A bunch of patches from @bbrezillon that allows us to run more dEQP tests.

With these patches,

dEQP-VK.api.copy_and_blit.core.image_to_image.*
dEQP-VK.api.copy_and_blit.core.buffer_to_buffer.*` 
dEQP-VK.api.copy_and_blit.core.buffer_to_image.*
dEQP-VK.api.copy_and_blit.core.image_to_buffer.*
dEQP-VK.api.fill_and_update_buffer.*

are passing on Bifrost. Midgard needs a few patches from !12787 (closed) to pass those tests.

Edited by Boris Brezillon

Merge request reports