radv: implement VK_EXT_shader_atomic_float2

Some floating atomic instructions are not available on GFX8-9.
No LLVM support.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12060>
This commit is contained in:
Samuel Pitoiset
2021-06-10 12:10:37 +02:00
parent 6694c37ea0
commit 72f55cf7c4
5 changed files with 33 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
VK_EXT_color_write_enable on lavapipe
GL_ARB_texture_filter_anisotropic in llvmpipe
Anisotropic texture filtering in lavapipe
VK_EXT_shader_atomic_float2 on Intel
VK_EXT_shader_atomic_float2 on Intel and RADV.