aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/dm_flags.json
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2016-02-02 11:56:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-02 11:56:33 -0800
commit1497f9f2641b539f0bc45b4f1496ceab7d56b18c (patch)
treefe426c1c965b05d29eea59e5ee2988286cae98cd /tools/dm_flags.json
parent136f517627556f9f831f92bc3e9e51c1ab9241d3 (diff)
Update SK_IMAGE_VERSION to test RAW
Bump SK_IMAGE_VERSION to test the images in v2 in GoogleStorage, which includes the images from v1 plus test images for SkRawCodec. Only define skia_decodes_raw on platforms that support it, rather than defining it always and checking additional conditions to determine whether to support raw. Further, define it and SK_CODEC_DECODES_RAW for all targets, so we can use the compile flag in other targets. In DM, exclude the raw extensions if SK_CODEC_DECODES_RAW is not defined. Blacklist raw extensions on NexusPlayer, which was running out of memory when running them. BUG=skia:4829 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1612113002 Review URL: https://codereview.chromium.org/1612113002
Diffstat (limited to 'tools/dm_flags.json')
-rw-r--r--tools/dm_flags.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/tools/dm_flags.json b/tools/dm_flags.json
index 7dcf5b78b0..4e1c612aa6 100644
--- a/tools/dm_flags.json
+++ b/tools/dm_flags.json
@@ -1435,6 +1435,86 @@
"gm",
"_",
"image-cacherator-from-ctable",
+ "_",
+ "image",
+ "_",
+ ".arw",
+ "_",
+ "image",
+ "_",
+ ".cr2",
+ "_",
+ "image",
+ "_",
+ ".dng",
+ "_",
+ "image",
+ "_",
+ ".nef",
+ "_",
+ "image",
+ "_",
+ ".nrw",
+ "_",
+ "image",
+ "_",
+ ".orf",
+ "_",
+ "image",
+ "_",
+ ".raf",
+ "_",
+ "image",
+ "_",
+ ".rw2",
+ "_",
+ "image",
+ "_",
+ ".pef",
+ "_",
+ "image",
+ "_",
+ ".srw",
+ "_",
+ "image",
+ "_",
+ ".ARW",
+ "_",
+ "image",
+ "_",
+ ".CR2",
+ "_",
+ "image",
+ "_",
+ ".DNG",
+ "_",
+ "image",
+ "_",
+ ".NEF",
+ "_",
+ "image",
+ "_",
+ ".NRW",
+ "_",
+ "image",
+ "_",
+ ".ORF",
+ "_",
+ "image",
+ "_",
+ ".RAF",
+ "_",
+ "image",
+ "_",
+ ".RW2",
+ "_",
+ "image",
+ "_",
+ ".PEF",
+ "_",
+ "image",
+ "_",
+ ".SRW",
"--match",
"~ResourceCache"
],