aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-25 12:43:45 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-25 12:43:45 +0000
commit205d46067ace24bd4b111cf44efc96caff6c4d30 (patch)
treef405973a26a367e566ecbd4c327ad929654d8e1f /gyp
parente624caf6c33e1379a7f6f8333a8f0ec25025420e (diff)
Move alpha-ramp AA to GrContext, detect cases when AA is applied via other methods (smooth lines, MSAA) or rect falls on integer coords and skip the alpha ramp path. Use pre-fab index buffer for alpha-ramped fill rects and stroke rects.
Review URL: http://codereview.appspot.com/4449047/ git-svn-id: http://skia.googlecode.com/svn/trunk@1169 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp
index 322f87cc8f..94ba3cf8b4 100644
--- a/gyp/skia.gyp
+++ b/gyp/skia.gyp
@@ -1444,6 +1444,7 @@
'../samplecode/SamplePicture.cpp',
'../samplecode/SamplePoints.cpp',
'../samplecode/SamplePolyToPoly.cpp',
+ '../samplecode/SampleAARects.cpp',
'../samplecode/SampleRegion.cpp',
'../samplecode/SampleRepeatTile.cpp',
'../samplecode/SampleShaders.cpp',