[Mesa-dev] [PATCH 3/4] docs: Renormalize some extensions.

Nicolai Hähnle nhaehnle at gmail.com
Tue Mar 15 19:38:54 UTC 2016


Thanks for taking the time to clean up the patches!

On 15.03.2016 07:45, Romain Failliot wrote:
> Hmm... I thought that was what it meant.
> I can add a new status like "paused" for instance.

"not started" is probably more accurate. AFAIU, ARB_robustness is 
implemented, and that represents 90% of KHR_robustness, but nobody has 
actually done any work towards KHR_robustness.

With that changed, the series is
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>

I can push the patches for you if you like.

Cheers,
Nicolai

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


More information about the mesa-dev mailing list