From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8Kd9-0005PH-2a for qemu-devel@nongnu.org; Tue, 10 Jul 2007 14:40:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8Kd7-0005LT-Jq for qemu-devel@nongnu.org; Tue, 10 Jul 2007 14:40:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8Kd7-0005LP-4w for qemu-devel@nongnu.org; Tue, 10 Jul 2007 14:40:09 -0400 Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8Kd6-0007d3-7p for qemu-devel@nongnu.org; Tue, 10 Jul 2007 14:40:08 -0400 Received: from pc-amd64.local (mla78-3-88-162-84-61.fbx.proxad.net [88.162.84.61]) by smtp4-g19.free.fr (Postfix) with ESMTP id D5C216F17B for ; Tue, 10 Jul 2007 20:40:05 +0200 (CEST) From: Even Rouault Date: Tue, 10 Jul 2007 20:40:04 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200707102040.04953.even.rouault@mines-paris.org> Subject: [Qemu-devel] [PATCH] Updated version of OpenGL patch on 2007/07/10 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 At http://qemu-forum.ipi.fi/viewtopic.php?t=3D2984, you'll find an updated= =20 version of the OpenGL patch that adds Win32 guest TCP/IP support. See GL_README.txt for use and compilation details. Extract : NEWS =2D--- * 2007/07/09 : =A0 - Add support of TCP/IP for Win32 guest (see 'How to use it ?' and =A0 =A0 'Debugging infrastructure' below for compilation and configuration= =20 details) =A0 - Add support for missing calls : glEnableVariantClientStateEXT, =A0 =A0 glDisableVariantClientStateEXT, glVariantPointerEXT,=20 glGetVariantPointerEXT =A0 - Improve a bit XGL support.It runs now smoothly but with the HACK_XGL= =20 environment variable defined (still need to figure out why this hack is=20 necessary) =A0 - Add command-line documentation for opengl_server and opengl_player. =A0 =A0 Among them : an added option to opengl_server, namely -parent-xid= =3DXXXXX, =A0 =A0 enables you to attach the created OpenGL window as a child of XXXXX =A0 =A0 (can be obtained thanks by xwininfo by a click on the emulator wind= ow), =A0 =A0 which gives a satisfactory visual integration. Except the fact that =A0 =A0 Windows cursor (which is emulated) will be invisible, because behind =A0 =A0 the OpenGL window... The Windows trick equivalent to XFixesGetCurso= rImage =A0 =A0 is still to be found to display a soft cursor upon the OpenGL windo= w. =A0 - In the head of opengl_client.c, a summary list of useful environment= =20 variables