| commit | 5bfc21761e0ce41206acac4c5008fc0f24debd44 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 29 20:29:05 2011 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Jul 29 20:29:05 2011 +0000 |
| tree | 48c5f9530880be39f5b26483c79e818143b900d4 | |
| parent | aa5b6730f2658618015ed56ffb5882f15b6f053f [diff] [blame] |
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
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index b87ad5a..f25e158 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"', {