mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
asahi: add missing rgba4 format
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
parent
12ebea098c
commit
4d832f8433
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT] = {
|
|||
AGX_FMT(R4G4B4A4_UNORM, R4G4B4A4, UNORM, F16),
|
||||
AGX_FMT(B4G4R4A4_UNORM, R4G4B4A4, UNORM, F16),
|
||||
AGX_FMT(A4B4G4R4_UNORM, R4G4B4A4, UNORM, F16),
|
||||
AGX_FMT(A4R4G4B4_UNORM, R4G4B4A4, UNORM, F16),
|
||||
|
||||
AGX_FMT(R8_UNORM, R8, UNORM, U8NORM),
|
||||
AGX_FMT(R8G8_UNORM, R8G8, UNORM, U8NORM),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue