From 3ea1d4787d73d6846043de8e79bc1bb2ca6541d3 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Thu, 29 Feb 2024 09:56:33 -0600 Subject: [PATCH] nil: Enable A8_UNORM for storage buffers Part-of: --- src/nouveau/nil/nil_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/nil/nil_format.c b/src/nouveau/nil/nil_format.c index 1f8c8554d03..aff8065ac8f 100644 --- a/src/nouveau/nil/nil_format.c +++ b/src/nouveau/nil/nil_format.c @@ -188,7 +188,7 @@ static const struct nil_format_info nil_format_infos[PIPE_FORMAT_COUNT] = C4(A, I32_SINT, RS32, R, R, R, R, SINT, R32, TR), C4(A, I32_UINT, RU32, R, R, R, R, UINT, R32, TR), - A1(A, A8_UNORM, A8, x, x, x, R, UNORM, R8, TA), + A1(A, A8_UNORM, A8, x, x, x, R, UNORM, R8, IA), A1(A, A8_SNORM, RN8, x, x, x, R, SNORM, R8, T), A1(A, A8_SINT, RS8, x, x, x, R, SINT, R8, T), A1(A, A8_UINT, RU8, x, x, x, R, UINT, R8, T),