aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-15 13:50:35 +0000
committerGravatar borenet@google.com <borenet@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-15 13:50:35 +0000
commitfc52e31a2a9055efb58f35a6a4cf67393aeff6d6 (patch)
treee0efc2971e6a913ed7939c8a49c542d81d726a7e /tools
parentfa2aeee27af27f2934ee52a9732148f66481fb03 (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/bench_pictures.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index c6bd01e5e9..f0702b16b1 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],
}