mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 04:10:10 +01:00
nil: Enable A8_UNORM for storage buffers
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27889>
This commit is contained in:
parent
a3418105b9
commit
3ea1d4787d
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue