From fc52e31a2a9055efb58f35a6a4cf67393aeff6d6 Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Mon, 15 Jul 2013 13:50:35 +0000 Subject: [PATCH] Disable bench_pictures GPU config on Nexus 10 (RunBuilders:Perf-Android-Nexus10-MaliT604-Arm7-Release) R=bsalomon@google.com Review URL: https://codereview.chromium.org/19192002 git-svn-id: http://skia.googlecode.com/svn/trunk@10074 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/bench_pictures.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg index c6bd01e..f0702b1 100644 --- a/tools/bench_pictures.cfg +++ b/tools/bench_pictures.cfg @@ -117,8 +117,8 @@ bench_pictures_cfg = { [msaa4], 'nexus_4': AndroidConfigList((256, 256), 0.7836, [], (768, 1280)), 'nexus_7': AndroidConfigList((256, 256), 1.3061, [2], (1280, 800)), - 'nexus_10': AndroidConfigList((512, 512), 2.6122, [], (2560, 1600)) + \ - [msaa4], + 'nexus_10': AndroidConfigList((512, 512), 2.6122, [], (2560, 1600), + do_gpu=False) + [msaa4], 'razr_i': AndroidConfigList((256, 256), 0.5510, [], (540, 960)) + \ [msaa4], } -- 2.7.4