anv/device: Give a version of 0.210.1 in apiVersion
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 23:23:33 +0000 (15:23 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 3 Dec 2015 23:23:33 +0000 (15:23 -0800)
src/vulkan/anv_device.c

index 32f8dcf976febe1e4634f777d46d070e916893c0..c25ad34a6133e8b3bcd778c09d7121cb14323553 100644 (file)
@@ -505,7 +505,7 @@ void anv_GetPhysicalDeviceProperties(
    };
 
    *pProperties = (VkPhysicalDeviceProperties) {
-      .apiVersion = VK_MAKE_VERSION(0, 210, 0),
+      .apiVersion = VK_MAKE_VERSION(0, 210, 1),
       .driverVersion = 1,
       .vendorID = 0x8086,
       .deviceID = pdevice->chipset_id,