Module: Mesa Branch: master Commit: 5b57bdc1cf65ea5228c0399818416015cbb4736d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b57bdc1cf65ea5228c0399818416015cbb4736d
Author: Jason Ekstrand <[email protected]> Date: Thu Jul 13 12:28:46 2017 -0700 anv: Advertise version 1.0.54 Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> --- src/intel/vulkan/anv_device.c | 2 +- src/intel/vulkan/dev_icd.json.in | 2 +- src/intel/vulkan/intel_icd.json.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index f99f2cd1cd..7bcda33b1b 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, diff --git a/src/intel/vulkan/dev_icd.json.in b/src/intel/vulkan/dev_icd.json.in index e4e65fa544..84ac3d44b3 100644 --- a/src/intel/vulkan/dev_icd.json.in +++ b/src/intel/vulkan/dev_icd.json.in @@ -2,6 +2,6 @@ "file_format_version": "1.0.0", "ICD": { "library_path": "@build_libdir@/libvulkan_intel.so", - "api_version": "1.0.3" + "api_version": "1.0.54" } } diff --git a/src/intel/vulkan/intel_icd.json.in b/src/intel/vulkan/intel_icd.json.in index e9592919fc..61db4bfb6e 100644 --- a/src/intel/vulkan/intel_icd.json.in +++ b/src/intel/vulkan/intel_icd.json.in @@ -2,6 +2,6 @@ "file_format_version": "1.0.0", "ICD": { "library_path": "@install_libdir@/libvulkan_intel.so", - "api_version": "1.0.3" + "api_version": "1.0.54" } } _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
