From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KE3l4-0003cK-IJ for qemu-devel@nongnu.org; Wed, 02 Jul 2008 10:56:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KE3l3-0003bX-6U for qemu-devel@nongnu.org; Wed, 02 Jul 2008 10:56:34 -0400 Received: from [199.232.76.173] (port=33867 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KE3l3-0003bU-0u for qemu-devel@nongnu.org; Wed, 02 Jul 2008 10:56:33 -0400 Received: from cerberus.snarc.org ([212.85.155.21]:54658) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KE3l2-0006FP-Gc for qemu-devel@nongnu.org; Wed, 02 Jul 2008 10:56:32 -0400 Date: Wed, 2 Jul 2008 15:54:23 +0100 From: Vincent Hanquez Subject: Re: [Qemu-devel] qemu X3100 project Message-ID: <20080702145423.GA9495@snarc.org> References: <20080320193240.GA1058@snarc.org> <486A1935.4050004@exactcode.de> <20080702095444.GA8065@snarc.org> <7fac565a0807020413l7e9d6ea0h4ec983c951b9e7c3@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7fac565a0807020413l7e9d6ea0h4ec983c951b9e7c3@mail.gmail.com> 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 Cc: Alexey Eremenko On Wed, Jul 02, 2008 at 02:13:35PM +0300, Alexey Eremenko wrote: > That's very interesting undertaking indeed. > > I always dreamt of playing 3D games in VMs. And I hope, that with the > help of your project, in may become a reality. > > I don't know if it's possible to achieve good performance with > emulated 3D hardware - to the point where 3D games would run. I can't predict about performance. I can't even predict about the total feasibility to be honest. Performance depends on how the 3d operations can be offloaded to actual 3d chips. for example, having a "translator" from the intel 3d operation to OpenGL. or maybe something more feasible, to Gallium. I'll open a public git repository based on my private one if people are interested in working on the card emulation. however people should not expect to be end-user (or testing) material anytime soon. not that i want to scare people off ;) Cheers, -- Vincent