Skip to content

vulkan/wsi: don't support present with queues where blit is unsupported

Rhys Perry requested to merge pendingchaos/mesa:wsi_blit_sparse_queue into main

Since we might have to perform a copy, video and sparse queues cannot be used to present.

Attempting to create a command buffer on RADV for the sparse binding queue causes a crash.

Merge request reports