On Fri, May 19, 2017 at 10:41:22AM -0700, Anuj Phogat wrote: > On Thu, May 18, 2017 at 3:53 PM, Nanley Chery <nanleych...@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.pho...@gmail.com> >
I've confirmed the piglit tests to be passing as well. Thanks! > > Signed-off-by: Nanley Chery <nanley.g.ch...@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 > > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev