summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2023-05-10 17:29:29 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2023-05-15 08:14:31 +0200
commitc51c68ba4bc35a7800d7960f3bd3676fcc45ef8f (patch)
treecd86b92e20cc577f3502527a904f4c61b509229d /docs
parent4a379f7637a940cb9bcefa95203bdaecda934f95 (diff)
downloadmesa-c51c68ba4bc35a7800d7960f3bd3676fcc45ef8f.tar.gz
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/relnotes/new_features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 9010653d6f7..6916f81b6fd 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1 +1,2 @@
VK_EXT_attachment_feedback_loop_dynamic_state on RADV
+extendedDynamicState3SampleLocationsEnable on RADV