radeonsi: enable DCC for MSAA 4x and 8x on gfx9
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10003>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user