radv: implement dynamic sample locations enable

VK_EXT_sample_locations is only supported on < GFX10 due to some weird
issues on recent GPUs. extendedDynamicState3SampleLocationsEnable is
only enabled on GFX6-GFX9 for the same reason.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22947>
This commit is contained in:
Samuel Pitoiset
2023-05-10 17:29:29 +02:00
parent 4a379f7637
commit c51c68ba4b
5 changed files with 39 additions and 21 deletions

View File

@@ -1 +1,2 @@
VK_EXT_attachment_feedback_loop_dynamic_state on RADV
extendedDynamicState3SampleLocationsEnable on RADV