From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gky8i-0006Ck-QL for qemu-devel@nongnu.org; Fri, 17 Nov 2006 02:27:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gky8g-0006CD-LN for qemu-devel@nongnu.org; Fri, 17 Nov 2006 02:27:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gky8g-0006C9-GF for qemu-devel@nongnu.org; Fri, 17 Nov 2006 02:27:54 -0500 Received: from [193.252.22.24] (helo=smtp-msa-out07.orange.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gky8g-0006pQ-BL for qemu-devel@nongnu.org; Fri, 17 Nov 2006 02:27:54 -0500 Received: from [192.168.0.2] (ANice-251-1-9-6.w86-200.abo.wanadoo.fr [86.200.12.6]) by mwinf0704.orange.fr (SMTP Server) with ESMTP id A97471400089 for ; Fri, 17 Nov 2006 08:27:50 +0100 (CET) Message-ID: <455D64D2.1050907@wanadoo.fr> Date: Fri, 17 Nov 2006 08:29:22 +0100 From: Laurent Desnogues MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Experimental initial patch providing accelerated OpenGL for Linux i386 (2nd attempt to post) References: <200611162134.48783.even.rouault@mines-paris.org> In-Reply-To: <200611162134.48783.even.rouault@mines-paris.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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 Even Rouault a =E9crit : > TODO list : > - implement correctly full OpenGL API Did you consider taking a look at how Wine wraps OpenGL and/or how Mesa makes its dispatchers? I think they may be of use, and their license should be compatible :) Laurent