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

Side by Side Diff: gyp/gmslides.gypi

Issue 26968006: detach blur result texture when it is the same texture used to render path mask (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: fix comment Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « gm/skbug1719.cpp ('k') | src/gpu/SkGpuDevice.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 'sources': [ 3 'sources': [
4 '../gm/aaclip.cpp', 4 '../gm/aaclip.cpp',
5 '../gm/aarectmodes.cpp', 5 '../gm/aarectmodes.cpp',
6 '../gm/alphagradients.cpp', 6 '../gm/alphagradients.cpp',
7 '../gm/androidfallback.cpp', 7 '../gm/androidfallback.cpp',
8 '../gm/arcofzorro.cpp', 8 '../gm/arcofzorro.cpp',
9 '../gm/arithmode.cpp', 9 '../gm/arithmode.cpp',
10 '../gm/beziereffects.cpp', 10 '../gm/beziereffects.cpp',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 '../gm/samplerstress.cpp', 108 '../gm/samplerstress.cpp',
109 # '../gm/scalebitmap.cpp', 109 # '../gm/scalebitmap.cpp',
110 '../gm/shaderbounds.cpp', 110 '../gm/shaderbounds.cpp',
111 '../gm/selftest.cpp', 111 '../gm/selftest.cpp',
112 '../gm/shadertext.cpp', 112 '../gm/shadertext.cpp',
113 '../gm/shadertext2.cpp', 113 '../gm/shadertext2.cpp',
114 '../gm/shadertext3.cpp', 114 '../gm/shadertext3.cpp',
115 '../gm/shadows.cpp', 115 '../gm/shadows.cpp',
116 '../gm/shallowgradient.cpp', 116 '../gm/shallowgradient.cpp',
117 '../gm/simpleaaclip.cpp', 117 '../gm/simpleaaclip.cpp',
118 '../gm/skbug1719.cpp',
118 '../gm/stringart.cpp', 119 '../gm/stringart.cpp',
119 '../gm/spritebitmap.cpp', 120 '../gm/spritebitmap.cpp',
120 '../gm/srcmode.cpp', 121 '../gm/srcmode.cpp',
121 '../gm/strokefill.cpp', 122 '../gm/strokefill.cpp',
122 '../gm/strokerect.cpp', 123 '../gm/strokerect.cpp',
123 '../gm/strokerects.cpp', 124 '../gm/strokerects.cpp',
124 '../gm/strokes.cpp', 125 '../gm/strokes.cpp',
125 '../gm/tablecolorfilter.cpp', 126 '../gm/tablecolorfilter.cpp',
126 '../gm/texteffects.cpp', 127 '../gm/texteffects.cpp',
127 '../gm/testimagefilters.cpp', 128 '../gm/testimagefilters.cpp',
(...skipping 14 matching lines...) Expand all
142 '../gm/xfermodes2.cpp', 143 '../gm/xfermodes2.cpp',
143 '../gm/xfermodes3.cpp', 144 '../gm/xfermodes3.cpp',
144 ], 145 ],
145 } 146 }
146 147
147 # Local Variables: 148 # Local Variables:
148 # tab-width:2 149 # tab-width:2
149 # indent-tabs-mode:nil 150 # indent-tabs-mode:nil
150 # End: 151 # End:
151 # vim: set expandtab tabstop=2 shiftwidth=2: 152 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/skbug1719.cpp ('k') | src/gpu/SkGpuDevice.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698