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

Unified Diff: tools/dm_flags.py

Issue 1834693002: Add test configs for nvpr with atlas text (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: only nvprdit for dm Created 4 years, 9 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 | « tests/TestConfigParsing.cpp ('k') | tools/flags/SkCommonFlagsConfig.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dm_flags.py
diff --git a/tools/dm_flags.py b/tools/dm_flags.py
index 32f509580d1e395526e7cc2a5ca69c979b5b510f..ba31ac677223c8550db536a9e6f0657d6de129a7 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.
« no previous file with comments | « tests/TestConfigParsing.cpp ('k') | tools/flags/SkCommonFlagsConfig.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698