From: Emil Velikov Date: Fri, 14 Jul 2017 15:14:14 +0000 (+0100) Subject: anv: advertise v6 of the wayland surface extension X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43c188f9708b3e80b9f1c9c4c6bb16ac94b5ce5e;p=mesa.git anv: advertise v6 of the wayland surface extension Jason updated the Khronos spec to explicitly state that Wayland surfaces must support VK_PRESENT_MODE_MAILBOX_KHR. ANV did so since day one (back in 2015) Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 7e3eae43081..93a1b77a155 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -426,7 +426,7 @@ static const VkExtensionProperties global_extensions[] = { #ifdef VK_USE_PLATFORM_WAYLAND_KHR { .extensionName = VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME, - .specVersion = 5, + .specVersion = 6, }, #endif #ifdef VK_USE_PLATFORM_XCB_KHR