docs/features: mark EXT_semaphore(_fd) as DONE v2
authorAndres Rodriguez <andresx7@gmail.com>
Wed, 31 Jan 2018 02:42:14 +0000 (21:42 -0500)
committerAndres Rodriguez <andresx7@gmail.com>
Wed, 31 Jan 2018 17:31:40 +0000 (12:31 -0500)
Support for these extensions is available in radeonsi.

v2: also updated relnotes

Signed-off-by: Andres Rodriguez <andresx7@gmail.com>
docs/features.txt
docs/relnotes/18.1.0.html

index 2e110d9994989355973d549f7d68525f125b9e34..1672460a2f8c4549576e774bb30621d5952728ec 100644 (file)
@@ -316,8 +316,8 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
   GL_EXT_memory_object                                  DONE (radeonsi)
   GL_EXT_memory_object_fd                               DONE (radeonsi)
   GL_EXT_memory_object_win32                            not started
-  GL_EXT_semaphore                                      not started
-  GL_EXT_semaphore_fd                                   not started
+  GL_EXT_semaphore                                      DONE (radeonsi)
+  GL_EXT_semaphore_fd                                   DONE (radeonsi)
   GL_EXT_semaphore_win32                                not started
   GL_KHR_blend_equation_advanced_coherent               DONE (i965/gen9+)
   GL_KHR_texture_compression_astc_hdr                   DONE (i965/bxt)
index ddacbb465636e80f7b6f07ef21d1e94cc0789b42..b8a0cd0d02c3d1e621853b33c1e699520fcffe1c 100644 (file)
@@ -44,7 +44,8 @@ Note: some of the new features are only available with certain drivers.
 </p>
 
 <ul>
-TBD
+<li>GL_EXT_semaphore on radeonsi</li>
+<li>GL_EXT_semaphore_fd on radeonsi</li>
 </ul>
 
 <h2>Bug fixes</h2>