From: Jason Ekstrand Date: Thu, 23 Jul 2015 17:44:27 +0000 (-0700) Subject: vk: Actually advertise 0.138.1 at runtime X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50e86b577761bcfa19230e917f9d8c9c56fb3075;p=mesa.git vk: Actually advertise 0.138.1 at runtime --- 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,