summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_extensions.c
diff options
context:
space:
mode:
authorNanley Chery <nanley.g.chery@intel.com>2016-04-12 17:34:49 -0700
committerNanley Chery <nanley.g.chery@intel.com>2016-04-22 16:57:38 -0700
commit86cd9a134f8d6db5c65268f4ca89a919be17689b (patch)
treef46dfe39e7c78c4012e6760da881ce2e5322f69a /src/mesa/drivers/dri/i965/intel_extensions.c
parentec089cd987212566da146f0ddaf11dc28efec7ad (diff)
downloadexternal_mesa3d-86cd9a134f8d6db5c65268f4ca89a919be17689b.zip
external_mesa3d-86cd9a134f8d6db5c65268f4ca89a919be17689b.tar.gz
external_mesa3d-86cd9a134f8d6db5c65268f4ca89a919be17689b.tar.bz2
i965: Disable KHR_texture_compression_astc_hdr on Gen9
Although Gen9 samples from most HDR ASTC surfaces of correctly, there currently are no software workarounds to fix the incorrect sampling that occurs in others of certain color endpoint modes. With this change, we are no longer failing the 14 tests from: dEQP-GLES3.functional.texture.compressed.astc.endpoint_value_hdr_cem_15.* Signed-off-by: Nanley Chery <nanley.g.chery@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mesa/drivers/dri/i965/intel_extensions.c')
-rw-r--r--src/mesa/drivers/dri/i965/intel_extensions.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c b/src/mesa/drivers/dri/i965/intel_extensions.c
index 6a20bd6..907f24f 100644
--- a/src/mesa/drivers/dri/i965/intel_extensions.c
+++ b/src/mesa/drivers/dri/i965/intel_extensions.c
@@ -372,7 +372,6 @@ intelInitExtensions(struct gl_context *ctx)
if (brw->gen >= 9) {
ctx->Extensions.KHR_texture_compression_astc_ldr = true;
- ctx->Extensions.KHR_texture_compression_astc_hdr = true;
ctx->Extensions.ARB_shader_stencil_export = true;
}