diff --git a/docs/features.txt b/docs/features.txt index 156eb3f6a04..3d351efe853 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -320,12 +320,12 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_depth_bounds_test DONE (i965/gen12+, nv50, nvc0, radeonsi, softpipe, zink) GL_EXT_memory_object DONE (radeonsi, i965/gen7+, llvmpipe, zink) GL_EXT_memory_object_fd DONE (radeonsi, i965/gen7+, llvmpipe, zink) - GL_EXT_memory_object_win32 not started + GL_EXT_memory_object_win32 DONE (zink) GL_EXT_multisampled_render_to_texture DONE (freedreno/a6xx, panfrost, zink) GL_EXT_render_snorm DONE (i965, r600, radeonsi, softpipe, zink) GL_EXT_semaphore DONE (radeonsi, i965/gen7+, zink) GL_EXT_semaphore_fd DONE (radeonsi, i965/gen7+, zink) - GL_EXT_semaphore_win32 not started + GL_EXT_semaphore_win32 DONE (zink) GL_EXT_shader_group_vote DONE (all drivers that support GL_ARB_shader_group_vote) GL_EXT_sRGB_write_control DONE (all drivers that support GLES 3.0+) GL_EXT_texture_norm16 DONE (freedreno, i965, r600, radeonsi, nvc0i, softpipe, zink) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index a1dd9009e0d..d5a1d479de3 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -2,3 +2,4 @@ WGL_ARB_create_context_robustness d3d12 ARB_robust_buffer_access_behavior VK_EXT_robustness2 for lavapipe VK_EXT_image_2d_view_of_3d on RADV +zink GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support