aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.py
diff options
context:
space:
mode:
authorGravatar cdalton <cdalton@nvidia.com>2016-03-29 20:05:07 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-29 20:05:08 -0700
commitc28afdb4ef9aa1bfc8c424f15abda54247b1b2eb (patch)
treeff714933a9d55d2dced3ef8761390601ffad40e7 /tools/dm_flags.py
parent890579051d4096a8f769eadb9cde3f931d7abd7c (diff)
Add test configs for nvpr with atlas text
Adds nvpr4 and nvpr16, which use nvpr for paths and atlas for text. Renames nvprmsaa4 and nvprmsaa16 to nvprdit4, nvprdit16. These use nvpr for both paths and text. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1834693002 Review URL: https://codereview.chromium.org/1834693002
Diffstat (limited to 'tools/dm_flags.py')
-rwxr-xr-xtools/dm_flags.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 32f509580d..ba31ac6772 100755
--- a/tools/dm_flags.py
+++ b/tools/dm_flags.py
@@ -46,9 +46,9 @@ def get_args(bot):
'GTX660' in bot or
'GT610' in bot):
if 'Android' in bot:
- configs.append('nvprmsaa4')
+ configs.append('nvprdit4')
else:
- configs.append('nvprmsaa16')
+ configs.append('nvprdit16')
# The S4 crashes and the NP produces a long error stream when we run with
# MSAA. The Tegra2 and Tegra3 just don't support it.