mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
isl: Add AUX MCS encoding into aux modes (xe2)
Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28919>
This commit is contained in:
parent
765fb3e158
commit
4b64b04963
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ static const uint32_t isl_encode_multisample_layout[] = {
|
|||
static const uint32_t isl_encode_aux_mode[] = {
|
||||
[ISL_AUX_USAGE_NONE] = AUX_NONE,
|
||||
[ISL_AUX_USAGE_MC] = AUX_NONE,
|
||||
[ISL_AUX_USAGE_MCS] = AUX_MCS,
|
||||
[ISL_AUX_USAGE_MCS_CCS] = AUX_MCS,
|
||||
};
|
||||
#elif GFX_VER >= 12
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue