From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcMdc-00020N-1P for qemu-devel@nongnu.org; Sun, 07 Sep 2008 11:57:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcMdY-0001yc-Ov for qemu-devel@nongnu.org; Sun, 07 Sep 2008 11:57:18 -0400 Received: from [199.232.76.173] (port=34150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcMdY-0001yV-JV for qemu-devel@nongnu.org; Sun, 07 Sep 2008 11:57:16 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:38589) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KcMdY-0005xQ-39 for qemu-devel@nongnu.org; Sun, 07 Sep 2008 11:57:16 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window Date: Sun, 7 Sep 2008 16:57:11 +0100 References: <48B81423.9050502@eu.citrix.com> <200809071635.54858.paul@codesourcery.com> <20080907154143.GQ4307@implementation> In-Reply-To: <20080907154143.GQ4307@implementation> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809071657.11827.paul@codesourcery.com> 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 Cc: Samuel Thibault > > and large screen updates. > > In that case, why blitting from main memory to video memory? Sure video > memory is slow. But the guest already does tricky stuff to cope with > that... I'd bet that tricky stuff doesn't work inside qemu. Paul