From 626502d7c7f6b2266e2bdc7979e512b7a7292e44 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Mon, 11 Mar 2024 12:01:53 -0500 Subject: [PATCH] nil: Advertise support for PIPE_FORMAT_R5G6B5_UNORM Part-of: --- src/nouveau/nil/nil_format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nouveau/nil/nil_format.c b/src/nouveau/nil/nil_format.c index aff8065ac8f..ed8ca8a905f 100644 --- a/src/nouveau/nil/nil_format.c +++ b/src/nouveau/nil/nil_format.c @@ -138,6 +138,7 @@ static const struct nil_format_info nil_format_infos[PIPE_FORMAT_COUNT] = SX(A, X32_S8X24_UINT, G, R32_B24G8, T), F3(A, B5G6R5_UNORM, R5G6B5, B, G, R, x, UNORM, B5G6R5, TD), + F3(A, R5G6B5_UNORM, NONE, R, G, B, x, UNORM, B5G6R5, T), C4(A, R5G5B5A1_UNORM, NONE, R, G, B, A, UNORM, A1B5G5R5, T), C4(A, B5G5R5A1_UNORM, A1R5G5B5, B, G, R, A, UNORM, A1B5G5R5, TD), F3(A, B5G5R5X1_UNORM, X1R5G5B5, B, G, R, x, UNORM, A1B5G5R5, TD),