summaryrefslogtreecommitdiff
path: root/docs/relnotes
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-05-06 13:58:48 +0200
committerMarge Bot <emma+marge@anholt.net>2023-06-07 14:40:36 +0000
commit91505132423bcf8949034ef277b8bee4e1936855 (patch)
tree28fb9bab552742cc784a9621872072ae2e2d9034 /docs/relnotes
parent593fb2035d3cee4f19bda5f584f25afdca8ccb5a (diff)
downloadmesa-91505132423bcf8949034ef277b8bee4e1936855.tar.gz
mesa-91505132423bcf8949034ef277b8bee4e1936855.tar.bz2
mesa-91505132423bcf8949034ef277b8bee4e1936855.zip
radv: advertise VK_KHR_fragment_shader_barycentric on GFX10.3+
It can't be supported on older hardware because it's impossible to determine the provoking vertex ID without LOAD_PROVOKING_VTX which is GFX10.3+ only. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6557 Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16742>
Diffstat (limited to 'docs/relnotes')
-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 f0b0ade93fa..0d53cfde1d2 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -4,3 +4,4 @@ VK_EXT_dynamic_rendering_unused_attachments on RADV
VK_EXT_mesh_shader on lavapipe
OpenGL 3.1 on Asahi
OpenGL ES 3.0 on Asahi
+VK_KHR_fragment_shader_barycentric on RADV/GFX10.3+