Seems reasonable. Perhaps it'd be worth figuring out what the deal with CHV's ASTC support is, since that's probably a more likely Android target. In the meanwhile, this is
Reviewed-by: Ilia Mirkin <[email protected]> On Tue, Sep 13, 2016 at 9:06 PM, Kenneth Graunke <[email protected]> wrote: > AEP requires ASTC, which is only supported on Skylake and later. > > Signed-off-by: Kenneth Graunke <[email protected]> > --- > src/mesa/drivers/dri/i965/intel_extensions.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c > b/src/mesa/drivers/dri/i965/intel_extensions.c > index 0f28546..6bb73b8 100644 > --- a/src/mesa/drivers/dri/i965/intel_extensions.c > +++ b/src/mesa/drivers/dri/i965/intel_extensions.c > @@ -409,6 +409,7 @@ intelInitExtensions(struct gl_context *ctx) > ctx->Extensions.KHR_texture_compression_astc_ldr = true; > ctx->Extensions.KHR_texture_compression_astc_sliced_3d = true; > ctx->Extensions.ARB_shader_stencil_export = true; > + ctx->Extensions.ANDROID_extension_pack_es31a = true; > ctx->Extensions.MESA_shader_framebuffer_fetch = true; > } > > -- > 2.9.3 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
