nvk: Bump the conformance version to 1.4.1.3

I've run this on most of the hardware and there's no new fails.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34127>
This commit is contained in:
Faith Ekstrand
2025-03-17 14:48:44 -05:00
committed by Marge Bot
parent f8409f1892
commit 334a4da5c0

View File

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