qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation.


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation.
Date: Mon, 19 Jan 2015 13:55:01 +0100

  Hi,

This patch series allows display device emulations to negotiate with
the UI code which pixman formats it can handle for shared surfaces.

Based on patches from Benjamin Herrenschmidt, sent to the list for
review ten days ago, here we go with the pull request.

please pull,
  Gerd

The following changes since commit 1e42c353469cb58ca4f3b450eea4211af7d0b147:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150116' 
into staging (2015-01-16 12:06:41 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-console-20150119-1

for you to fetch changes up to 877417d9ae6846bea4744b198131a5fe5117d7a5:

  ui/sdl2: Support shared surface for more pixman formats (2015-01-19 13:33:26 
+0100)

----------------------------------------------------------------
ui: add shared surface format negotiation.

----------------------------------------------------------------
Benjamin Herrenschmidt (5):
      ui: Make qemu_default_pixman_format() return 0 on unsupported formats
      ui: Add dpy_gfx_check_format() to check backend shared surface support
      ui/vnc: Support shared surface for most pixman formats
      ui/gtk: Support shared surface for most pixman formats
      ui/sdl: Support shared surface for more pixman formats

Gerd Hoffmann (3):
      ui/pixman: add qemu_pixman_check_format
      ui/spice: Support shared surface for most pixman formats
      ui/sdl2: Support shared surface for more pixman formats

 hw/display/vga.c         | 18 ++++++++++++++----
 include/ui/console.h     |  4 ++++
 include/ui/qemu-pixman.h |  2 ++
 include/ui/sdl2.h        |  2 ++
 ui/console.c             | 25 +++++++++++++++++++++++++
 ui/gtk.c                 | 13 +++++++------
 ui/qemu-pixman.c         | 29 ++++++++++++++++++++++++++++-
 ui/sdl.c                 | 26 ++++++++++++++++++++------
 ui/sdl2-2d.c             | 13 +++++++++++++
 ui/sdl2.c                | 13 +++++++------
 ui/spice-display.c       | 13 +++++++------
 ui/vnc.c                 | 15 ++++++++-------
 12 files changed, 137 insertions(+), 36 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]