diff --git a/src/amd/vulkan/radv_formats.c b/src/amd/vulkan/radv_formats.c index 543c5497c8e..b76d6b9f091 100644 --- a/src/amd/vulkan/radv_formats.c +++ b/src/amd/vulkan/radv_formats.c @@ -456,9 +456,6 @@ radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdev, Vk } else *blendable = true; - if (format == VK_FORMAT_E5B9G9R9_UFLOAT_PACK32 && pdev->info.gfx_level < GFX10_3) - return false; - return color_format != V_028C70_COLOR_INVALID && color_swap != ~0U && color_num_format != ~0; }