diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-02 18:57:25 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-02 18:57:25 +0000 |
commit | b4a4ab1e997e9ab31e23cb650c06459c7e40ef11 (patch) | |
tree | b5881627019fd017d25510885e5f655f4f9c78cb /gyp | |
parent | d33b26efe40565451cf5379cba52beb933f82925 (diff) |
Remove offscreen supersampler.
THIS IS EXPECTED TO BREAK MANY GM TESTS. They will be rebaselined.
Review URL: http://codereview.appspot.com/5722044/
git-svn-id: http://skia.googlecode.com/svn/trunk@3305 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 39e0ee9cd6..bb13bbd54f 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -1,9 +1,4 @@ { - 'variables': { - 'skia_gpu_disable_osaa%': 0, - }, - 'skia_gpu_disable_osaa': '<(skia_gpu_disable_osaa)', - 'includes': [ 'common.gypi', ], @@ -296,11 +291,6 @@ 'GR_IMPLEMENTATION=1', ], 'conditions': [ - [ 'skia_gpu_disable_osaa', { - 'defines': [ - 'GR_USE_OFFSCREEN_AA=0', - ], - }], [ 'skia_os == "linux"', { 'sources!': [ '../src/gpu/gl/GrGLDefaultInterface_none.cpp', |