On Thu, May 18, 2017 at 3:53 PM, Nanley Chery <[email protected]> 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 <[email protected]>
> Signed-off-by: Nanley Chery <[email protected]> > --- > 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 [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
