qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for


From: Even Rouault
Subject: [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28)
Date: Wed, 28 Feb 2007 22:22:25 +0100
User-agent: KMail/1.9.5

The patch has been updated and is available at 
http://qemu-forum.ipi.fi/viewtopic.php?t=2984

Changes/Improvements since second patch version (10 February 2007)
------------------------------------------------------------------
* Initial support for Windows as a guest (still Linux i386 as a host)!
  Guest supported API is WGL/OpenGL (opengl32.dll). Really minimum and hackish 
implementation, but enough to make Windows GoogleEarth run
* Better visual integration : 
     - OpenGL window is now child of QEMU SDL window, so it seems to be
       "naturally" integrated into the virtual machine.
     - Mouse cursor is drawned on top of the GL drawing. (This works only
       if the GL drawing is refreshed in a loop, and with a Linux guest)
* Better support of NVIDIA chips
* Fix annoying bug in QEMU serialization protocol that caused QEMU crashes 
when serialized buffer was exactly a multiple of target page size (aka. 
ppracer bug)
* gl(Get)PolygonStipple fix and other OpenGL implementation fixes
* Small improvements to make more Mesa demos run
* License change to MIT license.




reply via email to

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