From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KfbrD-0002SB-RQ for qemu-devel@nongnu.org; Tue, 16 Sep 2008 10:48:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KfbrB-0002Qv-NQ for qemu-devel@nongnu.org; Tue, 16 Sep 2008 10:48:46 -0400 Received: from [199.232.76.173] (port=56983 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KfbrB-0002Qs-Iy for qemu-devel@nongnu.org; Tue, 16 Sep 2008 10:48:45 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:17049) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KfbrB-00005J-4z for qemu-devel@nongnu.org; Tue, 16 Sep 2008 10:48:45 -0400 Message-ID: <48CFC7C4.6010100@eu.citrix.com> Date: Tue, 16 Sep 2008 15:50:44 +0100 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 6 of 6] opengl rendering in the sdl window References: <48CA51F6.3020200@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 C.W. Betts wrote: > One problem that I see is that on Mac OS X it uses a different include > structure for OpenGL, I.E.: > #include > Also, OpenGL is a Mac OS X framework and when linked, has to be done by > -framework OpenGL. And the Xext library will only work on X11 based > systems, excluding Windows. Is SDL even supported on Mac OS X? I though the cocoa display driver is used instead. Anyway it should be pretty straightforward to make the opengl patch compile on Mac OS X. However I don't have any Mac OS available so I'll make the changes you suggested, but I'll need your help to test them :) > Also, will this break the Cocoa display driver? > On Sep 12, 2008, at 5:26 AM, Stefano Stabellini wrote: It shouldn't affect it at all.