CVSROOT: /cvs/directfb Module name: DirectFB Changes by: dok 20040809 18:19:53
Modified files:
include : directfb.h
src/core : gfxcard.c gfxcard.h
src/display : idirectfbsurface.c
Log message:
Added new drawing function "FillSpans" which gets an y start value and
an array of "DFBSpan"s containing 'x' and 'width' of each span.
It's implemented in the core right now, using FillRectangle() of the
drivers. For maximum performance we could add a FillSpans() function
to the drivers.
