From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kba9m-0004jK-1w for qemu-devel@nongnu.org; Fri, 05 Sep 2008 08:11:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kba9f-0004hJ-HF for qemu-devel@nongnu.org; Fri, 05 Sep 2008 08:11:17 -0400 Received: from [199.232.76.173] (port=59748 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kba9f-0004hC-Bc for qemu-devel@nongnu.org; Fri, 05 Sep 2008 08:11:11 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:29657) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1Kba9e-0006m1-TH for qemu-devel@nongnu.org; Fri, 05 Sep 2008 08:11:11 -0400 Received: from samy by implementation.famille.thibault.fr with local (Exim 4.69) (envelope-from ) id 1Kba9V-0004WI-Mj for qemu-devel@nongnu.org; Fri, 05 Sep 2008 14:11:01 +0200 Date: Fri, 5 Sep 2008 14:11:01 +0200 From: Samuel Thibault Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window Message-ID: <20080905121101.GI5250@implementation.bordeaux.inria.fr> References: <48B81423.9050502@eu.citrix.com> <48BF4F4F.40208@codemonkey.ws> <48BFB318.206@eu.citrix.com> <20080905120214.GD1373@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20080905120214.GD1373@shareable.org> 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 Jamie Lokier, le Fri 05 Sep 2008 13:02:15 +0100, a écrit : > Another way to map guest framebuffer to video memory is the XF86DGA > extension, which is great when you can use it. It is being deprecated and probably never works nowadays anyway :) Samuel