diff options
author | Jason Ekstrand <[email protected]> | 2017-01-25 20:57:47 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-01-27 10:06:14 -0800 |
commit | d96ade1c4c2708efc27cb6eea8f33c6eb04e5095 (patch) | |
tree | 4849e6ddca7746d280e5ebcc755c84ed87c1f439 /src/intel/vulkan | |
parent | 5f301fe2e681e72988f00d610a617a1c90c80b51 (diff) |
anv: Advertise API version 1.0.39
I'm pretty sure we've kept up with the bug fixes.
Reviewed-by: Iago Toral Quiroga <[email protected]>
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 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, |