From 334a4da5c0ede6be6864d91fae1e1a439f5f10fd Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Mon, 17 Mar 2025 14:48:44 -0500 Subject: [PATCH] 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: --- src/nouveau/vulkan/nvk_physical_device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/vulkan/nvk_physical_device.c b/src/nouveau/vulkan/nvk_physical_device.c index 45bc0778160..d39c601a0e5 100644 --- a/src/nouveau/vulkan/nvk_physical_device.c +++ b/src/nouveau/vulkan/nvk_physical_device.c @@ -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,