mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
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:
parent
54dd42eb94
commit
76c8327e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue