Re: RFC: Optimizing putcs()
From: Antonino Daplas <hidden>
Date: 2002-08-06 18:07:54
On Tue, 2002-08-06 at 13:49, James Simmons wrote:
Ah. Thank you for solving this problem for me. I haven't had time to figure it out. Also left to be done is 24 bpp support as well as drawing the penguin.
I took a crack at adding support for bpp24 for the cfb_* drawing functions. I tried to keep the original code as much as possible, so the result may not be optimal. My test shows though that bpp24 should be as fast as (maybe a tad slower than) bpp32. As for drawing the logo, will the source be containing indices to the palette? Tony