hi,

while i am coding a directfb driver for an gfxchip, and i'm using a tile blit 
i noticed that directfb is emitting lot of blitting requests.

as that chip is capable of doing repitions of blit commands i am thinking about
implementing a DFXL_TILEBLIT or maybe a DFXL_TILEBLITX / Y flag.

dfb_gfxcard_tileblit(...) would be used as a fallback, if

dfb_gfxcard_tileblitx(......) or
dfb_gfxcard_tileblity(......) 

would not be used hw accellerated.

please let me know if there is another appropriate way to get rid of masses of command 
emits.

regards
mws




Reply via email to