From f47e7b7bd5e82f66961c891507b0d49ba09a3e60 Mon Sep 17 00:00:00 2001 From: Samuel Pitoiset Date: Wed, 29 Apr 2026 14:19:40 +0200 Subject: [PATCH] radv: bump VkConformanceVersion to 1.4.5.3 This property is unrelated to the CTS conformance process from Khronos, it just means that the driver passes that CTS version, even if not "officially" conformant. Signed-off-by: Samuel Pitoiset Part-of: --- src/amd/vulkan/radv_physical_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_physical_device.c b/src/amd/vulkan/radv_physical_device.c index 21551ee3ed9..5db2d035712 100644 --- a/src/amd/vulkan/radv_physical_device.c +++ b/src/amd/vulkan/radv_physical_device.c @@ -2320,8 +2320,8 @@ radv_get_physical_device_properties(struct radv_physical_device *pdev) p->conformanceVersion = (VkConformanceVersion){ .major = 1, .minor = 4, - .subminor = 0, - .patch = 0, + .subminor = 5, + .patch = 3, }; /* VK_EXT_host_image_copy */