From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDBrT-0002kj-4t for qemu-devel@nongnu.org; Mon, 19 Jan 2015 07:55:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDBrP-00044Y-2T for qemu-devel@nongnu.org; Mon, 19 Jan 2015 07:55:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDBrO-00044T-P9 for qemu-devel@nongnu.org; Mon, 19 Jan 2015 07:55:14 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0JCtEwq013753 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 19 Jan 2015 07:55:14 -0500 From: Gerd Hoffmann Date: Mon, 19 Jan 2015 13:55:01 +0100 Message-Id: <1421672109-29467-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/8] ui: add shared surface format negotiation. 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. 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(-)