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

Side by Side Diff: tools/dm_flags.json

Issue 1509193002: Enable gpudft on GalaxyS3 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: adding json Created 5 years 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 "--matrix", 3 "--matrix",
4 "0", 4 "0",
5 "1", 5 "1",
6 "1", 6 "1",
7 "0", 7 "0",
8 "--config", 8 "--config",
9 "565", 9 "565",
10 "8888", 10 "8888",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 ], 194 ],
195 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug": [ 195 "Test-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Debug": [
196 "--config", 196 "--config",
197 "565", 197 "565",
198 "8888", 198 "8888",
199 "gpu", 199 "gpu",
200 "msaa4", 200 "msaa4",
201 "serialize-8888", 201 "serialize-8888",
202 "tiles_rt-8888", 202 "tiles_rt-8888",
203 "pipe-8888", 203 "pipe-8888",
204 "gpudft",
204 "--src", 205 "--src",
205 "tests", 206 "tests",
206 "gm", 207 "gm",
207 "--threads", 208 "--threads",
208 "0", 209 "0",
209 "--blacklist", 210 "--blacklist",
210 "_", 211 "_",
211 "image", 212 "image",
212 "decode", 213 "decode",
213 "pal8os2v2.bmp", 214 "pal8os2v2.bmp",
(...skipping 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after
2012 "_", 2013 "_",
2013 "image", 2014 "image",
2014 "_", 2015 "_",
2015 "interlaced2.png", 2016 "interlaced2.png",
2016 "_", 2017 "_",
2017 "image", 2018 "image",
2018 "_", 2019 "_",
2019 "interlaced3.png" 2020 "interlaced3.png"
2020 ] 2021 ]
2021 } 2022 }
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