OSDN Git Service

i965: Disable KHR_texture_compression_astc_hdr on Gen9
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 13 Apr 2016 00:34:49 +0000 (17:34 -0700)
committerNanley Chery <nanley.g.chery@intel.com>
Fri, 22 Apr 2016 23:57:38 +0000 (16:57 -0700)
commit86cd9a134f8d6db5c65268f4ca89a919be17689b
treef46dfe39e7c78c4012e6760da881ce2e5322f69a
parentec089cd987212566da146f0ddaf11dc28efec7ad
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>
src/mesa/drivers/dri/i965/brw_surface_formats.c
src/mesa/drivers/dri/i965/intel_extensions.c