From: Jason Ekstrand Date: Tue, 22 Mar 2016 23:21:21 +0000 (-0700) Subject: anv/device: Advertise version 1.0.5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20417b2cb05ff0f710eb6b6fbd9299ba915f8fc1;p=mesa.git anv/device: Advertise version 1.0.5 Nothing substantial has changed since 1.0.2 --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 622e6422c5a..54a1f1274ab 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -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,