projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
647b5a1
)
anv: advertise v6 of the wayland surface extension
author
Emil Velikov
<emil.velikov@collabora.com>
Fri, 14 Jul 2017 15:14:14 +0000
(16:14 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 17 Jul 2017 14:24:32 +0000
(15:24 +0100)
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>
src/intel/vulkan/anv_device.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/anv_device.c
b/src/intel/vulkan/anv_device.c
index 7e3eae43081735a4370cb22916938387b9dfaa6b..93a1b77a1551f4501392a35574a23fc99900b6b4 100644
(file)
--- 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