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

Side by Side Diff: gyp/gmslides.gypi

Issue 16035002: Fix degenerate and near-degenerate quadratic hairlines on the gpu (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: comments Created 7 years, 7 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/hairlines.cpp ('k') | src/gpu/GrAAHairLinePathRenderer.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/arithmode.cpp', 7 '../gm/arithmode.cpp',
8 '../gm/bicubicfilter.cpp', 8 '../gm/bicubicfilter.cpp',
9 '../gm/bigmatrix.cpp', 9 '../gm/bigmatrix.cpp',
10 '../gm/bitmapcopy.cpp', 10 '../gm/bitmapcopy.cpp',
(...skipping 28 matching lines...) Expand all
39 '../gm/factory.cpp', 39 '../gm/factory.cpp',
40 '../gm/filltypes.cpp', 40 '../gm/filltypes.cpp',
41 '../gm/filltypespersp.cpp', 41 '../gm/filltypespersp.cpp',
42 '../gm/fontmgr.cpp', 42 '../gm/fontmgr.cpp',
43 '../gm/fontscaler.cpp', 43 '../gm/fontscaler.cpp',
44 '../gm/gammatext.cpp', 44 '../gm/gammatext.cpp',
45 '../gm/getpostextpath.cpp', 45 '../gm/getpostextpath.cpp',
46 '../gm/giantbitmap.cpp', 46 '../gm/giantbitmap.cpp',
47 '../gm/gradients.cpp', 47 '../gm/gradients.cpp',
48 '../gm/gradtext.cpp', 48 '../gm/gradtext.cpp',
49 '../gm/hairlines.cpp',
49 '../gm/hairmodes.cpp', 50 '../gm/hairmodes.cpp',
50 '../gm/hittestpath.cpp', 51 '../gm/hittestpath.cpp',
51 '../gm/imageblur.cpp', 52 '../gm/imageblur.cpp',
52 '../gm/imagemagnifier.cpp', 53 '../gm/imagemagnifier.cpp',
53 '../gm/lerpmode.cpp', 54 '../gm/lerpmode.cpp',
54 '../gm/lighting.cpp', 55 '../gm/lighting.cpp',
55 '../src/image/SkImage_Codec.cpp', 56 '../src/image/SkImage_Codec.cpp',
56 '../gm/image.cpp', 57 '../gm/image.cpp',
57 '../gm/imagefiltersbase.cpp', 58 '../gm/imagefiltersbase.cpp',
58 '../gm/imagefiltersgraph.cpp', 59 '../gm/imagefiltersgraph.cpp',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 '../gm/xfermodes.cpp', 112 '../gm/xfermodes.cpp',
112 '../gm/xfermodes2.cpp', 113 '../gm/xfermodes2.cpp',
113 ], 114 ],
114 } 115 }
115 116
116 # Local Variables: 117 # Local Variables:
117 # tab-width:2 118 # tab-width:2
118 # indent-tabs-mode:nil 119 # indent-tabs-mode:nil
119 # End: 120 # End:
120 # vim: set expandtab tabstop=2 shiftwidth=2: 121 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/hairlines.cpp ('k') | src/gpu/GrAAHairLinePathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698