From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BNywy-0003RY-TO for qemu-devel@nongnu.org; Wed, 12 May 2004 14:59:29 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BNypE-0001Li-Rg for qemu-devel@nongnu.org; Wed, 12 May 2004 14:52:00 -0400 Received: from [193.252.22.27] (helo=mwinf0402.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BNyaX-0006El-2A for qemu-devel@nongnu.org; Wed, 12 May 2004 14:36:17 -0400 Received: from bellard.org (ATuileries-112-1-2-143.w80-14.abo.wanadoo.fr [80.14.188.143]) by mwinf0402.wanadoo.fr (SMTP Server) with ESMTP id 7D443800EC0 for ; Wed, 12 May 2004 20:36:15 +0200 (CEST) Message-ID: <40A26F27.3080502@bellard.org> Date: Wed, 12 May 2004 20:38:31 +0200 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] QEMU Video Driver for Win NT-based systems References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 Martin Garton wrote: > On Wed, 12 May 2004, Grzegorz Kulewski wrote: > > >>I was thinking about using some DirectX to OpenGL emulator too (maybe from >>wine but this is probably not complete and, as I know wine, will never >>be). I heard that Direct3D was cleaned up somewhere about 8-9 version so >>that is can be converted to OpenGL so maybe somebody already did this? > > > Would it be feasable to emulate a 3d capable graphics card instead and > implement that using opengl on the host? That way it doesn't matter > whether the guest is using directx version n, or opengl. It will all be > supported. QEMU will integrate a full SiS 6326 PCI VGA card emulation. This card has accelerated 2D and 3D support. The priority will be 2D support first, but 3D support with OpenGL will be possible in the future. Fabrice.