aboutsummaryrefslogtreecommitdiffhomepage
path: root/SK_IMAGE_VERSION
Commit message (Collapse)AuthorAge
* 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