[Qemu-devel] [PATCH 0/4] gtk: add dmabuf support

Gerd Hoffmann posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171023120317.8296-1-kraxel@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
include/ui/console.h | 10 +++++---
include/ui/gtk.h     | 13 ++++++++++
ui/console.c         | 15 ++++++++---
ui/egl-headless.c    | 16 ++++++++----
ui/gtk-egl.c         | 64 +++++++++++++++++++++++++++++++++++++++++++++--
ui/gtk.c             | 70 +++++++++++++++++++++++++++++++---------------------
ui/Makefile.objs     |  3 +--
7 files changed, 147 insertions(+), 44 deletions(-)
[Qemu-devel] [PATCH 0/4] gtk: add dmabuf support
Posted by Gerd Hoffmann 6 years, 6 months ago
This series adds dmabuf support to the gtk ui.

Gerd Hoffmann (4):
  opengl: split up dpy_gl_cursor ops
  gtk: make GtkGlArea usage a runtime option
  gtk: use GtkGlArea on wayland only
  gtk-egl: add dmabuf support

 include/ui/console.h | 10 +++++---
 include/ui/gtk.h     | 13 ++++++++++
 ui/console.c         | 15 ++++++++---
 ui/egl-headless.c    | 16 ++++++++----
 ui/gtk-egl.c         | 64 +++++++++++++++++++++++++++++++++++++++++++++--
 ui/gtk.c             | 70 +++++++++++++++++++++++++++++++---------------------
 ui/Makefile.objs     |  3 +--
 7 files changed, 147 insertions(+), 44 deletions(-)

-- 
2.9.3