summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_device.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-01-28 15:34:22 -0800
committerJason Ekstrand <[email protected]>2016-01-29 20:39:21 -0800
commitc688e4db11ce0f55e7ce1f3335b0ecd9e74cd4b5 (patch)
tree5bf19a673743edff4a1c5dfd221fc463dcf7d179 /src/vulkan/anv_device.c
parentd4953fb340d7f2c3410172e9898f7eaba71cc0f8 (diff)
anv/wsi: Rework to be compatable with the loader
Diffstat (limited to 'src/vulkan/anv_device.c')
-rw-r--r--src/vulkan/anv_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c
index fe9808f0bf7..1e0bfb080d9 100644
--- a/src/vulkan/anv_device.c
+++ b/src/vulkan/anv_device.c
@@ -157,7 +157,7 @@ anv_physical_device_finish(struct anv_physical_device *device)
static const VkExtensionProperties global_extensions[] = {
{
.extensionName = VK_KHR_SURFACE_EXTENSION_NAME,
- .specVersion = 24,
+ .specVersion = 25,
},
{
.extensionName = VK_KHR_XCB_SURFACE_EXTENSION_NAME,