CVSROOT:        /cvs/directfb
Module name:    DirectFB
Changes by:     dok     20031017 18:09:26

Modified files:
        src/core       : gfxcard.c gfxcard.h 
        src/gfx        : clip.c clip.h 

Log message:
Added graphics driver function EmitCommands().

It's called when a state is released. Drivers can flush or emit any kind of
command buffer. This is an advantage over flushing after each command,
especially for dfb_gfxcard_draw_string() and dfb_gfxcard_fill_triangle() with
semi acceleration.

Made dfb_clip_blit_precheck() static inline.



-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-cvs" as subject.

Reply via email to