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

Side by Side Diff: gyp/bench.gypi

Issue 50673005: Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage … (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month 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 | « bench/CoverageBench.cpp ('k') | include/core/SkDraw.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 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp 1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp
2 # 2 #
3 { 3 {
4 'sources': [ 4 'sources': [
5 '../bench/benchmain.cpp', 5 '../bench/benchmain.cpp',
6 '../bench/SkBenchmark.h', 6 '../bench/SkBenchmark.h',
7 '../bench/SkBenchmark.cpp', 7 '../bench/SkBenchmark.cpp',
8 '../bench/AAClipBench.cpp', 8 '../bench/AAClipBench.cpp',
9 '../bench/BicubicBench.cpp', 9 '../bench/BicubicBench.cpp',
10 '../bench/BitmapBench.cpp', 10 '../bench/BitmapBench.cpp',
11 '../bench/BitmapRectBench.cpp', 11 '../bench/BitmapRectBench.cpp',
12 '../bench/BitmapScaleBench.cpp', 12 '../bench/BitmapScaleBench.cpp',
13 '../bench/BlurBench.cpp', 13 '../bench/BlurBench.cpp',
14 '../bench/BlurImageFilterBench.cpp', 14 '../bench/BlurImageFilterBench.cpp',
15 '../bench/BlurRectBench.cpp', 15 '../bench/BlurRectBench.cpp',
16 '../bench/BlurRoundRectBench.cpp', 16 '../bench/BlurRoundRectBench.cpp',
17 '../bench/ChecksumBench.cpp', 17 '../bench/ChecksumBench.cpp',
18 '../bench/ChartBench.cpp', 18 '../bench/ChartBench.cpp',
19 '../bench/ChromeBench.cpp', 19 '../bench/ChromeBench.cpp',
20 '../bench/CmapBench.cpp', 20 '../bench/CmapBench.cpp',
21 '../bench/ColorFilterBench.cpp', 21 '../bench/ColorFilterBench.cpp',
22 '../bench/CoverageBench.cpp',
22 '../bench/DashBench.cpp', 23 '../bench/DashBench.cpp',
23 '../bench/DecodeBench.cpp', 24 '../bench/DecodeBench.cpp',
24 '../bench/DeferredCanvasBench.cpp', 25 '../bench/DeferredCanvasBench.cpp',
25 '../bench/DeferredSurfaceCopyBench.cpp', 26 '../bench/DeferredSurfaceCopyBench.cpp',
26 '../bench/DisplacementBench.cpp', 27 '../bench/DisplacementBench.cpp',
27 '../bench/FontCacheBench.cpp', 28 '../bench/FontCacheBench.cpp',
28 '../bench/FontScalerBench.cpp', 29 '../bench/FontScalerBench.cpp',
29 '../bench/FSRectBench.cpp', 30 '../bench/FSRectBench.cpp',
30 '../bench/GameBench.cpp', 31 '../bench/GameBench.cpp',
31 '../bench/GradientBench.cpp', 32 '../bench/GradientBench.cpp',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 '../bench/SkBenchLogger.h', 78 '../bench/SkBenchLogger.h',
78 '../bench/SkBenchLogger.cpp', 79 '../bench/SkBenchLogger.cpp',
79 ], 80 ],
80 } 81 }
81 82
82 # Local Variables: 83 # Local Variables:
83 # tab-width:2 84 # tab-width:2
84 # indent-tabs-mode:nil 85 # indent-tabs-mode:nil
85 # End: 86 # End:
86 # vim: set expandtab tabstop=2 shiftwidth=2: 87 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « bench/CoverageBench.cpp ('k') | include/core/SkDraw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698