aboutsummaryrefslogtreecommitdiffhomepage
path: root/SK_IMAGE_VERSION
Commit message (Collapse)AuthorAge
* Remove extra DNG images and use smaller HTC.dngGravatar scroggo2016-05-24
| | | | | | | | | | | | | | | | | | | | | Update SK_IMAGE_VERSION to 7. This removes the following files from dm testing: lg_g4_iso_800.dng Fuji_X20.dng These DNG images are very large, and cause us to use a lot of memory in testing. Moreover, they do not test anything that is not covered by HTC.dng In addition, use the smaller version of HTC.dng (which is already in use in dm) in nanobench. BUG=skia:5307 BUG=skia:5283 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2007033002 Review-Url: https://codereview.chromium.org/2007033002
* Update image testing to version 6Gravatar msarett2016-05-23
| | | | | | | | | | | | | | This replaces the old HTC.dng test image (~40 MB) with a much smaller HTC.dng (~125 kb). This should limit OOM errors on our bots and improve the speed of the tests suite. BUG=skia:5283 BUG=skia:5307 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2004113002 Review-Url: https://codereview.chromium.org/2004113002
* Update SK_IMAGE_VERSION to 5Gravatar msarett2016-05-05
| | | | | | | | | This is should allow us to begin seeing colorspace tests on Gold. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1951393002 Review-Url: https://codereview.chromium.org/1951393002
* Update SK_IMAGE_VERSION, run nanobench on its own image setGravatar msarett2016-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I've added a new directory to the cloud (gs://chromium-skia-gm/skimage/v4/nanobench) which will allow us to run dm and nanobench on different sets of images. The dm image set will stay the same, and includes incomplete images, edge cases images, etc. The nanobench set is much smaller, and includes jpegs and pngs that we've found useful to bench in the past, plus a couple of each for the other formats. We can refine this set as we move forward (and may also want to monitor these images on perf.skia.org). For now the goal is to reduce nanobench runtime by not testing on many, many obscure images that are not particularly interesting to time. The actual change to use nanobench images is in: https://codereview.chromium.org/1917903003/ BUG=skia:5181 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1913813004 Review URL: https://codereview.chromium.org/1913813004
* Update SK_IMAGE_VERSION to 3Gravatar msarett2016-02-23
| | | | | | | | | This includes two new test wbmps (that came from clients of BitmapFactory). BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1722263002 Review URL: https://codereview.chromium.org/1722263002
* Update SK_IMAGE_VERSION to test RAWGravatar scroggo2016-02-02
| | | | | | | | | | | | | | | | | | | | | 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
* Revert of Update SK_IMAGE_VERSION to test RAW (patchset #1 id:1 of ↵Gravatar scroggo2016-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://codereview.chromium.org/1612113002/ ) Reason for revert: https://skia.googlesource.com/skia/+/7579786f3bd5a8fda84a1abc45b16213c3371f93 seems to have caused problems, but it allows us to test RAW. In order to reland this, we'll need to reland that one, or have a simpler fix to disable RAW on platforms where it's not supported (e.g. ChromeOS) Original issue's description: > Update SK_IMAGE_VERSION to test RAW > > Once https://codereview.chromium.org/1520403003/ lands, we can start > testing RAW images. I have already added RAW images to a folder named > v2/; this updates the version so the script (once written) will check > the new version. > > Depends on skbug.com/4558 > > BUG=skia:4829 > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1612113002 > > Committed: https://skia.googlesource.com/skia/+/317a45e879889f9ed876549a10bbfd51aab41b45 TBR=borenet@google.com,msarett@google.com # Not skipping CQ checks because original CL landed more than 1 days ago. # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia:4829 Review URL: https://codereview.chromium.org/1651603004
* Update SK_IMAGE_VERSION to test RAWGravatar scroggo2016-01-28
| | | | | | | | | | | | | | Once https://codereview.chromium.org/1520403003/ lands, we can start testing RAW images. I have already added RAW images to a folder named v2/; this updates the version so the script (once written) will check the new version. Depends on skbug.com/4558 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
* Add version number to images tested in DMGravatar scroggo2016-01-21
BUG=skia:4558 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1619493003 Review URL: https://codereview.chromium.org/1619493003