From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Vsy-000626-Ml for qemu-devel@nongnu.org; Fri, 09 Jan 2015 04:29:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9Vsq-00016X-Ep for qemu-devel@nongnu.org; Fri, 09 Jan 2015 04:29:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9Vsq-00015t-7X for qemu-devel@nongnu.org; Fri, 09 Jan 2015 04:29:32 -0500 From: Gerd Hoffmann Date: Fri, 9 Jan 2015 10:28:29 +0100 Message-Id: <1420795717-28966-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/8] ui/console: add format negotiation for shared surfaces List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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