From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation.
Date: Mon, 19 Jan 2015 13:55:01 +0100 [thread overview]
Message-ID: <1421672109-29467-1-git-send-email-kraxel@redhat.com> (raw)
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(-)
next reply other threads:[~2015-01-19 12:55 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 12:55 Gerd Hoffmann [this message]
2015-01-19 12:55 ` [Qemu-devel] [PULL 1/8] ui: Make qemu_default_pixman_format() return 0 on unsupported formats Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 2/8] ui: Add dpy_gfx_check_format() to check backend shared surface support Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 3/8] ui/pixman: add qemu_pixman_check_format Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 4/8] ui/vnc: Support shared surface for most pixman formats Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 5/8] ui/spice: " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 6/8] ui/gtk: " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 7/8] ui/sdl: Support shared surface for more " Gerd Hoffmann
2015-01-19 12:55 ` [Qemu-devel] [PULL 8/8] ui/sdl2: " Gerd Hoffmann
2015-01-19 15:00 ` [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation Peter Maydell
2015-01-20 7:36 ` Gerd Hoffmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421672109-29467-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).