From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EWWa5-0001IQ-6w for qemu-devel@nongnu.org; Mon, 31 Oct 2005 05:07:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EWWZP-000163-R2 for qemu-devel@nongnu.org; Mon, 31 Oct 2005 05:07:17 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EWWU6-0000Lu-97 for qemu-devel@nongnu.org; Mon, 31 Oct 2005 05:01:46 -0500 Received: from [66.249.82.193] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EWWU5-0002ft-TC for qemu-devel@nongnu.org; Mon, 31 Oct 2005 05:01:46 -0500 Received: by xproxy.gmail.com with SMTP id h29so937223wxd for ; Mon, 31 Oct 2005 02:01:45 -0800 (PST) Message-ID: <8a6cde920510310201o27072183nbdcf2dcb42173c12@mail.gmail.com> Date: Mon, 31 Oct 2005 10:01:45 +0000 From: Ricardo Almeida Subject: Re: [Qemu-devel] Graphic card In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32028_8089379.1130752905537" References: <8a6cde920510291735i71b1e86am9d40710364c19326@mail.gmail.com> <79bf98480510292143t2b4d4663s263fc3bd1a6f48b5@mail.gmail.com> <4364B640.8070105@gmx.de> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_32028_8089379.1130752905537 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline > > Fast 3d and emultion does not mix that well.. the more advanced graphics > card you try to emulate the more complex (and also slower) the emulation > of that graphics card is. > As I said in my previous reply, 3D calls probably don't need to be emulated= . Just as you don't have to emulate a x86 processor if you're running in one, you can specify that you can only emulate some 3D card if the real hardware have some OpenGL driver. That way you wouldn't be emulating them, just redirecting the calls.., Regards, Ricardo Almeida ------=_Part_32028_8089379.1130752905537 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Fast 3d and = emultion does not mix that well.. the more advanced graphics
card you tr= y to emulate the more complex (and also slower) the emulation
of that graphics card is.

As I said in my previous reply, 3D calls probably don't need to be emulated. Just as you don't have to emulate a x86 processor if you're running in one, you can specify that you can only emulate some 3D card if the real hardware have some OpenGL driver. That way you wouldn't be emulating them, just redirecting the calls..,

Regards,
Ricardo Almeida
------=_Part_32028_8089379.1130752905537--