render/egl: improve DMA-BUF format/modifier logging

For each format and modifier, log supported usage. Log a
human-readable format/modifier string.
This commit is contained in:
Simon Ser 2022-09-07 10:47:48 +02:00
parent 1266f7424f
commit 4ad79d05ca
2 changed files with 28 additions and 17 deletions

View file

@ -107,7 +107,7 @@ wayland_server = dependency('wayland-server',
)
drm = dependency('libdrm',
version: '>=2.4.112',
version: '>=2.4.113',
fallback: 'libdrm',
default_options: [
'intel=false',