summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-01-04 18:33:12 +0000
committerDavid Turner <david@freetype.org>2007-01-04 18:33:12 +0000
commit8a2c7f8fb804f3b74ea062f1c367b78d12c5b3f2 (patch)
treecba07a1ced183faa7b5bd1aabc33d06640ca9462 /ChangeLog
parent91bd5ddf17f01594bbd05fd226dc680b8d24f523 (diff)
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f896fede..fddf162e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,