mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
intel/blorp: Allow STC_CCS in blit sources
Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4056>
This commit is contained in:
parent
6fa92cd015
commit
69a0150e4e
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue