Re: [Mesa-dev] [PATCH] docs: Add EXT_memory_objects extensions to features.txt

2017-10-15 Thread Marek Olšák
Reviewed-by: Marek Olšák 

Marek

On Sun, Oct 15, 2017 at 7:03 PM, Jakob Bornecrantz
 wrote:
> These extensions are important for Vulkan interop and various
> other use cases. So it would be nice if we tracked them.
>
> Cheers, Jakob.
>
> Signed-off-by: Jakob Bornecrantz 
> ---
>  docs/features.txt | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/docs/features.txt b/docs/features.txt
> index 18dddc1aa3..338a22c6c6 100644
> --- a/docs/features.txt
> +++ b/docs/features.txt
> @@ -313,6 +313,12 @@ Khronos, ARB, and OES extensions that are not part of 
> any OpenGL or OpenGL ES ve
>GL_ARB_sparse_texture2not started
>GL_ARB_sparse_texture_clamp   not started
>GL_ARB_texture_filter_minmax  not started
> +  GL_EXT_memory_object  DONE (radeonsi)
> +  GL_EXT_memory_object_fd   DONE (radeonsi)
> +  GL_EXT_memory_object_win32not started
> +  GL_EXT_semaphore  not started
> +  GL_EXT_semaphore_fd   not started
> +  GL_EXT_semaphore_win32not started
>GL_KHR_blend_equation_advanced_coherent   DONE (i965/gen9+)
>GL_KHR_texture_compression_astc_hdr   DONE (i965/bxt)
>GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+)
> --
> 2.11.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] docs: Add EXT_memory_objects extensions to features.txt

2017-10-15 Thread Jakob Bornecrantz
These extensions are important for Vulkan interop and various
other use cases. So it would be nice if we tracked them.

Cheers, Jakob.

Signed-off-by: Jakob Bornecrantz 
---
 docs/features.txt | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/docs/features.txt b/docs/features.txt
index 18dddc1aa3..338a22c6c6 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -313,6 +313,12 @@ Khronos, ARB, and OES extensions that are not part of any 
OpenGL or OpenGL ES ve
   GL_ARB_sparse_texture2not started
   GL_ARB_sparse_texture_clamp   not started
   GL_ARB_texture_filter_minmax  not started
+  GL_EXT_memory_object  DONE (radeonsi)
+  GL_EXT_memory_object_fd   DONE (radeonsi)
+  GL_EXT_memory_object_win32not started
+  GL_EXT_semaphore  not started
+  GL_EXT_semaphore_fd   not started
+  GL_EXT_semaphore_win32not started
   GL_KHR_blend_equation_advanced_coherent   DONE (i965/gen9+)
   GL_KHR_texture_compression_astc_hdr   DONE (i965/bxt)
   GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+)
-- 
2.11.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev