https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4f25882ccf2359d2d5fc6d737dccb5fcc2fb4839 authored by ffxbld on 09 March 2012, 20:41:07 UTC
Added FIREFOX_11_0_RELEASE FIREFOX_11_0_BUILD1 tag(s) for changeset 72e3dc061978. DONTBUILD CLOSED TREE a=release
Tip revision: 4f25882
new-aa.patch
diff --git a/gfx/skia/src/core/SkScan_AntiPath.cpp b/gfx/skia/src/core/SkScan_AntiPath.cpp
--- a/gfx/skia/src/core/SkScan_AntiPath.cpp
+++ b/gfx/skia/src/core/SkScan_AntiPath.cpp
@@ -26,17 +26,17 @@
         this is often faster for large objects with big spans
 
     NEW_AA is a set of code-changes to try to make both paths produce identical
     results. Its not quite there yet, though the remaining differences may be
     in the subsequent blits, and not in the different masks/runs...
  */
 //#define FORCE_SUPERMASK
 //#define FORCE_RLE
-//#define SK_SUPPORT_NEW_AA
+#define SK_SUPPORT_NEW_AA
 
 ///////////////////////////////////////////////////////////////////////////////
 
 class BaseSuperBlitter : public SkBlitter {
 public:
     BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
                      const SkRegion& clip);
 
back to top