anv: Advertise API version 1.0.39
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 26 Jan 2017 04:57:47 +0000 (20:57 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 27 Jan 2017 18:06:14 +0000 (10:06 -0800)
I'm pretty sure we've kept up with the bug fixes.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
src/intel/vulkan/anv_device.c

index f40e9b25ce9fb32f14d26fe5926c6b18c7df63d5..27f06ac02c6795ae56b912806581015d61172e78 100644 (file)
@@ -646,7 +646,7 @@ void anv_GetPhysicalDeviceProperties(
    };
 
    *pProperties = (VkPhysicalDeviceProperties) {
-      .apiVersion = VK_MAKE_VERSION(1, 0, 5),
+      .apiVersion = VK_MAKE_VERSION(1, 0, 39),
       .driverVersion = 1,
       .vendorID = 0x8086,
       .deviceID = pdevice->chipset_id,