aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2015-02-24 13:16:43 -0500
committerGravatar Mike Klein <mtklein@google.com>2015-02-24 13:16:43 -0500
commit1a2979af0846cc05679c1038eb62851c3af9dd8c (patch)
tree0671d476ec4e8142fa2e2fe1da4e9b54ec2ef074
parent11a2c503bd773572352a39fa4aef5d506ecfefbb (diff)
fix nvpr
The config is called nvprmsaa4 (see DM.cpp:218) BUG=skia: Review URL: https://codereview.chromium.org/953743007
-rw-r--r--tools/dm_flags.json10
-rwxr-xr-xtools/dm_flags.py2
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/dm_flags.json b/tools/dm_flags.json
index b7b234def5..c90f50ed2b 100644
--- a/tools/dm_flags.json
+++ b/tools/dm_flags.json
@@ -4,7 +4,7 @@
"565",
"8888",
"gpu",
- "nvprmsaa",
+ "nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@@ -44,7 +44,7 @@
"565",
"8888",
"gpu",
- "nvprmsaa",
+ "nvprmsaa4",
"--blacklist",
"gpu",
"_",
@@ -80,7 +80,7 @@
"565",
"8888",
"gpu",
- "nvprmsaa",
+ "nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@@ -100,7 +100,7 @@
"565",
"8888",
"gpu",
- "nvprmsaa",
+ "nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
@@ -120,7 +120,7 @@
"565",
"8888",
"gpu",
- "nvprmsaa",
+ "nvprmsaa4",
"serialize-8888",
"tiles_rt-8888",
"pipe-8888",
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 3b794ff599..277bf8ac42 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -22,7 +22,7 @@ cov_start = lineno()+1 # We care about coverage starting just past this def.
def get_dm_args(bot):
args = []
- configs = ['565', '8888', 'gpu', 'nvprmsaa']
+ configs = ['565', '8888', 'gpu', 'nvprmsaa4']
# Xoom and NP are running out of RAM when we run all these modes. skia:3255
if ('Xoom' not in bot and
'NexusPlayer' not in bot):