From: Jason Ekstrand Date: Thu, 5 Mar 2020 17:47:27 +0000 (-0600) Subject: intel/blorp: Allow STC_CCS in blit sources X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69a0150e4e8c3a9c46375dbfb49d3ada9b47b7f1;p=mesa.git intel/blorp: Allow STC_CCS in blit sources Reviewed-by: Nanley Chery Part-of: --- diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c index 491d393ee5c..8fd46cb5599 100644 --- a/src/intel/blorp/blorp_blit.c +++ b/src/intel/blorp/blorp_blit.c @@ -2677,7 +2677,8 @@ blorp_copy(struct blorp_batch *batch, params.src.aux_usage == ISL_AUX_USAGE_HIZ_CCS_WT || params.src.aux_usage == ISL_AUX_USAGE_MCS || params.src.aux_usage == ISL_AUX_USAGE_MCS_CCS || - params.src.aux_usage == ISL_AUX_USAGE_CCS_E); + params.src.aux_usage == ISL_AUX_USAGE_CCS_E || + params.src.aux_usage == ISL_AUX_USAGE_STC_CCS); if (isl_aux_usage_has_hiz(params.src.aux_usage)) { /* In order to use HiZ, we have to use the real format for the source.