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

Side by Side Diff: tools/dm_flags.json

Issue 1853103003: Add predfined configs for msaa4, nvpr4, nvpr4dit, and srgb that explictly use OpenGL rather than GL… (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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
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 "pdf_poppler", 9 "pdf_poppler",
10 "serialize-8888", 10 "serialize-8888",
(...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after
1191 "image", 1191 "image",
1192 "_", 1192 "_",
1193 ".SRW", 1193 ".SRW",
1194 "--match", 1194 "--match",
1195 "~imagefiltersclipped", 1195 "~imagefiltersclipped",
1196 "~imagefilterscropexpand", 1196 "~imagefilterscropexpand",
1197 "~scaled_tilemodes_npot", 1197 "~scaled_tilemodes_npot",
1198 "~bleed_image", 1198 "~bleed_image",
1199 "~ReadPixels" 1199 "~ReadPixels"
1200 ], 1200 ],
1201 "Test-Android-GCC-NVIDIA_Shield-GPU-TegraX1-Arm64-Release": [
bsalomon 2016/04/04 14:38:38 Generated by addition of additional bot name to th
1202 "--config",
1203 "565",
1204 "8888",
1205 "gl",
1206 "glsrgb",
1207 "msaa4",
1208 "serialize-8888",
1209 "tiles_rt-8888",
1210 "pic-8888",
1211 "--src",
1212 "tests",
1213 "gm",
1214 "image",
1215 "--blacklist",
1216 "f16",
1217 "_",
1218 "_",
1219 "dstreadshuffle",
1220 "f16",
1221 "image",
1222 "_",
1223 "_",
1224 "srgb",
1225 "image",
1226 "_",
1227 "_",
1228 "gpusrgb",
1229 "image",
1230 "_",
1231 "_",
1232 "serialize-8888",
1233 "gm",
1234 "_",
1235 "not_native32_bitmap_config",
1236 "serialize-8888",
1237 "gm",
1238 "_",
1239 "bleed_image",
1240 "serialize-8888",
1241 "gm",
1242 "_",
1243 "bleed_alpha_image",
1244 "serialize-8888",
1245 "gm",
1246 "_",
1247 "bleed_alpha_image_shader",
1248 "serialize-8888",
1249 "gm",
1250 "_",
1251 "blend",
1252 "serialize-8888",
1253 "gm",
1254 "_",
1255 "c_gms",
1256 "serialize-8888",
1257 "gm",
1258 "_",
1259 "colortype",
1260 "serialize-8888",
1261 "gm",
1262 "_",
1263 "colortype_xfermodes",
1264 "serialize-8888",
1265 "gm",
1266 "_",
1267 "colorwheelnative",
1268 "serialize-8888",
1269 "gm",
1270 "_",
1271 "drawfilter",
1272 "serialize-8888",
1273 "gm",
1274 "_",
1275 "fontmgr_bounds_0.75_0",
1276 "serialize-8888",
1277 "gm",
1278 "_",
1279 "fontmgr_bounds_1_-0.25",
1280 "serialize-8888",
1281 "gm",
1282 "_",
1283 "fontmgr_bounds",
1284 "serialize-8888",
1285 "gm",
1286 "_",
1287 "fontmgr_match",
1288 "serialize-8888",
1289 "gm",
1290 "_",
1291 "fontmgr_iter",
1292 "serialize-8888",
1293 "gm",
1294 "_",
1295 "lightingshader",
1296 "serialize-8888",
1297 "gm",
1298 "_",
1299 "localmatriximagefilter",
1300 "serialize-8888",
1301 "gm",
1302 "_",
1303 "path_stroke_with_zero_length",
1304 "serialize-8888",
1305 "gm",
1306 "_",
1307 "textblobgeometrychange",
1308 "serialize-8888",
1309 "gm",
1310 "_",
1311 "verylargebitmap",
1312 "serialize-8888",
1313 "gm",
1314 "_",
1315 "verylarge_picture_image",
1316 "sp-8888",
1317 "gm",
1318 "_",
1319 "blend",
1320 "pic-8888",
1321 "gm",
1322 "_",
1323 "blend",
1324 "2ndpic-8888",
1325 "gm",
1326 "_",
1327 "blend",
1328 "sp-8888",
1329 "gm",
1330 "_",
1331 "drawfilter",
1332 "pic-8888",
1333 "gm",
1334 "_",
1335 "drawfilter",
1336 "2ndpic-8888",
1337 "gm",
1338 "_",
1339 "drawfilter",
1340 "sp-8888",
1341 "gm",
1342 "_",
1343 "path_stroke_with_zero_length",
1344 "pic-8888",
1345 "gm",
1346 "_",
1347 "path_stroke_with_zero_length",
1348 "2ndpic-8888",
1349 "gm",
1350 "_",
1351 "path_stroke_with_zero_length",
1352 "sp-8888",
1353 "gm",
1354 "_",
1355 "textblobgeometrychange",
1356 "pic-8888",
1357 "gm",
1358 "_",
1359 "textblobgeometrychange",
1360 "2ndpic-8888",
1361 "gm",
1362 "_",
1363 "textblobgeometrychange",
1364 "sp-8888",
1365 "gm",
1366 "_",
1367 "patch_primitive",
1368 "sp-8888",
1369 "gm",
1370 "_",
1371 "image-cacherator-from-picture",
1372 "pic-8888",
1373 "gm",
1374 "_",
1375 "image-cacherator-from-picture",
1376 "2ndpic-8888",
1377 "gm",
1378 "_",
1379 "image-cacherator-from-picture",
1380 "serialize-8888",
1381 "gm",
1382 "_",
1383 "image-cacherator-from-picture",
1384 "sp-8888",
1385 "gm",
1386 "_",
1387 "image-cacherator-from-raster",
1388 "pic-8888",
1389 "gm",
1390 "_",
1391 "image-cacherator-from-raster",
1392 "2ndpic-8888",
1393 "gm",
1394 "_",
1395 "image-cacherator-from-raster",
1396 "serialize-8888",
1397 "gm",
1398 "_",
1399 "image-cacherator-from-raster",
1400 "sp-8888",
1401 "gm",
1402 "_",
1403 "image-cacherator-from-ctable",
1404 "pic-8888",
1405 "gm",
1406 "_",
1407 "image-cacherator-from-ctable",
1408 "2ndpic-8888",
1409 "gm",
1410 "_",
1411 "image-cacherator-from-ctable",
1412 "serialize-8888",
1413 "gm",
1414 "_",
1415 "image-cacherator-from-ctable",
1416 "_",
1417 "image",
1418 "_",
1419 "interlaced1.png",
1420 "_",
1421 "image",
1422 "_",
1423 "interlaced2.png",
1424 "_",
1425 "image",
1426 "_",
1427 "interlaced3.png",
1428 "_",
1429 "image",
1430 "_",
1431 ".arw",
1432 "_",
1433 "image",
1434 "_",
1435 ".cr2",
1436 "_",
1437 "image",
1438 "_",
1439 ".dng",
1440 "_",
1441 "image",
1442 "_",
1443 ".nef",
1444 "_",
1445 "image",
1446 "_",
1447 ".nrw",
1448 "_",
1449 "image",
1450 "_",
1451 ".orf",
1452 "_",
1453 "image",
1454 "_",
1455 ".raf",
1456 "_",
1457 "image",
1458 "_",
1459 ".rw2",
1460 "_",
1461 "image",
1462 "_",
1463 ".pef",
1464 "_",
1465 "image",
1466 "_",
1467 ".srw",
1468 "_",
1469 "image",
1470 "_",
1471 ".ARW",
1472 "_",
1473 "image",
1474 "_",
1475 ".CR2",
1476 "_",
1477 "image",
1478 "_",
1479 ".DNG",
1480 "_",
1481 "image",
1482 "_",
1483 ".NEF",
1484 "_",
1485 "image",
1486 "_",
1487 ".NRW",
1488 "_",
1489 "image",
1490 "_",
1491 ".ORF",
1492 "_",
1493 "image",
1494 "_",
1495 ".RAF",
1496 "_",
1497 "image",
1498 "_",
1499 ".RW2",
1500 "_",
1501 "image",
1502 "_",
1503 ".PEF",
1504 "_",
1505 "image",
1506 "_",
1507 ".SRW"
1508 ],
1201 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [ 1509 "Test-Android-GCC-Nexus7-GPU-Tegra3-Arm7-Release": [
1202 "--config", 1510 "--config",
1203 "565", 1511 "565",
1204 "8888", 1512 "8888",
1205 "gpu", 1513 "gpu",
1206 "gpusrgb", 1514 "gpusrgb",
1207 "serialize-8888", 1515 "serialize-8888",
1208 "tiles_rt-8888", 1516 "tiles_rt-8888",
1209 "pic-8888", 1517 "pic-8888",
1210 "--src", 1518 "--src",
(...skipping 2800 matching lines...) Expand 10 before | Expand all | Expand 10 after
4011 "_", 4319 "_",
4012 ".PEF", 4320 ".PEF",
4013 "_", 4321 "_",
4014 "image", 4322 "image",
4015 "_", 4323 "_",
4016 ".SRW", 4324 ".SRW",
4017 "--match", 4325 "--match",
4018 "~GLPrograms" 4326 "~GLPrograms"
4019 ] 4327 ]
4020 } 4328 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698