From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kchb8-0007Dt-Lc for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kchb6-0007DB-VI for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:20:10 -0400 Received: from [199.232.76.173] (port=38840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kchb6-0007D0-Pj for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:20:08 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:49186) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kchb6-00023g-Oq for qemu-devel@nongnu.org; Mon, 08 Sep 2008 10:20:08 -0400 Message-ID: <48C534EA.3000604@eu.citrix.com> Date: Mon, 08 Sep 2008 15:21:30 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 5 of 5] [UPDATE] opengl rendering in the sdl window References: <48BFF04B.6090006@eu.citrix.com> <48C476A6.8080608@codemonkey.ws> In-Reply-To: <48C476A6.8080608@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: > Stefano Stabellini wrote: >> This patch comes from xen-unstable and adds opengl support for rendering >> the guest framebuffer in the SDL window. >> SDL is needed anyway to open the window and handle the events. >> Opengl rendering is optional and can be turned off at both compile time >> and run time (--disable-opengl). >> >> Opengl rendering actually is enabled only when the buffer is shared to >> avoid adding one more copy of the pixel buffer. >> >> Signed-off-by: Stefano Stabellini >> > > gtk + cairo is much more appealing to me than OpenGL. The general lack > of indirect direct rendering support and the spotty state of 3d > acceleration in Linux is a major disadvantage to OpenGL. As I suggested before, we could go both SDL+Opengl and Gtk+Cairo introducing a new frontend.