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:
committed by
Marge Bot
parent
aafe73561e
commit
7ccecf2096
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user