shithub: freetype+ttf2subf

Download patch

ref: 77180c7adc8693d81f47634ebd00579d622d1e43
parent: 9cf232ed668476361fb144d79a7e9e8d4debfb1f
author: Alexei Podtelezhnikov <[email protected]>
date: Wed Jun 8 19:31:28 EDT 2016

[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.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2016-06-08  Alexei Podtelezhnikov  <[email protected]>
 
+	[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  <[email protected]>
+
 	[smooth] Minor clean-ups.
 
 	* src/smooth/ftgrays.c (gray_dump_cells): Move out of the way.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -694,7 +694,7 @@
     gray_set_cell( RAS_VAR_ ex, ey );
   }
 
-#if 1
+#ifndef FT_LONG64
 
   /*************************************************************************/
   /*                                                                       */