1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gfx/skia/patches/archive/new-aa.patch Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +diff --git a/gfx/skia/src/core/SkScan_AntiPath.cpp b/gfx/skia/src/core/SkScan_AntiPath.cpp 1.5 +--- a/gfx/skia/src/core/SkScan_AntiPath.cpp 1.6 ++++ b/gfx/skia/src/core/SkScan_AntiPath.cpp 1.7 +@@ -31,17 +31,17 @@ 1.8 + - supersampled coordinates, scale equal to the output * SCALE 1.9 + 1.10 + NEW_AA is a set of code-changes to try to make both paths produce identical 1.11 + results. Its not quite there yet, though the remaining differences may be 1.12 + in the subsequent blits, and not in the different masks/runs... 1.13 + */ 1.14 + //#define FORCE_SUPERMASK 1.15 + //#define FORCE_RLE 1.16 +-//#define SK_SUPPORT_NEW_AA 1.17 ++#define SK_SUPPORT_NEW_AA 1.18 + 1.19 + /////////////////////////////////////////////////////////////////////////////// 1.20 + 1.21 + /// Base class for a single-pass supersampled blitter. 1.22 + class BaseSuperBlitter : public SkBlitter { 1.23 + public: 1.24 + BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir, 1.25 + const SkRegion& clip);