From 50e86b577761bcfa19230e917f9d8c9c56fb3075 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Thu, 23 Jul 2015 10:44:27 -0700 Subject: [PATCH] vk: Actually advertise 0.138.1 at runtime --- src/vulkan/anv_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 886118d1954..0bcf9b04b45 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -382,7 +382,7 @@ VkResult anv_GetPhysicalDeviceProperties( ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice); *pProperties = (VkPhysicalDeviceProperties) { - .apiVersion = 1, + .apiVersion = VK_MAKE_VERSION(0, 138, 1), .driverVersion = 1, .vendorId = 0x8086, .deviceId = pdevice->chipset_id, -- 2.30.2