qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Graphic card


From: Henrik Nordstrom
Subject: Re: [Qemu-devel] Graphic card
Date: Mon, 31 Oct 2005 18:01:55 +0100 (CET)

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




reply via email to

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