unichrome driver has a bug when source and destination surface are not of the same size and when only a section of the source surface should be blitted to the destination surface.
OK, I understand what you're saying now. Yes, there's a bug: it's using the source rectangle height to find the U and V planes rather than the source and destination surface heights. So I guess it goes wrong any time you set a source rectangle for a YV12/I420 blit that doesn't include the full height of the surface. Shame we've missed 1.0... Mark
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
