Skip to content

egl: allow INVALID format for linux_dmabuf

Ivan Molodetskikh requested to merge YaLTeR/mesa:invalid-dmabuf-format into master

As per wayland/wayland-protocols@fb9b2a87, the compositor may advertise DRM_FORMAT_MOD_INVALID as a supported modifier. This patch makes mesa recognize this fact and allow linux_dmabuf usage with the INVALID modifier in this case.

Merge request reports