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

Side by Side Diff: tools/dm_flags.json

Issue 1099943002: Skip msaa4 on Tegra 2 and 3. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 8 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 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug": [ 2 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "msaa4", 7 "msaa4",
8 "serialize-8888", 8 "serialize-8888",
9 "tiles_rt-8888", 9 "tiles_rt-8888",
10 "pipe-8888", 10 "pipe-8888",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "--match", 149 "--match",
150 "~WritePixels", 150 "~WritePixels",
151 "~tabl_mozilla_0", 151 "~tabl_mozilla_0",
152 "~desk_yahoonews_0" 152 "~desk_yahoonews_0"
153 ], 153 ],
154 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ 154 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
155 "--config", 155 "--config",
156 "565", 156 "565",
157 "8888", 157 "8888",
158 "gpu", 158 "gpu",
159 "msaa4",
160 "serialize-8888", 159 "serialize-8888",
161 "tiles_rt-8888", 160 "tiles_rt-8888",
162 "pipe-8888", 161 "pipe-8888",
163 "tiles_rt-gpu", 162 "tiles_rt-gpu",
164 "--blacklist", 163 "--blacklist",
165 "gpu", 164 "gpu",
166 "_", 165 "_",
167 "_", 166 "_",
168 "PANO_20121023_214540.jpg", 167 "PANO_20121023_214540.jpg",
169 "msaa", 168 "msaa",
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 "--match", 598 "--match",
600 "~tabl_mozilla_0", 599 "~tabl_mozilla_0",
601 "~desk_yahoonews_0", 600 "~desk_yahoonews_0",
602 "~ResourceCache" 601 "~ResourceCache"
603 ], 602 ],
604 "Test-Android-GCC-Xoom-GPU-Tegra2-Arm7-Release": [ 603 "Test-Android-GCC-Xoom-GPU-Tegra2-Arm7-Release": [
605 "--config", 604 "--config",
606 "565", 605 "565",
607 "8888", 606 "8888",
608 "gpu", 607 "gpu",
609 "msaa4",
610 "--blacklist", 608 "--blacklist",
611 "gpu", 609 "gpu",
612 "_", 610 "_",
613 "_", 611 "_",
614 "PANO_20121023_214540.jpg", 612 "PANO_20121023_214540.jpg",
615 "msaa", 613 "msaa",
616 "_", 614 "_",
617 "_", 615 "_",
618 "PANO_20121023_214540.jpg", 616 "PANO_20121023_214540.jpg",
619 "_", 617 "_",
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 "msaa16", 1313 "msaa16",
1316 "gm", 1314 "gm",
1317 "_", 1315 "_",
1318 "colorwheelnative", 1316 "colorwheelnative",
1319 "pdf", 1317 "pdf",
1320 "gm", 1318 "gm",
1321 "_", 1319 "_",
1322 "fontmgr_iter_factory" 1320 "fontmgr_iter_factory"
1323 ] 1321 ]
1324 } 1322 }
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