[smooth] Re-enable new line renderer on 64-bit archs.

* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new
implementation, where it is safe from overflows.
2.6.5
Alexei Podtelezhnikov 9 years ago
parent 9cf232ed66
commit 77180c7adc
  1. 7
      ChangeLog
  2. 2
      src/smooth/ftgrays.c

@ -1,3 +1,10 @@
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Re-enable new line renderer on 64-bit archs.
* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new
implementation, where it is safe from overflows.
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Minor clean-ups.

@ -694,7 +694,7 @@ typedef ptrdiff_t FT_PtrDist;
gray_set_cell( RAS_VAR_ ex, ey );
}
#if 1
#ifndef FT_LONG64
/*************************************************************************/
/* */

Loading…
Cancel
Save