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

Unified Diff: tools/bench_pictures.cfg

Issue 137313005: Add default_msaa16 and nvpr configs to bench_pictures.cfg (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bench_pictures.cfg
diff --git a/tools/bench_pictures.cfg b/tools/bench_pictures.cfg
index d2dcb00eca70181249dad0a7358636c1c3c392ab..1d236cafe3cbcd60a5df54459fed7af553eb7544 100644
--- a/tools/bench_pictures.cfg
+++ b/tools/bench_pictures.cfg
@@ -61,6 +61,9 @@ default_no_gpu = [cfg for cfg in default_configs if cfg['config'] != 'gpu']
msaa4 = Config(config='msaa4', viewport=[str(DEFAULT_VIEWPORT_X),
str(DEFAULT_VIEWPORT_Y)])
+msaa16 = Config(config='msaa16', viewport=[str(DEFAULT_VIEWPORT_X),
+ str(DEFAULT_VIEWPORT_Y)])
+
viewport_angle = Config(config='angle',
viewport=[DEFAULT_TILE_X, DEFAULT_TILE_Y])
@@ -80,4 +83,6 @@ bench_pictures_cfg = {
'nexus_10': default_configs + [msaa4],
'razr_i': default_configs + [msaa4],
'intel_rhb': default_configs + [msaa4],
+ 'default_msaa16': default_configs + [msaa16],
+ 'nvpr': default_no_gpu + [msaa16]
}
« 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