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

Side by Side Diff: tools/dm_flags.json

Issue 1681553003: Optionally run RAW images serially (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 { 1 {
2 "Pretend-iOS-Bot": [ 2 "Pretend-iOS-Bot": [
3 "--pre_log", 3 "--pre_log",
4 "--matrix", 4 "--matrix",
5 "0", 5 "0",
6 "1", 6 "1",
7 "1", 7 "1",
8 "0", 8 "0",
9 "--config", 9 "--config",
10 "565", 10 "565",
(...skipping 1213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 "gm", 1224 "gm",
1225 "_", 1225 "_",
1226 "image-cacherator-from-ctable", 1226 "image-cacherator-from-ctable",
1227 "2ndpic-8888", 1227 "2ndpic-8888",
1228 "gm", 1228 "gm",
1229 "_", 1229 "_",
1230 "image-cacherator-from-ctable", 1230 "image-cacherator-from-ctable",
1231 "serialize-8888", 1231 "serialize-8888",
1232 "gm", 1232 "gm",
1233 "_", 1233 "_",
1234 "image-cacherator-from-ctable" 1234 "image-cacherator-from-ctable",
1235 "--noRAW_threading"
1235 ], 1236 ],
1236 "Test-Android-GCC-NexusPlayer-CPU-SSSE3-x86-Release": [ 1237 "Test-Android-GCC-NexusPlayer-CPU-SSSE3-x86-Release": [
1237 "--pre_log", 1238 "--pre_log",
1238 "--config", 1239 "--config",
1239 "565", 1240 "565",
1240 "8888", 1241 "8888",
1241 "gpu", 1242 "gpu",
1242 "--src", 1243 "--src",
1243 "tests", 1244 "tests",
1244 "gm", 1245 "gm",
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "_", 1434 "_",
1434 "image-cacherator-from-ctable", 1435 "image-cacherator-from-ctable",
1435 "2ndpic-8888", 1436 "2ndpic-8888",
1436 "gm", 1437 "gm",
1437 "_", 1438 "_",
1438 "image-cacherator-from-ctable", 1439 "image-cacherator-from-ctable",
1439 "serialize-8888", 1440 "serialize-8888",
1440 "gm", 1441 "gm",
1441 "_", 1442 "_",
1442 "image-cacherator-from-ctable", 1443 "image-cacherator-from-ctable",
1443 "_",
1444 "image",
1445 "_",
1446 ".arw",
1447 "_",
1448 "image",
1449 "_",
1450 ".cr2",
1451 "_",
1452 "image",
1453 "_",
1454 ".dng",
1455 "_",
1456 "image",
1457 "_",
1458 ".nef",
1459 "_",
1460 "image",
1461 "_",
1462 ".nrw",
1463 "_",
1464 "image",
1465 "_",
1466 ".orf",
1467 "_",
1468 "image",
1469 "_",
1470 ".raf",
1471 "_",
1472 "image",
1473 "_",
1474 ".rw2",
1475 "_",
1476 "image",
1477 "_",
1478 ".pef",
1479 "_",
1480 "image",
1481 "_",
1482 ".srw",
1483 "_",
1484 "image",
1485 "_",
1486 ".ARW",
1487 "_",
1488 "image",
1489 "_",
1490 ".CR2",
1491 "_",
1492 "image",
1493 "_",
1494 ".DNG",
1495 "_",
1496 "image",
1497 "_",
1498 ".NEF",
1499 "_",
1500 "image",
1501 "_",
1502 ".NRW",
1503 "_",
1504 "image",
1505 "_",
1506 ".ORF",
1507 "_",
1508 "image",
1509 "_",
1510 ".RAF",
1511 "_",
1512 "image",
1513 "_",
1514 ".RW2",
1515 "_",
1516 "image",
1517 "_",
1518 ".PEF",
1519 "_",
1520 "image",
1521 "_",
1522 ".SRW",
1523 "--match", 1444 "--match",
1524 "~ResourceCache" 1445 "~ResourceCache",
1446 "--noRAW_threading"
1525 ], 1447 ],
1526 "Test-Mac10.8-Clang-MacMini4.1-CPU-SSE4-x86_64-Release": [ 1448 "Test-Mac10.8-Clang-MacMini4.1-CPU-SSE4-x86_64-Release": [
1527 "--pre_log", 1449 "--pre_log",
1528 "--matrix", 1450 "--matrix",
1529 "0", 1451 "0",
1530 "1", 1452 "1",
1531 "1", 1453 "1",
1532 "0", 1454 "0",
1533 "--config", 1455 "--config",
1534 "565", 1456 "565",
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 "_", 2848 "_",
2927 "image-cacherator-from-ctable", 2849 "image-cacherator-from-ctable",
2928 "serialize-8888", 2850 "serialize-8888",
2929 "gm", 2851 "gm",
2930 "_", 2852 "_",
2931 "image-cacherator-from-ctable", 2853 "image-cacherator-from-ctable",
2932 "--match", 2854 "--match",
2933 "~GLPrograms" 2855 "~GLPrograms"
2934 ] 2856 ]
2935 } 2857 }
OLDNEW
« dm/DMSrcSink.cpp ('K') | « dm/DMSrcSink.cpp ('k') | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698