summaryrefslogtreecommitdiff
path: root/src/intel
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2017-07-14 16:14:14 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2017-07-17 15:24:32 +0100
commit43c188f9708b3e80b9f1c9c4c6bb16ac94b5ce5e (patch)
treed2adbe98be66c991c5911e66b28b28abb75995cd /src/intel
parent647b5a18df6e423e1a15d92bc767ba0cf04493a3 (diff)
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 <emil.velikov@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/anv_device.c2
1 files changed, 1 insertions, 1 deletions
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