| Index: tools/dm_flags.py
|
| diff --git a/tools/dm_flags.py b/tools/dm_flags.py
|
| index 59a3adc5e858668c5492a4b25281c30265efa560..550e2abdc3e91463905e66163586402a35eda190 100755
|
| --- a/tools/dm_flags.py
|
| +++ b/tools/dm_flags.py
|
| @@ -63,6 +63,7 @@ def get_args(bot):
|
|
|
| if '-TSAN' not in bot:
|
| if ('TegraK1' in bot or
|
| + 'TegraX1' in bot or
|
| 'GTX550Ti' in bot or
|
| 'GTX660' in bot or
|
| 'GT610' in bot):
|
| @@ -75,6 +76,7 @@ def get_args(bot):
|
| if 'TegraX1' in bot:
|
| configs = [x.replace('gpu', 'gl') for x in configs]
|
| configs = [x.replace('msaa', 'glmsaa') for x in configs]
|
| + configs = [x.replace('nvpr', 'glnvpr') for x in configs]
|
|
|
| # NP is running out of RAM when we run all these modes. skia:3255
|
| if 'NexusPlayer' not in bot:
|
|
|