mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 10:08:08 +02:00
nil: Add support for G8B8_G8R8_UNORM and B8G8_R8G8_UNORM
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24614>
This commit is contained in:
parent
c7f109352d
commit
783d59eec1
1 changed files with 2 additions and 0 deletions
|
|
@ -345,6 +345,8 @@ static const struct nil_format_info nil_format_infos[PIPE_FORMAT_COUNT] =
|
|||
F3(A, G8R8_B8R8_UNORM, NONE, G, R, B, xx, UNORM, G8B8G8R8, T),
|
||||
F3(A, G8R8_G8B8_UNORM, NONE, R, G, B, xx, UNORM, B8G8R8G8, T),
|
||||
F3(A, R8G8_R8B8_UNORM, NONE, G, R, B, xx, UNORM, B8G8R8G8, T),
|
||||
F3(A, G8B8_G8R8_UNORM, NONE, B, G, R, xx, UNORM, B8G8R8G8, T),
|
||||
F3(A, B8G8_R8G8_UNORM, NONE, B, G, R, xx, UNORM, G8B8G8R8, T),
|
||||
|
||||
F1(A, R1_UNORM, NONE, R, xx, xx, xx, UNORM, R1, T),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue