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:
parent
4a379f7637
commit
c51c68ba4b
5 changed files with 39 additions and 21 deletions
|
|
@ -1 +1,2 @@
|
|||
VK_EXT_attachment_feedback_loop_dynamic_state on RADV
|
||||
extendedDynamicState3SampleLocationsEnable on RADV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue