On Mon, 31 Oct 2005, Jim C. Brown wrote:

One strategy that was being done is to use a custom OpenGL library (note, 
library
not a driver) for the qemu guest. OpenGL calls get passed to qemu directly,
which then does the 3d by calling OpenGL on the host.

This makes much more sense than asking for emulation of a 3D card.

Passing direct hardware calls from QEMU to the host graphics card is basically a no-option thing. It would both be technically very difficult, and extremely tied to a single host card model (specific model, not only vendor).

But providing OpenGL calabilities to the guest, mapped to OpenGL on the host is manageable, and not host hardware dependent.

Regards
Henrik


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to