On Mon, 30 Apr 2012 13:19:01 +0200, Olivier Galibert <galib...@pobox.com> wrote:
> diff --git a/src/mesa/state_tracker/st_extensions.c 
> b/src/mesa/state_tracker/st_extensions.c
> index 1b4bca6..0cfe962 100644
> --- a/src/mesa/state_tracker/st_extensions.c
> +++ b/src/mesa/state_tracker/st_extensions.c
> @@ -592,6 +592,10 @@ void st_init_extensions(struct st_context *st)
>        ctx->Extensions.S3_s3tc = GL_FALSE;
>     }
>  
> +   if (ctx->Const.NativeIntegers) {
> +      ctx->Extensions.ARB_shader_bit_encoding = GL_TRUE;
> +   }

This should probably come as the last patch after the extension is fully
implemented.

Attachment: pgpckOM1adSfq.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to