radv: Enable VK_EXT_fragment_shader_interlock

ACO only currently - not available in LLVM.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22250>
This commit is contained in:
Vitaliy Triang3l Kuzmin
2023-04-03 22:50:12 +03:00
committed by Marge Bot
parent 8a8f2edd50
commit f9e6d35f65
5 changed files with 20 additions and 2 deletions

View File

@@ -566,7 +566,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_external_memory_dma_buf DONE (anv, pvr, radv, tu, v3dv, vn)
VK_EXT_external_memory_host DONE (anv, lvp, radv)
VK_EXT_filter_cubic DONE (tu/a650)
VK_EXT_fragment_shader_interlock DONE (anv/gen9+, vn)
VK_EXT_fragment_shader_interlock DONE (anv/gen9+, radv/gfx9+, vn)
VK_EXT_global_priority DONE (anv, radv, tu)
VK_EXT_global_priority_query DONE (anv, radv, tu)
VK_EXT_graphics_pipeline_library DONE (lvp, radv, tu)