radv: advertise VK_MESA_image_alignment_control on GFX12

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33033>
This commit is contained in:
Samuel Pitoiset 2025-01-15 03:54:08 -08:00 committed by Marge Bot
parent 7e6159d10c
commit 079f55d405

View file

@ -763,7 +763,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
.GOOGLE_hlsl_functionality1 = true,
.GOOGLE_user_type = true,
.INTEL_shader_integer_functions2 = true,
.MESA_image_alignment_control = pdev->info.gfx_level >= GFX9 && pdev->info.gfx_level <= GFX11_5,
.MESA_image_alignment_control = pdev->info.gfx_level >= GFX9,
.NV_compute_shader_derivatives = true,
.VALVE_mutable_descriptor_type = true,
};