diff options
author | 2011-07-29 20:29:05 +0000 | |
---|---|---|
committer | 2011-07-29 20:29:05 +0000 | |
commit | 5bfc21761e0ce41206acac4c5008fc0f24debd44 (patch) | |
tree | 48c5f9530880be39f5b26483c79e818143b900d4 /gyp | |
parent | aa5b6730f2658618015ed56ffb5882f15b6f053f (diff) |
cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its msaa sample count.
Review URL: http://codereview.appspot.com/4833045/
git-svn-id: http://skia.googlecode.com/svn/trunk@1996 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index b87ad5a63c..f25e158e3e 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -199,6 +199,7 @@ ], 'defines': [ 'GR_IMPLEMENTATION=1', + 'GR_USE_PLATFORM_CREATE_SAMPLE_COUNT=1', ], 'conditions': [ [ 'skia_os == "linux"', { |