From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjQ6H-0006em-2Y for qemu-devel@nongnu.org; Fri, 14 Dec 2012 02:54:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TjQ6F-0005oA-Ni for qemu-devel@nongnu.org; Fri, 14 Dec 2012 02:54:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8410) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TjQ6F-0005o0-GN for qemu-devel@nongnu.org; Fri, 14 Dec 2012 02:54:27 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBE7sQDp025894 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Dec 2012 02:54:26 -0500 From: Gerd Hoffmann Date: Fri, 14 Dec 2012 08:54:20 +0100 Message-Id: <1355471665-23903-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] pixman patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Pixman patch queue, fixing vnc tight/png and tackeling build issues. cheers, Gerd Gerd Hoffmann (5): pixman: fix version check for PIXMAN_TYPE_BGRA Revert "pixman: require 0.18.4 or newer" pixman: update internal copy to pixman-0.28.2 pixman: fix vnc tight png/jpeg support console: clip update rectangle configure | 4 ++-- console.h | 10 ++++++++++ hw/vga.c | 2 +- pixman | 2 +- qemu-pixman.c | 6 +++--- qemu-pixman.h | 2 +- ui/vnc-enc-tight.c | 4 ++-- ui/vnc.c | 2 +- 8 files changed, 21 insertions(+), 11 deletions(-)