freetype/src/smooth
Alexei Podtelezhnikov cb4388783c [smooth] Simplify span rendering.
This removes unnecessary complexity of span merging and buffering.
Instead, the spans are rendered as they come, speeding up the
rendering by about 5% percents as a result.

* src/smooth/ftgrays.c [FT_MAX_GRAY_SPANS]: Macro removed.
(gray_TWorker): Remove span buffer and related fields.
(gray_sweep, gray_hline): Updated.

* include/freetype/ftimage.h: Remove documentation note about
`FT_MAX_GRAY_SPANS', which was never in `ftoption.h' and is now gone.
2016-08-22 23:06:45 -04:00
..
ftgrays.c [smooth] Simplify span rendering. 2016-08-22 23:06:45 -04:00
ftgrays.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmerrs.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmooth.c Update copyright year. 2016-01-13 11:54:10 +01:00
ftsmooth.h Update copyright year. 2016-01-13 11:54:10 +01:00
ftspic.c Update copyright year. 2016-01-13 11:54:10 +01:00
ftspic.h Update copyright year. 2016-01-13 11:54:10 +01:00
Jamfile Update copyright year. 2016-01-13 11:54:10 +01:00
module.mk Update copyright year. 2016-01-13 11:54:10 +01:00
rules.mk Update copyright year. 2016-01-13 11:54:10 +01:00
smooth.c Update copyright year. 2016-01-13 11:54:10 +01:00