Hi,

I am developing a graphics driver and have run into a situation where
DirectFB does not call SetState with SMF_SOURCE bit in state->mod_hw set,
even though it should, I think. The following steps should reproduce this
behaviour:

1) Blit a YUV image
2) Draw a rectangle
3) Draw a string

The string will fail to render correctly because DirectFB does not instruct
the driver to update the source format, which has been set earlier to e.g.
DSPF_YUY2.

By the way, either the enums in DFBSurfacePixelFormat or their descriptions
must be wrong, because the comment above DSPF_YUY2 actually describes
DSPF_UYVY and vice versa...

Regards,
Strikos Nick
Think Silicon Ltd
http://www.think-silicon.com
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to