Mesa (master): anv: Bump advertised version to 1.0.42

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Feb 27 17:45:42 UTC 2017


Module: Mesa
Branch: master
Commit: 76c8327e6ef3207028aae52b5345c5e39e7f705f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76c8327e6ef3207028aae52b5345c5e39e7f705f

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Mon Feb 27 09:25:23 2017 -0800

anv: Bump advertised version to 1.0.42

We've been following the spec changes.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Chad Versace <chadversary at chromium.org>

---

 src/intel/vulkan/anv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 6f570d8..0db96f2 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -636,7 +636,7 @@ void anv_GetPhysicalDeviceProperties(
    };
 
    *pProperties = (VkPhysicalDeviceProperties) {
-      .apiVersion = VK_MAKE_VERSION(1, 0, 39),
+      .apiVersion = VK_MAKE_VERSION(1, 0, 42),
       .driverVersion = 1,
       .vendorID = 0x8086,
       .deviceID = pdevice->chipset_id,




More information about the mesa-commit mailing list