Mesa (master): anv: Advertise API version 1.0.39

Jason Ekstrand jekstrand at kemper.freedesktop.org
Fri Jan 27 18:06:24 UTC 2017


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Wed Jan 25 20:57:47 2017 -0800

anv: Advertise API version 1.0.39

I'm pretty sure we've kept up with the bug fixes.

Reviewed-by: Iago Toral Quiroga <itoral at igalia.com>

---

 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 f40e9b2..27f06ac 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,




More information about the mesa-commit mailing list