radeonsi: enable KHR_shader_subgroup

Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30610>
This commit is contained in:
Qiang Yu
2024-08-06 15:28:43 +08:00
parent 1ee612e1ac
commit 48a49c4e04
3 changed files with 11 additions and 0 deletions

View File

@@ -335,6 +335,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_EXT_texture_norm16 DONE (freedreno, r600, radeonsi, nvc0i, softpipe, zink, iris, crocus)
GL_EXT_texture_sRGB_R8 DONE (all drivers that support GLES 3.0+)
GL_KHR_blend_equation_advanced_coherent DONE (freedreno/a6xx, panfrost, zink, asahi, iris/gen9+)
GL_KHR_shader_subgroup DONE (radeonsi)
GL_KHR_texture_compression_astc_hdr DONE (core only)
GL_KHR_texture_compression_astc_sliced_3d DONE (freedreno/a4xx+, r600, radeonsi, panfrost, softpipe, v3d, zink, lima, asahi, iris/gen9+)
GL_OES_depth_texture_cube_map DONE (all drivers that support GLSL 1.30+)

View File

@@ -3,3 +3,4 @@ VK_EXT_descriptor_buffer on nvk
VK_EXT_post_depth_coverage on nvk
VK_KHR_video_maintenance1 on radv
VK_EXT_legacy_vertex_attributes on nvk
GL_KHR_shader_subgroup on radeonsi