From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDz5E-00032U-CS for qemu-devel@nongnu.org; Wed, 02 Jul 2008 05:57:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDz58-000310-P1 for qemu-devel@nongnu.org; Wed, 02 Jul 2008 05:57:02 -0400 Received: from [199.232.76.173] (port=36805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDz57-00030X-IQ for qemu-devel@nongnu.org; Wed, 02 Jul 2008 05:56:57 -0400 Received: from cerberus.snarc.org ([212.85.155.21]:38449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDz57-0006k5-0J for qemu-devel@nongnu.org; Wed, 02 Jul 2008 05:56:57 -0400 Date: Wed, 2 Jul 2008 10:54:44 +0100 From: Vincent Hanquez Subject: Re: [Qemu-devel] qemu X3100 project Message-ID: <20080702095444.GA8065@snarc.org> References: <20080320193240.GA1058@snarc.org> <486A1935.4050004@exactcode.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <486A1935.4050004@exactcode.de> Content-Transfer-Encoding: quoted-printable 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: =?iso-8859-1?Q?Ren=E9?= Rebe On Tue, Jul 01, 2008 at 01:47:01PM +0200, Ren=E9 Rebe wrote: > Hi Vincent, > > did you continue on this great undertaking? Maybe you have a new versio= n > of the patch already implementing some more bits? > > I specifically ask if you have a new version to avoid duplicate work, a= s I > consider getting into this to get smoother graphic for my Qemu VM > instances :-) Hi Ren=E9, i've got a slightly newer version; mainly with few bugfixes around 2d mode, a stubbed 3d instruction decoder. however the main problem which i'm kind of stuck on, is the programmed units (which is the most important 3d part), which involve having a x3100 assembly decoder & interpreter. i don't believe this part is hard, but the question is what to do with the instructions at this point :) in the Intel driver, you can find thoses programs in file with extensions g4a (assembly mnemonics) and g4b (encoded version). anyhow, I can send you an updated version if you're interested, and i'll be glad to discuss more about it (probably offlist to not bore qemu's peo= ple). Cheers, --=20 Vincent