mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
f689322d27
commit
a824754de0
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue