anv: Bump advertised version to 1.0.42
We've been following the spec changes. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Chad Versace <chadversary@chromium.org>
This commit is contained in:
@@ -636,7 +636,7 @@ void anv_GetPhysicalDeviceProperties(
|
|||||||
};
|
};
|
||||||
|
|
||||||
*pProperties = (VkPhysicalDeviceProperties) {
|
*pProperties = (VkPhysicalDeviceProperties) {
|
||||||
.apiVersion = VK_MAKE_VERSION(1, 0, 39),
|
.apiVersion = VK_MAKE_VERSION(1, 0, 42),
|
||||||
.driverVersion = 1,
|
.driverVersion = 1,
|
||||||
.vendorID = 0x8086,
|
.vendorID = 0x8086,
|
||||||
.deviceID = pdevice->chipset_id,
|
.deviceID = pdevice->chipset_id,
|
||||||
|
Reference in New Issue
Block a user