I agree. This will be fixed in the next revision.
On Tue, Jun 9, 2015 at 12:03 PM, Ian Romanick <i...@freedesktop.org> wrote: > Should this patch be last? It looks like later patches fix bugs. > > On 06/01/2015 10:13 AM, Nanley Chery wrote: >> From: Nanley Chery <nanley.g.ch...@intel.com> >> >> v2: remove OES ASTC extension reference. >> >> Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com> >> --- >> src/mesa/drivers/dri/i965/intel_extensions.c | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c >> b/src/mesa/drivers/dri/i965/intel_extensions.c >> index 18b69a0..3c07c8e 100644 >> --- a/src/mesa/drivers/dri/i965/intel_extensions.c >> +++ b/src/mesa/drivers/dri/i965/intel_extensions.c >> @@ -354,6 +354,11 @@ 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; >> + } >> + >> if (ctx->API == API_OPENGL_CORE) >> ctx->Extensions.ARB_base_instance = true; >> if (ctx->API != API_OPENGL_CORE) >> > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev