From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kapia-00067s-ML for qemu-devel@nongnu.org; Wed, 03 Sep 2008 06:36:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KapiP-0005wK-46 for qemu-devel@nongnu.org; Wed, 03 Sep 2008 06:36:03 -0400 Received: from [199.232.76.173] (port=39028 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KapiO-0005w5-5P for qemu-devel@nongnu.org; Wed, 03 Sep 2008 06:35:56 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:59337) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KapiO-0008F9-78 for qemu-devel@nongnu.org; Wed, 03 Sep 2008 06:35:56 -0400 Message-ID: <48BE68E8.7050404@eu.citrix.com> Date: Wed, 03 Sep 2008 11:37:28 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] sdl shared buffer support References: <48B813FA.7010206@eu.citrix.com> In-Reply-To: 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: qemu-devel@nongnu.org Blue Swirl wrote: > This function is broken if BGR-ness of the display is not equal to > emulated device BGR-ness. > good catch! I am going to send an updated version of this and the opengl patch soon to fix the issue.