diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c index ed7cb8e215..483d9b94ac 100644 --- a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c +++ b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c @@ -2594,9 +2594,11 @@ intel_miptree_render_aux_usage(struct brw_context *brw, srgb_enabled ? mt->format :_mesa_get_srgb_format_linear(mt->format); enum isl_format isl_format = brw_isl_format_for_mesa_format(mesa_format); +#if 0 /* If the format supports CCS_E, then we can just use it */ if (isl_format_supports_ccs_e(&brw->screen->devinfo, isl_format)) return ISL_AUX_USAGE_CCS_E; +#endif /* Otherwise, we have to fall back to CCS_D */