[Qemu-devel] [PATCH v3 0/4] add drm modifier support for dmabufs.

Gerd Hoffmann posted 4 patches 4 years, 10 months ago
Test docker-clang@ubuntu passed
Test checkpatch passed
Test asan passed
Test FreeBSD passed
Test docker-mingw@fedora passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190529072144.26737-1-kraxel@redhat.com
Maintainers: Gerd Hoffmann <kraxel@redhat.com>, Alex Williamson <alex.williamson@redhat.com>
include/ui/console.h     |  1 +
include/ui/egl-helpers.h |  3 ++-
hw/vfio/display.c        |  1 +
ui/egl-helpers.c         | 39 ++++++++++++++++++++++++++++-----------
ui/spice-display.c       |  7 ++++---
5 files changed, 36 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH v3 0/4] add drm modifier support for dmabufs.
Posted by Gerd Hoffmann 4 years, 10 months ago
v2: fix build failure with older mesa versions which don't have
    EGL_DMA_BUF_PLANE0_MODIFIER_LO_EXT

Gerd Hoffmann (4):
  console: add dmabuf modifier field.
  vfio/display: set dmabuf modifier field
  egl-helpers: add modifier support to egl_get_fd_for_texture().
  egl-helpers: add modifier support to egl_dmabuf_import_texture()

 include/ui/console.h     |  1 +
 include/ui/egl-helpers.h |  3 ++-
 hw/vfio/display.c        |  1 +
 ui/egl-helpers.c         | 39 ++++++++++++++++++++++++++++-----------
 ui/spice-display.c       |  7 ++++---
 5 files changed, 36 insertions(+), 15 deletions(-)

-- 
2.18.1