Skip to content

vulkan/wsi: misc cleanups and fixes

Erik Faye-Lund requested to merge kusma/mesa:vulkan-wsi-cleanups into main

Here's a few cleanups and fixes that corrects a couple of mistakes in the current WSI implementations:

  1. We were missing barriers around the PRIME blit, violating the vulkan spec
  2. We were assuming optimal-tiling was actually linear in the Win32 code-path

Neither of these seems to have been real problems until now, but with the introduction of Dozen, these becomes real problems.

Merge request reports