Mesa (master): doc/features: Add a few extensions to the feature matrix

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 08:01:25 UTC 2019


Module: Mesa
Branch: master
Commit: 1c5ff3a6d07fd0b6581b29d73f5530b1a7de5657
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c5ff3a6d07fd0b6581b29d73f5530b1a7de5657

Author: Gert Wollny <gert.wollny at collabora.com>
Date:   Thu Apr 11 09:18:37 2019 +0200

doc/features: Add a few extensions to the feature matrix

These additions already landed but I forgot to update the feature
matrix.

Signed-off-by: Gert Wollny <gert.wollny at collabora.com>
Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 docs/features.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 03f68fb44c8..4a1f1913efd 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -289,7 +289,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl
   GL_OES_shader_multisample_interpolation               DONE (i965, nvc0, r600)
   GL_OES_tessellation_shader                            DONE (all drivers that support GL_ARB_tessellation_shader)
   GL_OES_texture_border_clamp                           DONE (all drivers)
-  GL_OES_texture_buffer                                 DONE (freedreno, i965, nvc0)
+  GL_OES_texture_buffer                                 DONE (freedreno, i965, nvc0, softpipe)
   GL_OES_texture_cube_map_array                         DONE (i965/hsw+, nvc0)
   GL_OES_texture_stencil8                               DONE (all drivers that support GL_ARB_texture_stencil8)
   GL_OES_texture_storage_multisample_2d_array           DONE (all drivers that support GL_ARB_texture_multisample)
@@ -323,7 +323,9 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
   GL_EXT_semaphore                                      DONE (radeonsi)
   GL_EXT_semaphore_fd                                   DONE (radeonsi)
   GL_EXT_semaphore_win32                                not started
+  GL_EXT_sRGB_write_control                             DONE (all drivers that support GLES 3.0+)
   GL_EXT_texture_norm16                                 DONE (i965, r600, radeonsi, nvc0)
+  GL_EXT_texture_sRGB_R8                                Done (all drivers that support GLES 3.0+)
   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+, radeonsi)




More information about the mesa-commit mailing list