All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28)
@ 2007-02-28 21:22 Even Rouault
  2007-02-28 21:36 ` Paul Brook
  0 siblings, 1 reply; 3+ messages in thread
From: Even Rouault @ 2007-02-28 21:22 UTC (permalink / raw)
  To: qemu-devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-28 21:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-28 21:22 [Qemu-devel] [PATCH] Experimental patch providing accelerated OpenGL for Linux i386 (update as of 2007-02-28) Even Rouault
2007-02-28 21:36 ` Paul Brook
2007-02-28 21:58   ` Even Rouault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.