diff options
author | Jason Ekstrand <[email protected]> | 2017-07-13 12:28:46 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-07-15 08:59:38 -0700 |
commit | 5b57bdc1cf65ea5228c0399818416015cbb4736d (patch) | |
tree | a4f1878f4f3d14ffb65542b85e648804fd0ca522 /src/intel/vulkan/anv_device.c | |
parent | 227debdc9241afef8db4a76a4bd3d6c9e98a07e9 (diff) |
anv: Advertise version 1.0.54
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_device.c')
-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 f99f2cd1cdd..7bcda33b1b5 100644 --- a/src/intel/vulkan/anv_device.c +++ b/src/intel/vulkan/anv_device.c @@ -862,7 +862,7 @@ void anv_GetPhysicalDeviceProperties( }; *pProperties = (VkPhysicalDeviceProperties) { - .apiVersion = VK_MAKE_VERSION(1, 0, 42), + .apiVersion = VK_MAKE_VERSION(1, 0, 54), .driverVersion = vk_get_driver_version(), .vendorID = 0x8086, .deviceID = pdevice->chipset_id, |