[Mesa-dev] [PATCH] i965: enable ARB_ES3_2_compatibility on gen8+

Kenneth Graunke kenneth at whitecape.org
Thu Sep 15 08:30:43 UTC 2016


On Tuesday, September 13, 2016 9:27:49 PM PDT Ilia Mirkin wrote:
> Note that ASTC support is not actually mandated for this extension to be
> exposed.
> 
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
> 
> Also note that it doesn't seem required for the driver to simultaneously be
> exposing an actual ES 3.2 context. The ext does, however, nominally require
> GL 4.5. I think that can be ignored though.
> 
>  src/mesa/drivers/dri/i965/intel_extensions.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c
> index f1ef4f6..fe22d3f 100644
> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
> @@ -400,6 +400,7 @@ intelInitExtensions(struct gl_context *ctx)
>        ctx->Extensions.ARB_shader_precision = true;
>        ctx->Extensions.ARB_gpu_shader_fp64 = true;
>        ctx->Extensions.ARB_vertex_attrib_64bit = true;
> +      ctx->Extensions.ARB_ES3_2_compatibility = true;
>        ctx->Extensions.OES_geometry_shader = true;
>        ctx->Extensions.OES_texture_cube_map_array = true;
>     }
> 

Acked-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160915/e3a74a52/attachment.sig>


More information about the mesa-dev mailing list