I tested this by: - Running vkcube on Wayland with an older Vulkan loader 1.0.30, as shipped by Arch Linux. - Running vkcube on Wayland with a Vulkan loader built from today's master at commit 82a2c181e32f4bc. - Running 'dEQP-VK.wsi.xlib.*'. All 33 tests passed.
I also checked that radv continues to build after this series. Chad Versace (3): vulkan: Add new cast macros for VkIcd types vulkan: Update vk_icd.h to interface version 3 anv: Support loader interface version 2 include/vulkan/vk_icd.h | 110 +++++++++++++++++++++++++----------- src/amd/vulkan/radv_wsi.c | 12 ++-- src/intel/vulkan/anv_device.c | 43 ++++++++++++++ src/intel/vulkan/anv_wsi.c | 12 ++-- src/vulkan/wsi/wsi_common.h | 20 ++++++- src/vulkan/wsi/wsi_common_wayland.c | 2 +- src/vulkan/wsi/wsi_common_x11.c | 4 +- 7 files changed, 155 insertions(+), 48 deletions(-) -- 2.11.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev