[Mesa-dev] [PATCH 2/5] softpipe: Enable ARB_texture_mirror_clamp_to_edge.

Marek Olšák maraeo at gmail.com
Fri Oct 18 13:09:37 CEST 2013


This is not softpipe, it's swrast classic.

Marek

On Fri, Oct 18, 2013 at 11:20 AM, Rico Schüller <kgbricola at web.de> wrote:
> ---
>  src/mesa/main/extensions.c | 1 +
>  1 Datei geändert, 1 Zeile hinzugefügt(+)
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index bf8d7a3..e8e0a20 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -408,6 +408,7 @@ _mesa_enable_sw_extensions(struct gl_context *ctx)
>  #ifdef TEXTURE_FLOAT_ENABLED
>     ctx->Extensions.ARB_texture_float = GL_TRUE;
>  #endif
> +   ctx->Extensions.ARB_texture_mirror_clamp_to_edge = GL_TRUE;
>     ctx->Extensions.ARB_texture_non_power_of_two = GL_TRUE;
>     ctx->Extensions.ARB_texture_rg = GL_TRUE;
>     ctx->Extensions.ARB_texture_compression_rgtc = GL_TRUE;
> --
> 1.7.11.7
>
> _______________________________________________
> 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