[Mesa-dev] [PATCH 2/2] i965: Enable ASTC HDR for Broxton

Nanley Chery nanleychery at gmail.com
Fri May 19 21:29:13 UTC 2017


On Fri, May 19, 2017 at 10:41:22AM -0700, Anuj Phogat wrote:
> On Thu, May 18, 2017 at 3:53 PM, Nanley Chery <nanleychery at gmail.com> wrote:
> > This platform passes the following GLES3 tests:
> > ES3-CTS.functional.texture.compressed.astc.endpoint_value_hdr_cem_*
> >
> We've hdr tests in piglit as well. With those passing, both patches are:
> Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
> 

I've confirmed the piglit tests to be passing as well. Thanks!

> > Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> > ---
> >  src/mesa/drivers/dri/i965/intel_extensions.c | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c
> > index 26c074638e..e76f61de1d 100644
> > --- a/src/mesa/drivers/dri/i965/intel_extensions.c
> > +++ b/src/mesa/drivers/dri/i965/intel_extensions.c
> > @@ -285,6 +285,9 @@ intelInitExtensions(struct gl_context *ctx)
> >        ctx->Extensions.ARB_post_depth_coverage = true;
> >     }
> >
> > +   if (brw->is_broxton)
> > +      ctx->Extensions.KHR_texture_compression_astc_hdr = true;
> > +
> >     if (brw->gen >= 6)
> >        ctx->Extensions.INTEL_performance_query = true;
> >
> > --
> > 2.12.2
> >


More information about the mesa-dev mailing list