diff options
author | Icecream95 <[email protected]> | 2020-03-24 13:09:30 +1300 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-31 00:48:58 +0000 |
commit | 81d059c89859841bf6c4c74e29d2dd95f6dd93bf (patch) | |
tree | 77a700e17341c07f4fe60b198b0b00d86af3335d /src/panfrost/pandecode | |
parent | bad6fc48712b761351bdd63e92859456a225d53e (diff) |
panfrost: Add support for B5G5R5X1
Tested with texenv from mesa-demos.
Reviewed-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4292>
Diffstat (limited to 'src/panfrost/pandecode')
-rw-r--r-- | src/panfrost/pandecode/pan_pretty_print.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/pandecode/pan_pretty_print.c b/src/panfrost/pandecode/pan_pretty_print.c index e0f00541f8a..9f9852a7917 100644 --- a/src/panfrost/pandecode/pan_pretty_print.c +++ b/src/panfrost/pandecode/pan_pretty_print.c @@ -46,6 +46,7 @@ char *pandecode_format(enum mali_format format) DEFINE_CASE(ASTC_SRGB_SUPP); DEFINE_CASE(ASTC_HDR_SUPP); DEFINE_CASE(RGB565); + DEFINE_CASE(RGB5_X1_UNORM); DEFINE_CASE(RGB5_A1_UNORM); DEFINE_CASE(RGB10_A2_UNORM); DEFINE_CASE(RGB10_A2_SNORM); |