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@igalia.com>
This commit is contained in:
Jason Ekstrand
2017-01-25 20:57:47 -08:00
parent 5f301fe2e6
commit d96ade1c4c

View File

@@ -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,