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

Side by Side Diff: gyp/gmslides.gypi

Issue 238443006: Add gpu fast path for two point conical gradients (Closed) Base URL: https://skia.googlesource.com/skia.git@ConicalFlip
Patch Set: Add GM Ignore Created 6 years, 8 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/gradients_2pt_conical.cpp ('k') | src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp » ('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 'sources': [ 10 'sources': [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 '../gm/filltypes.cpp', 73 '../gm/filltypes.cpp',
74 '../gm/filltypespersp.cpp', 74 '../gm/filltypespersp.cpp',
75 '../gm/filterbitmap.cpp', 75 '../gm/filterbitmap.cpp',
76 '../gm/fontcache.cpp', 76 '../gm/fontcache.cpp',
77 '../gm/fontmgr.cpp', 77 '../gm/fontmgr.cpp',
78 '../gm/fontscaler.cpp', 78 '../gm/fontscaler.cpp',
79 '../gm/gammatext.cpp', 79 '../gm/gammatext.cpp',
80 '../gm/getpostextpath.cpp', 80 '../gm/getpostextpath.cpp',
81 '../gm/giantbitmap.cpp', 81 '../gm/giantbitmap.cpp',
82 '../gm/gradients.cpp', 82 '../gm/gradients.cpp',
83 '../gm/gradients_2pt_conical.cpp',
83 '../gm/gradients_no_texture.cpp', 84 '../gm/gradients_no_texture.cpp',
84 '../gm/gradientDirtyLaundry.cpp', 85 '../gm/gradientDirtyLaundry.cpp',
85 '../gm/gradient_matrix.cpp', 86 '../gm/gradient_matrix.cpp',
86 '../gm/gradtext.cpp', 87 '../gm/gradtext.cpp',
87 '../gm/hairlines.cpp', 88 '../gm/hairlines.cpp',
88 '../gm/hairmodes.cpp', 89 '../gm/hairmodes.cpp',
89 '../gm/hittestpath.cpp', 90 '../gm/hittestpath.cpp',
90 '../gm/imagealphathreshold.cpp', 91 '../gm/imagealphathreshold.cpp',
91 '../gm/imageblur.cpp', 92 '../gm/imageblur.cpp',
92 '../gm/imageblurtiled.cpp', 93 '../gm/imageblurtiled.cpp',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # fulfilling. See http://skbug.com/1978 221 # fulfilling. See http://skbug.com/1978
221 '../gm/verylargebitmap.cpp', 222 '../gm/verylargebitmap.cpp',
222 ], 223 ],
223 224
224 'sources': [ 225 'sources': [
225 '../gm/androidfallback.cpp', 226 '../gm/androidfallback.cpp',
226 ], 227 ],
227 }], 228 }],
228 ], 229 ],
229 } 230 }
OLDNEW
« no previous file with comments | « gm/gradients_2pt_conical.cpp ('k') | src/effects/gradients/SkTwoPointConicalGradient_gpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698