qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Updated version of OpenGL patch on 2007/07/10


From: Even Rouault
Subject: [Qemu-devel] [PATCH] Updated version of OpenGL patch on 2007/07/10
Date: Tue, 10 Jul 2007 20:40:04 +0200
User-agent: KMail/1.9.6

At http://qemu-forum.ipi.fi/viewtopic.php?t=2984, you'll find an updated 
version of the OpenGL patch that adds Win32 guest TCP/IP support.
See GL_README.txt for use and compilation details.
Extract :

NEWS
----
* 2007/07/09 :
  - Add support of TCP/IP for Win32 guest (see 'How to use it ?' and
    'Debugging infrastructure' below for compilation and configuration 
details)
  - Add support for missing calls : glEnableVariantClientStateEXT,
    glDisableVariantClientStateEXT, glVariantPointerEXT, 
glGetVariantPointerEXT
  - Improve a bit XGL support.It runs now smoothly but with the HACK_XGL 
environment variable defined (still need to figure out why this hack is 
necessary)
  - Add command-line documentation for opengl_server and opengl_player.
    Among them : an added option to opengl_server, namely -parent-xid=XXXXX,
    enables you to attach the created OpenGL window as a child of XXXXX
    (can be obtained thanks by xwininfo by a click on the emulator window),
    which gives a satisfactory visual integration. Except the fact that
    Windows cursor (which is emulated) will be invisible, because behind
    the OpenGL window... The Windows trick equivalent to XFixesGetCursorImage
    is still to be found to display a soft cursor upon the OpenGL window.
  - In the head of opengl_client.c, a summary list of useful environment 
variables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]