mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
i965: advertise ASTC support for Skylake
v2: remove OES ASTC extension reference. Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
This commit is contained in:
parent
be7f640257
commit
f3a483069a
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue