summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-20 19:53:04 +0000
committerbsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-20 19:53:04 +0000
commitefb20cae96eb3646ce50a429fdad305c096a3529 (patch)
tree8d7fb836f7eac7de787e2b9aec6af210cc02ea1f /skia/skia.gyp
parentf4dd615cfb47a988e039bff16206438aab180671 (diff)
downloadchromium_src-efb20cae96eb3646ce50a429fdad305c096a3529.zip
chromium_src-efb20cae96eb3646ce50a429fdad305c096a3529.tar.gz
chromium_src-efb20cae96eb3646ce50a429fdad305c096a3529.tar.bz2
Disabled offscreen supersampling AA in skia-gpu. Instead sw-rasterize path and upload as texture.
Review URL: https://chromiumcodereview.appspot.com/9241012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118468 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 0d92e83..49476bd 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -731,6 +731,7 @@
'SK_BUILD_NO_IMAGE_ENCODE',
'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
'GR_STATIC_RECT_VB=1',
+ 'GR_USE_OFFSCREEN_AA=0',
'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT',
'SK_OLD_EMPTY_PATH_BEHAVIOR=1',