anv: Advertise version 1.0.54
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 13 Jul 2017 19:28:46 +0000 (12:28 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 15 Jul 2017 15:59:38 +0000 (08:59 -0700)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_device.c
src/intel/vulkan/dev_icd.json.in
src/intel/vulkan/intel_icd.json.in

index f99f2cd1cddc290baf8fcdc269540ad5f1f028cf..7bcda33b1b59a7b266cb0f004c1620f7558bcbc0 100644 (file)
@@ -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,
index e4e65fa5449a902cf5f290fd819880294decc85b..84ac3d44b3d2cf133d0a58eaa6dd3efeef6c6a5f 100644 (file)
@@ -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"
     }
 }
index e9592919fc259a69aa90196e6a545b4a2007cdbf..61db4bfb6eda704de157d561ca419665acc75cb6 100644 (file)
@@ -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"
     }
 }