[Mesa-dev] [PATCH 3/2] docs: mark no error extensions as done

Timothy Arceri tarceri at itsqueeze.com
Thu Aug 3 22:34:47 UTC 2017


---

 Please include this patch along with the others.

 docs/features.txt         | 2 +-
 docs/relnotes/17.3.0.html | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 28842ed0f2..bb20c33990 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -226,21 +226,21 @@ GL 4.6, GLSL 4.60
   GL_ARB_gl_spirv                                       in progress (Nicolai Hähnle, Ian Romanick)
   GL_ARB_gl_spirv_extensions                            in progress (Nicolai Hähnle, Ian Romanick)
   GL_ARB_indirect_parameters                            DONE (nvc0, radeonsi)
   GL_ARB_pipeline_statistics_query                      DONE (i965, nvc0, radeonsi, softpipe, swr)
   GL_ARB_polygon_offset_clamp                           not started
   GL_ARB_shader_atomic_counter_ops                      DONE (i965/gen7+, nvc0, radeonsi, softpipe)
   GL_ARB_shader_draw_parameters                         DONE (i965, nvc0, radeonsi)
   GL_ARB_shader_group_vote                              DONE (i965, nvc0, radeonsi)
   GL_ARB_texture_filter_anisotropic                     not started
   GL_ARB_transform_feedback_overflow_query              DONE (i965/gen6+, radeonsi)
-  GL_KHR_no_error                                       started (Timothy Arceri)
+  GL_KHR_no_error                                       DONE (all - enough to claim support but will be an ongoing process)
 
 These are the extensions cherry-picked to make GLES 3.1
 GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, radeonsi
 
   GL_ARB_arrays_of_arrays                               DONE (all drivers that support GLSL 1.30)
   GL_ARB_compute_shader                                 DONE (i965/gen7+, softpipe)
   GL_ARB_draw_indirect                                  DONE (i965/gen7+, r600, llvmpipe, softpipe, swr)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
   GL_ARB_framebuffer_no_attachments                     DONE (i965/gen7+, r600, softpipe)
   GL_ARB_program_interface_query                        DONE (all drivers)
diff --git a/docs/relnotes/17.3.0.html b/docs/relnotes/17.3.0.html
index f86d1a30e2..ff22924eca 100644
--- a/docs/relnotes/17.3.0.html
+++ b/docs/relnotes/17.3.0.html
@@ -37,21 +37,23 @@ TBD.
 </pre>
 
 
 <h2>New features</h2>
 
 <p>
 Note: some of the new features are only available with certain drivers.
 </p>
 
 <ul>
+<li>GLX_ARB_create_context_no_error</li>
 <li>GL_ARB_transform_feedback_overflow_query on radeonsi</li>
+<li>GL_KHR_no_error</li>
 </ul>
 
 <h2>Bug fixes</h2>
 
 <ul>
 TBD
 </ul>
 
 <h2>Changes</h2>
 
-- 
2.13.3



More information about the mesa-dev mailing list