diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index 9d370f77e14..66e187e75d2 100644 --- a/src/amd/vulkan/radv_image.c +++ b/src/amd/vulkan/radv_image.c @@ -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