vk: Actually advertise 0.138.1 at runtime
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 23 Jul 2015 17:44:27 +0000 (10:44 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 23 Jul 2015 17:44:27 +0000 (10:44 -0700)
src/vulkan/anv_device.c

index 886118d195467ff3fce560f3325306906c45602c..0bcf9b04b4582ae22164a182cdcb81881573b6e1 100644 (file)
@@ -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,