From: Marc-André Lureau <marcandre.lur...@redhat.com>

The following changes since commit 5134cf9b5d3aee4475fe7e1c1c11b093731073cf:

  Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into 
staging (2025-04-30 13:34:44 -0400)

are available in the Git repository at:

  https://gitlab.com/marcandre.lureau/qemu.git tags/ui-pull-request

for you to fetch changes up to 98a050ca93afd8686b78c3a71cbeef23e0bc420b:

  ui/spice: support multi plane dmabuf scanout (2025-05-06 13:40:09 +0400)

----------------------------------------------------------------
ui: support multi plane texture

----------------------------------------------------------------

Qiang Yu (6):
  ui/dmabuf: extend QemuDmaBuf to support multi-plane
  ui/egl: require EGL_EXT_image_dma_buf_import_modifiers
  ui/egl: use DRM_FORMAT_MOD_INVALID as default modifier
  ui/egl: support multi-plane dmabuf when egl export/import
  ui/dbus: change dbus ScanoutDMABUF interface
  ui/spice: support multi plane dmabuf scanout

 meson.build                     |   5 ++
 include/ui/dmabuf.h             |  20 +++--
 include/ui/egl-helpers.h        |   5 +-
 hw/display/vhost-user-gpu.c     |   9 ++-
 hw/display/virtio-gpu-udmabuf.c |   8 +-
 hw/vfio/display.c               |   7 +-
 ui/dbus-listener.c              | 129 ++++++++++++++++++++++++++++----
 ui/dmabuf.c                     |  80 ++++++++++++++------
 ui/egl-helpers.c                | 103 ++++++++++++++++++-------
 ui/spice-display.c              | 108 +++++++++++++++++++-------
 ui/dbus-display1.xml            |  45 +++++++++++
 11 files changed, 409 insertions(+), 110 deletions(-)

-- 
2.49.0


Reply via email to