Mesa (master): radv: advertise v6 of the wayland surface extension

Emil Velikov evelikov at kemper.freedesktop.org
Mon Jul 17 14:29:41 UTC 2017


Module: Mesa
Branch: master
Commit: 4168c162c5bcbbfc6c712466b9c3d7d0dbac06e5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4168c162c5bcbbfc6c712466b9c3d7d0dbac06e5

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Fri Jul 14 16:18:59 2017 +0100

radv: 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 at lists.freedesktop.org
Cc: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Cc: Dave Airlie <airlied at redhat.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/amd/vulkan/radv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c
index 3b405838f3..a91b366721 100644
--- a/src/amd/vulkan/radv_device.c
+++ b/src/amd/vulkan/radv_device.c
@@ -91,7 +91,7 @@ static const VkExtensionProperties instance_extensions[] = {
 #ifdef VK_USE_PLATFORM_WAYLAND_KHR
 	{
 		.extensionName = VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME,
-		.specVersion = 5,
+		.specVersion = 6,
 	},
 #endif
 	{




More information about the mesa-commit mailing list