[Mesa-dev] [PATCH 4/4] docs: Note that OES_texture_cube_map_array is done.

Chris Forbes chrisf at ijw.co.nz
Tue May 31 05:28:43 UTC 2016


Signed-off-by: Chris Forbes <chrisforbes at google.com>
---
 docs/GL3.txt              | 2 +-
 docs/relnotes/12.1.0.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index e8d401d..eeaed52 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -269,7 +269,7 @@ GLES3.2, GLSL ES 3.2
   GL_OES_tessellation_shader                            started (Ken)
   GL_OES_texture_border_clamp                           DONE (all drivers)
   GL_OES_texture_buffer                                 DONE (i965, nvc0, radeonsi)
-  GL_OES_texture_cube_map_array                         not started (based on GL_ARB_texture_cube_map_array, which is done for all drivers)
+  GL_OES_texture_cube_map_array                         DONE (all drivers that support GL_ARB_texture_cube_map_array)
   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)
 
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html
index 50eee17..3cb0f41 100644
--- a/docs/relnotes/12.1.0.html
+++ b/docs/relnotes/12.1.0.html
@@ -44,7 +44,7 @@ Note: some of the new features are only available with certain drivers.
 </p>
 
 <ul>
-TBD
+   <li>GL_OES_texture_cube_map_array on all drivers that support ES3.1 and ARB_texture_cube_map_array</li>
 </ul>
 
 <h2>Bug fixes</h2>
-- 
2.8.3



More information about the mesa-dev mailing list