Turn on preprocessing by default

The idea is to commit this late at night and then revert it after all the perf bots are running. It should only effect the GPU configs.

R=bsalomon@google.com

Author: robertphillips@google.com

Review URL: https://codereview.chromium.org/299033002

git-svn-id: http://skia.googlecode.com/svn/trunk@14860 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
commit-bot@chromium.org 2014-05-22 23:27:27 +00:00
parent 39123f4c0b
commit 0df2e8d5a6

View File

@ -49,7 +49,7 @@ DEFINE_bool(trackDeferredCaching, false, "Only meaningful with --deferImageDecod
"SK_LAZY_CACHE_STATS set to true. Report percentage of cache hits when using "
"deferred image decoding.");
DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing.");
DEFINE_bool(preprocess, true, "If true, perform device specific preprocessing before timing.");
static char const * const gFilterTypes[] = {
"paint",