anv: Bump advertised version to 1.0.42
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Feb 2017 17:25:23 +0000 (09:25 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 27 Feb 2017 17:44:46 +0000 (09:44 -0800)
We've been following the spec changes.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
src/intel/vulkan/anv_device.c

index 6f570d8f54141c1fe078abb6ac54c189d32a7067..0db96f223a6f0a75b9ecfb827c8e6de995cb29a3 100644 (file)
@@ -636,7 +636,7 @@ void anv_GetPhysicalDeviceProperties(
    };
 
    *pProperties = (VkPhysicalDeviceProperties) {
-      .apiVersion = VK_MAKE_VERSION(1, 0, 39),
+      .apiVersion = VK_MAKE_VERSION(1, 0, 42),
       .driverVersion = 1,
       .vendorID = 0x8086,
       .deviceID = pdevice->chipset_id,