anv/device: Advertise version 1.0.5
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:21:21 +0000 (16:21 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 Mar 2016 23:21:23 +0000 (16:21 -0700)
Nothing substantial has changed since 1.0.2

src/intel/vulkan/anv_device.c

index 622e6422c5a3d499e9411322f01be587436f9c78..54a1f1274ab417ee7ad92a8bce85a0cc2bec9ff2 100644 (file)
@@ -532,7 +532,7 @@ void anv_GetPhysicalDeviceProperties(
    };
 
    *pProperties = (VkPhysicalDeviceProperties) {
-      .apiVersion = VK_MAKE_VERSION(1, 0, 2),
+      .apiVersion = VK_MAKE_VERSION(1, 0, 5),
       .driverVersion = 1,
       .vendorID = 0x8086,
       .deviceID = pdevice->chipset_id,