radv: enable fullyCoveredFragmentShaderInputVariable on GFX9+

For vkd3d-proton Tier 3.

It's passing CTS and vkd3d-proton tests.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/8311
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21497>
This commit is contained in:
Samuel Pitoiset
2023-02-22 16:36:11 +01:00
committed by Marge Bot
parent 8e84251cc7
commit f2aa0e80a0
5 changed files with 25 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
VK_EXT_pipeline_library_group_handles on RADV
VK_EXT_image_sliced_view_of_3d on RADV/GFX10+
VK_KHR_map_memory2 on ANV
fullyCoveredFragmentShaderInputVariable on RADV/GFX9+