From ba7aedd6eac1e48e1902f81fa8ea93bb28a81c5f Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 23 May 2014 01:02:21 +0000 Subject: Revert of Turn on preprocessing by default (https://codereview.chromium.org/299033002/) Reason for revert: Don't want this enabled by default right now Original issue's description: > 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. > > Committed: http://code.google.com/p/skia/source/detail?r=14860 R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Author: robertphillips@google.com Review URL: https://codereview.chromium.org/299123002 git-svn-id: http://skia.googlecode.com/svn/trunk@14861 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/bench_pictures_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bench_pictures_main.cpp b/tools/bench_pictures_main.cpp index 4f76a2db38..5ff519c8c5 100644 --- a/tools/bench_pictures_main.cpp +++ b/tools/bench_pictures_main.cpp @@ -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, true, "If true, perform device specific preprocessing before timing."); +DEFINE_bool(preprocess, false, "If true, perform device specific preprocessing before timing."); static char const * const gFilterTypes[] = { "paint", -- cgit v1.2.3