From: Jason Ekstrand Date: Mon, 27 Feb 2017 17:25:23 +0000 (-0800) Subject: anv: Bump advertised version to 1.0.42 X-Git-Tag: upstream/17.1.0~1894 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76c8327e6ef3207028aae52b5345c5e39e7f705f;p=platform%2Fupstream%2Fmesa.git anv: Bump advertised version to 1.0.42 We've been following the spec changes. Reviewed-by: Lionel Landwerlin Reviewed-by: Chad Versace --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 6f570d8..0db96f2 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,