radv: enable DCC fast-clears with comp-to-single on GFX10+

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10518>
This commit is contained in:
Samuel Pitoiset
2021-04-29 13:32:13 +02:00
committed by Marge Bot
parent aafe73561e
commit 7ccecf2096
+1 -1
View File
@@ -1590,7 +1590,7 @@ radv_image_use_comp_to_single(const struct radv_device *device, const struct rad
if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed)
return false;
return false; /* TODO: will be enabled in a next commit. */
return true;
}
static uint64_t