From: Gerd K. <kr...@by...> - 2001-07-16 17:20:34
|
> have we functionality to do rectangle lists, as X does ? Do we need that functionality? > Could this be usefull ? Don't think so, setting alpha bleeding / chroma keying is all we need to have in the kernel. > Clipping is currently done by writting a value to the alpha channel > for each pixel that will show (or not show) the overlay. Then we can > do alpha keyed overlay on them. Cards that don't support alpha keyed > overlay or in mode without alpha channel (depth 8, 16 or 24) you have > to choose a color and use color keyed overlay. You don't need kernel support for this. The fb apps (unlike X11 apps) have direct access to the framebuffer memory. They can simply fill some screen area with the chroma key color. I can't see any need for passing around clip lists. Gerd -- Damn lot people confuse usability and eye-candy. |