About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2025-09-02 12:53:27 -0400
committerMarge Bot <marge-bot@fdo.invalid>2025-10-14 23:14:17 +0000
commit9d0e73335af17ed243fab652351e3224e3a2f91e (patch)
tree6189ecf730d1328c5bc88a953ed71f9668b1bafa /docs
parentf91f86ddedfc4db1b91edbec20efc7926a954044 (diff)
zink: enable GL_EXT_mesh_shader
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37788>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt1
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 694aca28a07..140f5cc0e9a 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -327,6 +327,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
GL_EXT_memory_object DONE (freedreno, radeonsi, llvmpipe, zink, d3d12, iris, crocus/gen7+)
GL_EXT_memory_object_fd DONE (freedreno, radeonsi, llvmpipe, zink, iris, crocus/gen7+)
GL_EXT_memory_object_win32 DONE (zink, d3d12)
+ GL_EXT_mesh_shader DONE (zink)
GL_EXT_multisampled_render_to_texture DONE (freedreno/a6xx, panfrost, zink, lima)
GL_EXT_polygon_offset_clamp DONE (all drivers that support GL_ARB_polygon_offset_clamp)
GL_EXT_render_snorm DONE (freedreno/a6xx, r600, radeonsi, softpipe, llvmpipe, virgl, zink, panfrost/v6+, iris, asahi)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 2e93d4eea95..d4c5b44d3af 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -84,3 +84,4 @@ VK_KHR_map_memory2 on pvr
VK_EXT_map_memory_placed on pvr
VK_KHR_device_group on pvr
VK_KHR_buffer_device_address on pvr
+GL_EXT_mesh_shader on zink