On Tue, May 19, 2015 at 7:22 PM, Ilia Mirkin <imir...@alum.mit.edu> wrote: > > On Tue, May 19, 2015 at 10:16 PM, Matt Turner <matts...@gmail.com> wrote: > > On Tue, May 19, 2015 at 5:48 PM, Nanley Chery <nanleych...@gmail.com> wrote: > >> From: Nanley Chery <nanley.g.ch...@intel.com> > >> > >> Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com> > >> --- > >> src/mesa/drivers/dri/i965/intel_extensions.c | 6 ++++++ > >> 1 file changed, 6 insertions(+) > >> > >> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c > >> b/src/mesa/drivers/dri/i965/intel_extensions.c > >> index 18b69a0..91ff6e4 100644 > >> --- a/src/mesa/drivers/dri/i965/intel_extensions.c > >> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c > >> @@ -354,6 +354,12 @@ intelInitExtensions(struct gl_context *ctx) > >> ctx->Extensions.ARB_stencil_texturing = true; > >> } > >> > >> + if (brw->gen >= 9) { > >> + ctx->Extensions.KHR_texture_compression_astc_ldr = true; > >> + ctx->Extensions.KHR_texture_compression_astc_hdr = true; > >> + ctx->Extensions.OES_texture_compression_astc= true; > > > > Missing space before = > > Also missing 3d astc format support (for the OES ext).
Good catch. I should modify my patches to only deal with the KHR extensions only, since those are the only ones I'm enabling at this time. - Nanley _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev