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

Side by Side Diff: tools/bench_pictures.cfg

Issue 262803012: Don't run GPU configs in bench_pictures on RHB (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 """ 6 """
7 This file defines the configurations in which bench_pictures should be run 7 This file defines the configurations in which bench_pictures should be run
8 on various platforms. The buildbots read these configurations from the 8 on various platforms. The buildbots read these configurations from the
9 bench_pictures_cfg dictionary. Everything else in this file exists to help in 9 bench_pictures_cfg dictionary. Everything else in this file exists to help in
10 constructing that dictionary. 10 constructing that dictionary.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'debug': [ViewportBitmapConfig(DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y)], 75 'debug': [ViewportBitmapConfig(DEFAULT_VIEWPORT_X, DEFAULT_VIEWPORT_Y)],
76 'default': default_configs, 76 'default': default_configs,
77 'no_gpu': default_no_gpu, 77 'no_gpu': default_no_gpu,
78 'nexus_s': default_no_gpu, 78 'nexus_s': default_no_gpu,
79 'xoom': default_configs, 79 'xoom': default_configs,
80 'galaxy_nexus': default_configs, 80 'galaxy_nexus': default_configs,
81 'nexus_4': default_configs + [msaa4], 81 'nexus_4': default_configs + [msaa4],
82 'nexus_7': default_configs, 82 'nexus_7': default_configs,
83 'nexus_10': default_configs + [msaa4], 83 'nexus_10': default_configs + [msaa4],
84 'razr_i': default_configs + [msaa4], 84 'razr_i': default_configs + [msaa4],
85 'intel_rhb': default_configs, 85 'intel_rhb': default_no_gpu,
86 'default_msaa16': default_configs + [msaa16], 86 'default_msaa16': default_configs + [msaa16],
87 } 87 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698