diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ 2007-01-04 David Turner <david@freetype.org> - * src/smooth/ftgrays.c: small optimization, the rasterizer now - uses the render pool to store its state during its operation, - this saves about 4 KB of heap for each FT_Library instance + * src/raster/ftraster.c, src/smooth/ftgrays.c: small optimization, the + rasterizers now uses the render pool to store their state during scanline + convertion. this saves about 6 KB of heap space for each FT_Library instance * src/sfnt/sfobjs.c, src/sfnt/ttkern.c, src/sfnt/ttkern.h, src/sfnt/ttmtx.c, src/sfnt/ttsbit.c, src/sfnt/ttsbit.h, |