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

Side by Side Diff: gyp/bench.gypi

Issue 17381008: More general version of image filtering; reworked to be robust and easier to SSE (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Separate implementation of downsampling for high quality results Created 7 years, 5 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
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 8
9 '../bench/AAClipBench.cpp', 9 '../bench/AAClipBench.cpp',
10 '../bench/BicubicBench.cpp', 10 '../bench/BicubicBench.cpp',
11 '../bench/BitmapBench.cpp', 11 '../bench/BitmapBench.cpp',
12 '../bench/BitmapRectBench.cpp', 12 '../bench/BitmapRectBench.cpp',
13 '../bench/BitmapScaleBench.cpp',
13 '../bench/BlendBench.cpp', 14 '../bench/BlendBench.cpp',
14 '../bench/BlurBench.cpp', 15 '../bench/BlurBench.cpp',
15 '../bench/BlurImageFilterBench.cpp', 16 '../bench/BlurImageFilterBench.cpp',
16 '../bench/BlurRectBench.cpp', 17 '../bench/BlurRectBench.cpp',
17 '../bench/ChecksumBench.cpp', 18 '../bench/ChecksumBench.cpp',
18 '../bench/ChartBench.cpp', 19 '../bench/ChartBench.cpp',
19 '../bench/ChromeBench.cpp', 20 '../bench/ChromeBench.cpp',
20 '../bench/CmapBench.cpp', 21 '../bench/CmapBench.cpp',
21 '../bench/ColorFilterBench.cpp', 22 '../bench/ColorFilterBench.cpp',
22 '../bench/DashBench.cpp', 23 '../bench/DashBench.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 '../bench/TimerData.h', 75 '../bench/TimerData.h',
75 '../bench/TimerData.cpp', 76 '../bench/TimerData.cpp',
76 ], 77 ],
77 } 78 }
78 79
79 # Local Variables: 80 # Local Variables:
80 # tab-width:2 81 # tab-width:2
81 # indent-tabs-mode:nil 82 # indent-tabs-mode:nil
82 # End: 83 # End:
83 # vim: set expandtab tabstop=2 shiftwidth=2: 84 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gm/scalebitmap.cpp ('k') | gyp/core.gypi » ('j') | include/core/SkBitmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698