From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMQkS-0006jj-6x for qemu-devel@nongnu.org; Tue, 05 Feb 2008 11:34:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMQkQ-0006iF-L3 for qemu-devel@nongnu.org; Tue, 05 Feb 2008 11:34:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMQkQ-0006i9-GW for qemu-devel@nongnu.org; Tue, 05 Feb 2008 11:34:14 -0500 Received: from el-out-1112.google.com ([209.85.162.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMQkQ-0002dq-8A for qemu-devel@nongnu.org; Tue, 05 Feb 2008 11:34:14 -0500 Received: by el-out-1112.google.com with SMTP id y26so843431ele.18 for ; Tue, 05 Feb 2008 08:34:12 -0800 (PST) Message-ID: <47A88FFF.3000107@codemonkey.ws> Date: Tue, 05 Feb 2008 10:34:07 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] OpenGL for OS X References: <3CAC49A0-A2FF-4E70-9D79-1CE78C47A197@kberg.ch> <51BE315A-D8DD-4CAA-82FC-F0B358FB24B1@csgraf.de> <47A8899A.9050601@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Johannes Schindelin Cc: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > On Tue, 5 Feb 2008, Anthony Liguori wrote: > > >> I would really like to use OpenGL on non-Apple platforms. OpenGL gives >> much better scaling than SDL. Typically, and OpenGL app has very little >> platform specific code. It would be nice if we could use similar code >> here. >> > > But SDL runs on many more platforms than those which have OpenGL. > > So if at all, this should be optional, and not replace SDL. > Absolutely. My thinking was just that if we're already going to have OpenGL code to support OS X (where SDL isn't an option), then we might as well make it so it's usable elsewhere. Regards, Anthony Liguori > Ciao, > Dscho > >