nvk: Bump the conformance version to 1.4.3

Backport-to: 25.2
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36319>
(cherry picked from commit d3ab663a77)
This commit is contained in:
Faith Ekstrand 2025-06-30 16:55:03 -04:00 committed by Eric Engestrom
parent bf7ee3de20
commit 4de1444c35
2 changed files with 2 additions and 2 deletions

View file

@ -2754,7 +2754,7 @@
"description": "nvk: Bump the conformance version to 1.4.3",
"nominated": true,
"nomination_type": 4,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null,
"notes": null

View file

@ -880,7 +880,7 @@ nvk_get_device_properties(const struct nvk_instance *instance,
.independentResolve = true,
.driverID = VK_DRIVER_ID_MESA_NVK,
.conformanceVersion =
conformant ? (VkConformanceVersion) { 1, 4, 1, 3 }
conformant ? (VkConformanceVersion) { 1, 4, 3, 0 }
: (VkConformanceVersion) { 0, 0, 0, 0 },
.denormBehaviorIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,
.roundingModeIndependence = VK_SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL,