diff options
author | Jason Ekstrand <[email protected]> | 2016-03-22 16:21:21 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-03-22 16:21:23 -0700 |
commit | 20417b2cb05ff0f710eb6b6fbd9299ba915f8fc1 (patch) | |
tree | 19d08e8d6d6bd4b0b691a2db691fb47f8f60cabb /src/intel/vulkan | |
parent | 204d937ac2623b230260f60d2d7c5d7233d697fb (diff) |
anv/device: Advertise version 1.0.5
Nothing substantial has changed since 1.0.2
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r-- | src/intel/vulkan/anv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |