diff --git a/src/nouveau/vulkan/nvk_image.c b/src/nouveau/vulkan/nvk_image.c index 13e5594159b..10875c6d5c3 100644 --- a/src/nouveau/vulkan/nvk_image.c +++ b/src/nouveau/vulkan/nvk_image.c @@ -224,10 +224,6 @@ nvk_GetPhysicalDeviceImageFormatProperties2( pImageFormatInfo->type != VK_IMAGE_TYPE_2D) return VK_ERROR_FORMAT_NOT_SUPPORTED; - if (vk_format_is_compressed(pImageFormatInfo->format) && - pImageFormatInfo->type != VK_IMAGE_TYPE_2D) - return VK_ERROR_FORMAT_NOT_SUPPORTED; - if (ycbcr_info && pImageFormatInfo->type != VK_IMAGE_TYPE_2D) return VK_ERROR_FORMAT_NOT_SUPPORTED;