From: Jason Ekstrand Date: Thu, 3 Dec 2015 23:23:33 +0000 (-0800) Subject: anv/device: Give a version of 0.210.1 in apiVersion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bfeaf67391ced69c18f8abfc1ce6cede3e0ffb27;p=mesa.git anv/device: Give a version of 0.210.1 in apiVersion --- diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 32f8dcf976f..c25ad34a613 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -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,