From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcjIK-0001V7-Sj for qemu-devel@nongnu.org; Mon, 08 Sep 2008 12:08:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcjIJ-0001U9-Aj for qemu-devel@nongnu.org; Mon, 08 Sep 2008 12:08:52 -0400 Received: from [199.232.76.173] (port=35029 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcjIJ-0001U3-6j for qemu-devel@nongnu.org; Mon, 08 Sep 2008 12:08:51 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:27998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcjII-0006NU-Eq for qemu-devel@nongnu.org; Mon, 08 Sep 2008 12:08:50 -0400 Message-ID: <48C54E79.1030003@eu.citrix.com> Date: Mon, 08 Sep 2008 17:10:33 +0100 From: Stefano Stabellini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0 of 6] [UPDATE] vnc, sdl and vga improvements, opengl implementation Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi all, this update of the vga, vnc and sdl improvements patch series addresses the points raised by Anthony: 1) vnc dynamic resolution this is where I made most of the changes, the following email contains a comment on most of them: http://lists.gnu.org/archive/html/qemu-devel/2008-09/msg00437.html 2) WMVi extension support only rediffed, plus some renaming (red_max1 -> server_red_max etc.) 3) vga shared buffer split in two, now this patch contains only the vga shared buffer code 4) vnc shared buffer support new patch generated by the split: shared buffer support implementation in vnc.c 5) sdl shared buffer support changing colour into color 6) opengl rendering in the sdl window unchanged Regards, Stefano Stabellini