diff options
author | Jason Ekstrand <[email protected]> | 2016-01-27 22:02:51 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-01-27 22:02:51 -0800 |
commit | 6286a74f6ba0906fe7df9556c1def149de40a88b (patch) | |
tree | a19d08749dd9496bce81ad1732b2a11cdb274446 | |
parent | ec80d6388aaa5cf0318d707a7aef6971ccfe8800 (diff) |
anv/device: Advertise 1.0.2
-rw-r--r-- | src/vulkan/anv_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |