radv: Implement VK_EXT_global_priority_query.

Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11215>
This commit is contained in:
Georg Lehmann
2021-06-07 13:27:52 +02:00
committed by Marge Bot
parent 00084669ae
commit 3149eccc1c
2 changed files with 33 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
VK_EXT_provoking_vertex on RADV.
VK_EXT_extended_dynamic_state2 on RADV.
VK_EXT_global_priority_query on RADV.
32-bit x86 builds now default disable x87 math and use sse2.
GL ES 3.1 on GT21x hardware.