New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4a329d2a705a7525da947a8dcd6d4080433c52ec
commit 4a329d2a705a7525da947a8dcd6d4080433c52ec
Author: Marek Pikarski <[email protected]>
Date: Wed Feb 13 15:24:24 2013 +0100
core: Split arrays for all Fill/DrawXXXs() functions to support sending
multiple fusion call buffers within a function call.
Support "split" of arrays i.e. support a hint parameter gives to
method arguments in .flux files.
Enables i.e. to call FillRectangles(..., num=100000) without errors,
and all 100000 rects are split into n FusionMessages each fitting into a
FusionCallMessage buffer without causing an overflow.
src/core/CoreDFB_includes.h | 1 +
src/core/CoreGraphicsState.flux | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs