Daniel Laird schrieb: > I have an issue with HWacceleration. > > On my hardware it is possible that a HW accelerated operation will fail. > In the case of the following operations > dfb_gfxcard_fillrectangles > dfb_gfxcard_drawrectangle > dfb_gfxcard_batchblit > dfb_gfxcard_blit > if the HW acceleration fails it breaks out of the loop and then does the SW > fallback > > However in the case of > dfb_gfxcard_fillspans > fill_tri > dfb_gfxcard_tileblit > If the HW operation fails it does not attempt to fallback to the SW and just > fails. Is this a bug?
Yes, they should do the same as the above functions. -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
