mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 07:20:10 +01:00
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:
parent
7e6159d10c
commit
079f55d405
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue