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>
This commit is contained in:
committed by
Marge Bot
parent
593fb2035d
commit
9150513242
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user