Soohyung Cho wrote:
> I did a blitting between two surfaces.
> Source surface has DFPF_A1 pixelformat and destination surface has 
> DFPF_RGB16 format.
> Mostly it works fine but sometimes directfb print out this error(?)
> ***  "Assumption [!(x & DFB_PIXELFORMAT_ALIGNMENT(gfxs->src_format))] 
> failed *** [generic.c:7527 in Bop_xy()]
>  
> What does that mean?

It assumes that the source x coordinate is aligned to 8 pixels, because
there might be functions not handling the phase properly, but the warning
could also be obsolete and all functions support unaligned sources.

-- 
Best regards,
   Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"

_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to