We can probably just change this to check for gen >= 6 and expose 3.30
On 14 Aug 2014 12:13, "Iago Toral Quiroga" <[email protected]> wrote:

> From: Samuel Iglesias Gonsalvez <[email protected]>
>
> Signed-off-by: Samuel Iglesias Gonsalvez <[email protected]>
> ---
>  src/mesa/drivers/dri/i965/intel_extensions.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c
> b/src/mesa/drivers/dri/i965/intel_extensions.c
> index e134cd9..9875b7c 100644
> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
> @@ -246,7 +246,7 @@ intelInitExtensions(struct gl_context *ctx)
>     if (brw->gen >= 7)
>        ctx->Const.GLSLVersion = 330;
>     else if (brw->gen >= 6)
> -      ctx->Const.GLSLVersion = 140;
> +      ctx->Const.GLSLVersion = 150;
>     else
>        ctx->Const.GLSLVersion = 120;
>     _mesa_override_glsl_version(&ctx->Const);
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to