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

Side by Side Diff: tools/dm_flags.json

Issue 2174353008: Include NVPR configs in dm runs on TegraX1 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add NVPR configs to dm runs on TegraX1 Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "gpusrgb", 7 "gpusrgb",
8 "pdf", 8 "pdf",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 922 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 "~bleed_image", 933 "~bleed_image",
934 "~ReadPixels" 934 "~ReadPixels"
935 ], 935 ],
936 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [ 936 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [
937 "--config", 937 "--config",
938 "565", 938 "565",
939 "8888", 939 "8888",
940 "gl", 940 "gl",
941 "glsrgb", 941 "glsrgb",
942 "glmsaa4", 942 "glmsaa4",
943 "glnvprdit4",
943 "serialize-8888", 944 "serialize-8888",
944 "tiles_rt-8888", 945 "tiles_rt-8888",
945 "pic-8888", 946 "pic-8888",
946 "--src", 947 "--src",
947 "tests", 948 "tests",
948 "gm", 949 "gm",
949 "image", 950 "image",
950 "--blacklist", 951 "--blacklist",
951 "f16", 952 "f16",
952 "_", 953 "_",
(...skipping 3562 matching lines...) Expand 10 before | Expand all | Expand 10 after
4515 "2ndpic-8888", 4516 "2ndpic-8888",
4516 "gm", 4517 "gm",
4517 "_", 4518 "_",
4518 "image-cacherator-from-ctable", 4519 "image-cacherator-from-ctable",
4519 "serialize-8888", 4520 "serialize-8888",
4520 "gm", 4521 "gm",
4521 "_", 4522 "_",
4522 "image-cacherator-from-ctable" 4523 "image-cacherator-from-ctable"
4523 ] 4524 ]
4524 } 4525 }
OLDNEW
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698