[Xcb] Transparent Blt?

Rui Tiago Cação Matos tiagomatos at gmail.com
Thu Apr 23 04:10:07 PDT 2009


Hi

2009/4/23 Matthew Allen <fret at memecode.com>:
> I have some 32-bit bitmaps (RGBA) that I want to blt to the screen... currently they show up fine (I've got the component order right) but the alpha channel is being ignored. Is there a way of blt'ing them and having the alpha channel used to composite the bitmap onto the screen?
>
> The current code is using xcb_put_image, either to do the whole bitmap, or slice it up into scanlines if I only want to blt part of the source bitmap (gee it would be nice to have a way of blting a sub-image in one go).
>
> Or should I be fetching the pixels under the destination area from the server first, comp'ing them myself and THEN blt'ing the result? (Sounds slow/lame over TCP etc)

PutImage only supports 1 bit masks. What you want is the Composite
request from the Render extension.

Rui


More information about the Xcb mailing list