Skip to content

wip: gallium: enable EGL_EXT_image_dma_buf_import_modifiers unconditionally

Adam Jackson requested to merge ajax/mesa:unconditional-import-modifiers into master

Or at least, enable it if you support _image_dma_buf_import. The advantage of doing so, even if you support no modifiers, is that the app can call eglQueryDmaBufFormatsEXT to discover the list of supported formats.

Merge request reports