Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Side by Side Diff: gyp/gmslides.gypi

Issue 835973005: Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns (Closed) Base URL: https://skia.googlesource.com/skia.git@record-opt-savelayer-draw-non-opaque
Patch Set: remove one too many inttoscalar Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gm/recordopts.cpp ('k') | src/core/SkRecordOpts.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # include this gypi to include all the golden master slides. 1 # include this gypi to include all the golden master slides.
2 { 2 {
3 'include_dirs': [ 3 'include_dirs': [
4 '../gm', 4 '../gm',
5 # include dirs needed by particular GMs 5 # include dirs needed by particular GMs
6 '../src/utils/debugger', 6 '../src/utils/debugger',
7 '../src/images', 7 '../src/images',
8 '../src/lazy', 8 '../src/lazy',
9 ], 9 ],
10 'conditions': [ 10 'conditions': [
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 '../gm/peekpixels.cpp', 149 '../gm/peekpixels.cpp',
150 '../gm/perlinnoise.cpp', 150 '../gm/perlinnoise.cpp',
151 '../gm/picture.cpp', 151 '../gm/picture.cpp',
152 '../gm/pictureimagefilter.cpp', 152 '../gm/pictureimagefilter.cpp',
153 '../gm/pictureshader.cpp', 153 '../gm/pictureshader.cpp',
154 '../gm/pictureshadertile.cpp', 154 '../gm/pictureshadertile.cpp',
155 '../gm/points.cpp', 155 '../gm/points.cpp',
156 '../gm/poly2poly.cpp', 156 '../gm/poly2poly.cpp',
157 '../gm/polygons.cpp', 157 '../gm/polygons.cpp',
158 '../gm/quadpaths.cpp', 158 '../gm/quadpaths.cpp',
159 '../gm/recordopts.cpp',
159 '../gm/rects.cpp', 160 '../gm/rects.cpp',
160 '../gm/resizeimagefilter.cpp', 161 '../gm/resizeimagefilter.cpp',
161 '../gm/rrect.cpp', 162 '../gm/rrect.cpp',
162 '../gm/rrects.cpp', 163 '../gm/rrects.cpp',
163 '../gm/roundrects.cpp', 164 '../gm/roundrects.cpp',
164 '../gm/samplerstress.cpp', 165 '../gm/samplerstress.cpp',
165 # '../gm/scalebitmap.cpp', 166 # '../gm/scalebitmap.cpp',
166 '../gm/shaderbounds.cpp', 167 '../gm/shaderbounds.cpp',
167 '../gm/selftest.cpp', 168 '../gm/selftest.cpp',
168 '../gm/shadertext.cpp', 169 '../gm/shadertext.cpp',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '../gm/shadertext2.cpp', 247 '../gm/shadertext2.cpp',
247 '../gm/shadertext3.cpp', 248 '../gm/shadertext3.cpp',
248 249
249 # TODO(reed): Allocates more memory than Android devices are capable of 250 # TODO(reed): Allocates more memory than Android devices are capable of
250 # fulfilling. See http://skbug.com/1978 251 # fulfilling. See http://skbug.com/1978
251 '../gm/verylargebitmap.cpp', 252 '../gm/verylargebitmap.cpp',
252 ], 253 ],
253 }], 254 }],
254 ], 255 ],
255 } 256 }
OLDNEW
« no previous file with comments | « gm/recordopts.cpp ('k') | src/core/SkRecordOpts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698