[Mesa-dev] [PATCH 4/4] docs: mark off texture_stencil8

Marek Olšák maraeo at gmail.com
Sun Apr 5 04:47:10 PDT 2015


This is always enabled when ARB_stencil_texturing is enabled, so I
think the ARB_stencil_texturing driver support list should be copied.

Other than that, the series is:

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

I've sent an additional patch which improves some bits.

Marek

On Sun, Apr 5, 2015 at 8:48 AM, Dave Airlie <airlied at gmail.com> wrote:
> add it to the GL3.txt, I've only enabled
> it for r600, but I think it should be fine on
> radeonsi, nv50, nvc0 and I think i965 enabling
> should only be a line or two.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
> ---
>  docs/GL3.txt              | 2 +-
>  docs/relnotes/10.6.0.html | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index 456d76b..74fe952 100644
> --- a/docs/GL3.txt
> +++ b/docs/GL3.txt
> @@ -182,7 +182,7 @@ GL 4.4, GLSL 4.40:
>    GL_ARB_multi_bind                                    DONE (all drivers)
>    GL_ARB_query_buffer_object                           not started
>    GL_ARB_texture_mirror_clamp_to_edge                  DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
> -  GL_ARB_texture_stencil8                              not started
> +  GL_ARB_texture_stencil8                              DONE (r600)
>    GL_ARB_vertex_type_10f_11f_11f_rev                   DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
>
>  GL 4.5, GLSL 4.50:
> diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html
> index 2378e3d..1500792 100644
> --- a/docs/relnotes/10.6.0.html
> +++ b/docs/relnotes/10.6.0.html
> @@ -52,6 +52,7 @@ Note: some of the new features are only available with certain drivers.
>  <li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li>
>  <li>GL_EXT_draw_buffers2 on freedreno</li>
>  <li>GL_ARB_clip_control on i965</li>
> +<li>GL_ARB_texture_stencil8 on r600</li>
>  </ul>
>
>  <h2>Bug fixes</h2>
> --
> 1.9.3
>
> _______________________________________________
> 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