qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/8] ui/console: add format negotiation for shared surfaces
@ 2015-01-09  9:28 Gerd Hoffmann
  2015-01-09  9:28 ` [Qemu-devel] [PATCH 1/8] ui: Make qemu_default_pixman_format() return 0 on unsupported formats Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Gerd Hoffmann @ 2015-01-09  9:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

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

please review,
  Gerd

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(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-09  9:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-09  9:28 [Qemu-devel] [PATCH 0/8] ui/console: add format negotiation for shared surfaces Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 1/8] ui: Make qemu_default_pixman_format() return 0 on unsupported formats Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 2/8] ui: Add dpy_gfx_check_format() to check backend shared surface support Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 3/8] ui/pixman: add qemu_pixman_check_format Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 4/8] ui/vnc: Support shared surface for most pixman formats Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 5/8] ui/spice: " Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 6/8] ui/gtk: " Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 7/8] ui/sdl: Support shared surface for more " Gerd Hoffmann
2015-01-09  9:28 ` [Qemu-devel] [PATCH 8/8] ui/sdl2: " Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).