nil: Enable A8_UNORM for storage buffers

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27889>
This commit is contained in:
Faith Ekstrand 2024-02-29 09:56:33 -06:00 committed by Marge Bot
parent a3418105b9
commit 3ea1d4787d

View file

@ -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),