From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZqrx-0006qX-Pe for qemu-devel@nongnu.org; Sun, 22 May 2005 09:51:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZqro-0006jj-NQ for qemu-devel@nongnu.org; Sun, 22 May 2005 09:51:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZqro-0006c7-3Y for qemu-devel@nongnu.org; Sun, 22 May 2005 09:51:44 -0400 Received: from [64.233.170.203] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZqv4-0003a9-Kn for qemu-devel@nongnu.org; Sun, 22 May 2005 09:55:06 -0400 Received: by rproxy.gmail.com with SMTP id j1so1058524rnf for ; Sun, 22 May 2005 06:45:53 -0700 (PDT) Message-ID: <41e41e7a050522064519a137fa@mail.gmail.com> Date: Sun, 22 May 2005 16:45:53 +0300 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] cocoa.m using openGL In-Reply-To: <0cc6f5b63524e90917746dada48718b0@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <0cc6f5b63524e90917746dada48718b0@gmail.com> Reply-To: Hetz Ben Hamo , 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 Peter, You can use the "diff" command (I think it's available on OS X) to create patches, and then you can post those patches here. Please add comments wherever possible to indicate what you done (something small and simple). BTW: have you tried to perform any benchmarking to see if there's any speed gain from your work compared to the standard QEMU? Thanks, Hetz On 5/22/05, Peter Stewart wrote: > Hello to all, >=20 > esp. Pierre d'Herbemont, >=20 > I have changed cocoa.m (0.7.0) to use openGL with very fast texturing. > I removed the use of QuickDraw. The DisplayState data is now DMA'd to > the graphics card instead of copied by the CPU. This uses apple's > texture range extensions. The change means that the transfer of > "display memory" incurs no CPU overhead. I also put in a bit more mouse > stuff, and made some other fixes. I can't work out how to get the > Window to get focus once it loses it, which is really a pain. >=20 > I Shark'd it to make sure there wasn't any overhead from the texturing. > I tested with Knoppix and FreeDOS. >=20 > I am not sure if this is of interest to people, I just had a lazy > weekend. I would like to give the code to the qemu project, but don't > really know how to. >=20 >=20 > thanks, > peter. >=20 >=20 >=20 > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >