CVSROOT: /cvs/directfb Module name: DirectFB Changes by: dok 20041101 10:00:12
Modified files:
src/core : state.c state.h
src/gfx/generic: generic.c generic.h
Log message:
Allocate accumulators dynamically, removed FIXME.
Accumulators are allocated upon first usage.
Subsequent usage can only grow the accumulators.
Sizes allocated are 256 at least, otherwise power of two. This should
guarantee that there are very few (re)allocations, even in the worst case.
