Open emersion opened 4 years ago
With 1 we should be able to remove the hardcoded list of formats we use when EXT_image_dmabuf_import_modifiers is unavailable:
https://github.com/swaywm/wlroots/blob/8707a9b7ecbba0321804604d9ea954a46ecced21/render/egl.c#L575
wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:
https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2083
Mesa patch has been merged.
Note, Mesa also has a hardcoded list of formats in case queryDmaBufModifiers isn't available:
queryDmaBufModifiers
https://gitlab.freedesktop.org/mesa/mesa/-/blob/ebe176eeff75b76527fc99d0a0f88b48ab04d0d7/src/gbm/backends/dri/gbm_dri.c#L611
Maybe we should align our list with Mesa.
With 1 we should be able to remove the hardcoded list of formats we use when EXT_image_dmabuf_import_modifiers is unavailable:
https://github.com/swaywm/wlroots/blob/8707a9b7ecbba0321804604d9ea954a46ecced21/render/egl.c#L575
wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:
https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/2083