[Mesa-dev] [PATCH] docs/features: mark EXT_semaphore(_fd) as DONE v2

Samuel Pitoiset samuel.pitoiset at gmail.com
Wed Jan 31 17:24:47 UTC 2018


Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

On 01/31/2018 06:04 PM, Andres Rodriguez wrote:
> Support for these extensions is available in radeonsi.
> 
> v2: also updated relnotes
> 
> Signed-off-by: Andres Rodriguez <andresx7 at gmail.com>
> ---
> 
> Let me know if the formatting for the relnotes is what is expected.
> I based it on the previous versions.
> 
> 
>   docs/features.txt         | 4 ++--
>   docs/relnotes/18.1.0.html | 3 ++-
>   2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/docs/features.txt b/docs/features.txt
> index 2e110d9994..1672460a2f 100644
> --- a/docs/features.txt
> +++ b/docs/features.txt
> @@ -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)
> diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html
> index ddacbb4656..b8a0cd0d02 100644
> --- a/docs/relnotes/18.1.0.html
> +++ b/docs/relnotes/18.1.0.html
> @@ -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>
> 


More information about the mesa-dev mailing list