mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 20:30:12 +01:00
v3dv/device: update conformanceVersion
The Vulkan CTS started generating the list of valid versions the driver can report as conformant against based on the active branches, and the branch we were reporting up to now is no longer valid. Fixes dEQP-VK.api.driver_properties.conformance_version Reviewed-by: Iago Toral Quiroga <itoral@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23980>
This commit is contained in:
parent
8f8ea2dd68
commit
bbdb615a86
1 changed files with 2 additions and 2 deletions
|
|
@ -1576,8 +1576,8 @@ v3dv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
.driverID = VK_DRIVER_ID_MESA_V3DV,
|
||||
.conformanceVersion = {
|
||||
.major = 1,
|
||||
.minor = 2,
|
||||
.subminor = 7,
|
||||
.minor = 3,
|
||||
.subminor = 6,
|
||||
.patch = 1,
|
||||
},
|
||||
.supportedDepthResolveModes = VK_RESOLVE_MODE_SAMPLE_ZERO_BIT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue