Peter Stewart wrote:
Hello to all,
esp. Pierre d'Herbemont,
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.
I Shark'd it to make sure there wasn't any overhead from the
texturing. I tested with Knoppix and FreeDOS.
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.
thanks,
peter.
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel
Great News! Especially, if somebody writes a openGL driver/wrapper for
the GuestOS.
I'm working on cocoa.m for some time now, especially UI Things. But I
did not get around submitting the stuff yet. You find my diff on
www.kberg.ch/cocoaqemu. It consists of a lot of changes (including mouse
and keyboard support :) ) Last update: this weekend.
Mike
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel