[Mesa-dev] [PATCH 13/14] docs: document that GL_ARB_get_texture_sub_image is completed

Ilia Mirkin imirkin at alum.mit.edu
Fri Jul 17 18:16:29 PDT 2015


On Wed, Jul 15, 2015 at 7:40 PM, Brian Paul <brianp at vmware.com> wrote:
> ---
>  docs/GL3.txt              | 2 +-
>  docs/relnotes/10.7.0.html | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index 33a282e..2144257 100644
> --- a/docs/GL3.txt
> +++ b/docs/GL3.txt
> @@ -202,7 +202,7 @@ GL 4.5, GLSL 4.50:
>    - Sampler object                                     DONE
>    - Program Pipeline object                            DONE
>    - Query object                                       DONE (will require changes when GL_ARB_query_buffer_object lands)
> -  GL_ARB_get_texture_sub_image                         started (Brian Paul)
> +  GL_ARB_get_texture_sub_image                         DONE (all drivers)
>    GL_ARB_shader_texture_image_samples                  not started
>    GL_ARB_texture_barrier                               DONE (nv50, nvc0, r600, radeonsi)
>    GL_KHR_context_flush_control                         DONE (all - but needs GLX/EXT extension to be useful)
> diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html
> index 42ea807..4533e78 100644
> --- a/docs/relnotes/10.7.0.html
> +++ b/docs/relnotes/10.7.0.html
> @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers.
>  </p>
>
>  <ul>
> +<li>GL_ARB_get_texture_sub_image for all drivers</li>

Please sort.

With that fixed, this is

Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

>  <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li>
>  <li>GL_ARB_fragment_layer_viewport on radeonsi</li>
>  <li>GL_ARB_framebuffer_no_attachments on i965</li>
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list