Skip to content

egl: Also query modifiers when exporting DMABuf

Nicolas Dufresne requested to merge ndufresne/mesa:dmabuf-export-fix into master

This fixes eglExportDMABUFImageQueryMESA() so it will report the modififers of the underlysing image. Without this information, re-importing will likely be broken as it is rare these days that no modififers is used.

Merge request reports