mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
r600: Add FMT_1_REVERSED to r600_formats.h
Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23010>
This commit is contained in:
parent
9b3399b3f7
commit
659d88e7fc
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#define FMT_32_32_32_32 0x00000022
|
||||
#define FMT_32_32_32_32_FLOAT 0x00000023
|
||||
#define FMT_1 0x00000025
|
||||
#define FMT_1_REVERSED 0x00000026
|
||||
#define FMT_GB_GR 0x00000027
|
||||
#define FMT_BG_RG 0x00000028
|
||||
#define FMT_32_AS_8 0x00000029
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue