<p dir="ltr">"In progress" would seem to imply someone is working on it, which, AFAIK, is not the case.</p>
<div class="gmail_quote">On Mar 14, 2016 7:35 PM, "Romain Failliot" <<a href="mailto:romain.failliot@foolstep.com">romain.failliot@foolstep.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This fixes some exceptions I have to deal with in <a href="http://mesamatrix.net" rel="noreferrer" target="_blank">mesamatrix.net</a>.<br>
The extensions GL_ARB_texture_buffer_object had a comment between "DONE"<br>
and the brackets.<br>
And the extension GL_KHR_robustness (in GL 4.5 and GLES 3.1) was using<br>
"90% done" instead of "in progress". The "90% done" is still here<br>
though, but as an extension comment.<br>
---<br>
docs/GL3.txt | 6 +++---<br>
1 file changed, 3 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/docs/GL3.txt b/docs/GL3.txt<br>
index 17522d5..321a90f 100644<br>
--- a/docs/GL3.txt<br>
+++ b/docs/GL3.txt<br>
@@ -72,7 +72,7 @@ GL 3.1, GLSL 1.40 --- all DONE: i965, nv50, nvc0, r600, radeonsi, llvmpipe, soft<br>
Buffer copying (GL_ARB_copy_buffer) DONE ()<br>
Primitive restart (GL_NV_primitive_restart) DONE ()<br>
16 vertex texture image units DONE ()<br>
- Texture buffer objs (GL_ARB_texture_buffer_object) DONE for OpenGL 3.1 contexts ()<br>
+ Texture buffer objs (GL_ARB_texture_buffer_object) DONE (for OpenGL 3.1 contexts)<br>
Rectangular textures (GL_ARB_texture_rectangle) DONE ()<br>
Uniform buffer objs (GL_ARB_uniform_buffer_object) DONE ()<br>
Signed normalized textures (GL_EXT_texture_snorm) DONE ()<br>
@@ -219,7 +219,7 @@ GL 4.5, GLSL 4.50:<br>
GL_ARB_texture_barrier DONE (i965, nv50, nvc0, r600, radeonsi)<br>
GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful)<br>
GL_KHR_robust_buffer_access_behavior not started<br>
- GL_KHR_robustness 90% done (the ARB variant)<br>
+ GL_KHR_robustness in progress (90% done - the ARB variant)<br>
GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)<br>
<br>
These are the extensions cherry-picked to make GLES 3.1<br>
@@ -254,7 +254,7 @@ GLES3.2, GLSL ES 3.2<br>
GL_EXT_color_buffer_float DONE (all drivers)<br>
GL_KHR_blend_equation_advanced not started<br>
GL_KHR_debug DONE (all drivers)<br>
- GL_KHR_robustness 90% done (the ARB variant)<br>
+ GL_KHR_robustness in progress (90% done - the ARB variant)<br>
GL_KHR_texture_compression_astc_ldr DONE (i965/gen9+)<br>
GL_OES_copy_image not started (based on GL_ARB_copy_image, which is done for some drivers)<br>
GL_OES_draw_buffers_indexed not started<br>
--<br>
2.5.0<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>