summaryrefslogtreecommitdiffstats
path: root/skia/config
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 16:58:51 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-06 16:58:51 +0000
commit8a24c20d911f6460921cec72a3ceae0dd9d718db (patch)
treebacd1a1bcf001eb35ebf19b0e3bb515dddca407c /skia/config
parent8ec2647afa4781b212b1a364d88aae1b493dddc1 (diff)
downloadchromium_src-8a24c20d911f6460921cec72a3ceae0dd9d718db.zip
chromium_src-8a24c20d911f6460921cec72a3ceae0dd9d718db.tar.gz
chromium_src-8a24c20d911f6460921cec72a3ceae0dd9d718db.tar.bz2
enable antialiasing for skia-gpu
This fixes hulu.com (yay!) and does not seem to slow down these sites: - fishtank - speedreading - galaxy Note -- I ran DRT locally, but I'm not seeing the failures I would expect... :( Here's what I ran ./third_party/WebKit/Tools/Scripts/new-run-webkit-tests --platform chromium-gpu Review URL: http://codereview.chromium.org/7058070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87999 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/config')
-rw-r--r--skia/config/SkUserConfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index a96e668..6bd86af 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -162,6 +162,8 @@
#define SK_SCALAR_IS_FLOAT
#undef SK_SCALAR_IS_FIXED
+#define GR_MAX_OFFSCREEN_AA_DIM 512
+
// Log the file and line number for assertions.
#define SkDebugf(...) SkDebugf_FileLine(__FILE__, __LINE__, false, __VA_ARGS__)
SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,