lvp: Enable VK_FORMAT_R4G4B4A4_UNORM_PACK16

Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36558>
This commit is contained in:
Lucas Fryzek
2025-08-04 13:40:43 -04:00
committed by Marge Bot
parent f689322d27
commit a824754de0

View File

@@ -735,7 +735,6 @@ lvp_vk_format_to_pipe_format(VkFormat format)
{
/* Some formats cause problems with CTS right now.*/
switch (format) {
case VK_FORMAT_R4G4B4A4_UNORM_PACK16:
case VK_FORMAT_R8_SRGB:
case VK_FORMAT_R8G8_SRGB:
case VK_FORMAT_R64G64B64A64_SFLOAT: