On Wed, May 22, 2019 at 12:47:47PM +0200, Marc-André Lureau wrote:
> Hi
>
> On Wed, May 22, 2019 at 12:04 PM Gerd Hoffmann wrote:
> >
> > Add modifier parameter to egl_get_fd_for_texture(), to return the used
> > modifier on dmabuf exports.
>
> But nothing uses it yet?
WIP still. Sneak preview
Hi
On Wed, May 22, 2019 at 12:04 PM Gerd Hoffmann wrote:
>
> Add modifier parameter to egl_get_fd_for_texture(), to return the used
> modifier on dmabuf exports.
But nothing uses it yet?
>
> Check and use QemuDmaBuf->modifier in egl_dmabuf_import_texture() for
> dmabuf imports.
That could be a
Add modifier parameter to egl_get_fd_for_texture(), to return the used
modifier on dmabuf exports.
Check and use QemuDmaBuf->modifier in egl_dmabuf_import_texture() for
dmabuf imports.
Signed-off-by: Gerd Hoffmann
---
include/ui/egl-helpers.h | 3 ++-
ui/egl-helpers.c | 37