From: Jason Ekstrand Date: Thu, 28 Jan 2016 06:02:51 +0000 (-0800) Subject: anv/device: Advertise 1.0.2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6286a74f6ba0906fe7df9556c1def149de40a88b;p=mesa.git anv/device: Advertise 1.0.2 --- diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index 66105f0a83d..c82002780eb 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -509,7 +509,7 @@ void anv_GetPhysicalDeviceProperties( }; *pProperties = (VkPhysicalDeviceProperties) { - .apiVersion = VK_MAKE_VERSION(1, 0, 0), + .apiVersion = VK_MAKE_VERSION(1, 0, 2), .driverVersion = 1, .vendorID = 0x8086, .deviceID = pdevice->chipset_id,