Re: problem: reading from (rivafb) framebuffer is really slow

2001-05-18 Thread James Simmons
> When benchmarking DirectFB, I found that a typical software alpha > blending rectangle fill is completely dominated (I'm talking 90% of the > CPU cycles here) by the time it takes to read pixels from the > framebuffer. Note the SOFTWARE alpha blending rectangle fill. You are passing alot of da

Re: problem: reading from (rivafb) framebuffer is really slow

2001-05-18 Thread Alan Cox
> When benchmarking DirectFB, I found that a typical software alpha > blending rectangle fill is completely dominated (I'm talking 90% of the > CPU cycles here) by the time it takes to read pixels from the > framebuffer. I would expect that. Guess why X11 is designed not to do this. > The pixels