mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 23:48:18 +02:00
pan/format: Advertise support for AFBC(32x8,sparse)
Some video decoders spit out AFBC(32x8,sparse) images. Advertise support for this modifier so we can import such images. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40886>
This commit is contained in:
parent
4203b770b4
commit
0e91cf34af
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
*/
|
||||
#define PAN_SUPPORTED_MODIFIERS(__name) \
|
||||
static const uint64_t __name[] = { \
|
||||
DRM_FORMAT_MOD_ARM_AFBC(AFBC_FORMAT_MOD_BLOCK_SIZE_32x8 | \
|
||||
AFBC_FORMAT_MOD_SPARSE), \
|
||||
DRM_FORMAT_MOD_ARM_AFBC(AFBC_FORMAT_MOD_BLOCK_SIZE_32x8 | \
|
||||
AFBC_FORMAT_MOD_SPARSE | AFBC_FORMAT_MOD_SPLIT), \
|
||||
DRM_FORMAT_MOD_ARM_AFBC(AFBC_FORMAT_MOD_BLOCK_SIZE_32x8 | \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue