diff options
author | David Turner <david@freetype.org> | 2007-01-04 18:50:12 +0000 |
---|---|---|
committer | David Turner <david@freetype.org> | 2007-01-04 18:50:12 +0000 |
commit | 38d1002b8ab6057a54d3483bc0a6f3808d44794d (patch) | |
tree | 67b5f8f71d2c2fe8da594a19a0552cdf907c7467 /ChangeLog | |
parent | 8a2c7f8fb804f3b74ea062f1c367b78d12c5b3f2 (diff) |
* src/raster/ftraster.c: removing dynamically generated "count_table",
and replace it with a constant array of bytes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2007-01-04 David Turner <david@freetype.org> + * src/raster/ftraster.c: removing dynamically generated "count_table", + and replace it with a constant array of bytes + * 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 |