From aa8a6e5f26a5722c614407b2c43bad64d0dc8fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Sun, 4 Apr 2021 17:01:01 -0400 Subject: [PATCH] radeonsi: enable DCC for MSAA 4x and 8x on gfx9 Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/si_texture.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_texture.c b/src/gallium/drivers/radeonsi/si_texture.c index 578714ea775..c54cf2d9f45 100644 --- a/src/gallium/drivers/radeonsi/si_texture.c +++ b/src/gallium/drivers/radeonsi/si_texture.c @@ -232,9 +232,6 @@ static int si_init_surface(struct si_screen *sscreen, struct radeon_surf *surfac break; case GFX9: - /* DCC clear for 4x and 8x MSAA textures unimplemented. */ - if (ptex->nr_storage_samples >= 4) - flags |= RADEON_SURF_DISABLE_DCC; break; case GFX10: