From: Alan C. <al...@lx...> - 2001-10-02 22:54:00
|
> The software accel functions needed by the console layer (copyarea, > fillrect, and drawimage) have been already written. Okay the drawimage one > needs alot of work. I haven't benchmarked the new code versus the current On x86 they'll probably make no difference at all, unless the old code is really really crap. Your bottleneck is the PCI bus. All you can do is avoid reads. Alan |