From: Jason Ekstrand Date: Thu, 26 Jan 2017 04:57:47 +0000 (-0800) Subject: anv: Advertise API version 1.0.39 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d96ade1c4c2708efc27cb6eea8f33c6eb04e5095;p=mesa.git anv: Advertise API version 1.0.39 I'm pretty sure we've kept up with the bug fixes. Reviewed-by: Iago Toral Quiroga --- diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index f40e9b25ce9..27f06ac02c6 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -646,7 +646,7 @@ void anv_GetPhysicalDeviceProperties( }; *pProperties = (VkPhysicalDeviceProperties) { - .apiVersion = VK_MAKE_VERSION(1, 0, 5), + .apiVersion = VK_MAKE_VERSION(1, 0, 39), .driverVersion = 1, .vendorID = 0x8086, .deviceID = pdevice->chipset_id,