diff options
author | Emil Velikov <[email protected]> | 2017-07-14 16:18:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-07-17 15:24:48 +0100 |
commit | 4168c162c5bcbbfc6c712466b9c3d7d0dbac06e5 (patch) | |
tree | e0d2df13906ba0e3002bf643e139023d78dd12ef /src/amd | |
parent | 43c188f9708b3e80b9f1c9c4c6bb16ac94b5ce5e (diff) |
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: [email protected]
Cc: Bas Nieuwenhuizen <[email protected]>
Cc: Dave Airlie <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r-- | src/amd/vulkan/radv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index 3b405838f39..a91b366721b 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 { |