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

Issue 1612113002: Update SK_IMAGE_VERSION to test RAW (Closed)

Created:
4 years, 11 months ago by scroggo
Modified:
4 years, 10 months ago
Reviewers:
msarett, borenet, adaubert
CC:
reviews_skia.org, ebrauer, kinan
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

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 Committed: https://skia.googlesource.com/skia/+/1497f9f2641b539f0bc45b4f1496ceab7d56b18c

Patch Set 1 #

Patch Set 2 : Reland, with fixes #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -14 lines) Patch
M SK_IMAGE_VERSION View 1 chunk +1 line, -1 line 0 comments Download
M dm/DM.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gyp/codec.gyp View 1 3 chunks +2 lines, -9 lines 0 comments Download
M gyp/common_conditions.gypi View 1 1 chunk +5 lines, -0 lines 0 comments Download
M gyp/common_variables.gypi View 1 4 chunks +10 lines, -4 lines 0 comments Download
M tools/dm_flags.json View 1 1 chunk +80 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 1 1 chunk +7 lines, -0 lines 2 comments Download

Messages

Total messages: 42 (11 generated)
scroggo
Eric, sending the review to you since it depends on your new script. (I also ...
4 years, 11 months ago (2016-01-21 18:23:10 UTC) #3
borenet
On 2016/01/21 18:23:10, scroggo wrote: > Eric, sending the review to you since it depends ...
4 years, 11 months ago (2016-01-21 18:35:28 UTC) #4
scroggo
On 2016/01/21 18:35:28, borenet wrote: > On 2016/01/21 18:23:10, scroggo wrote: > > Eric, sending ...
4 years, 11 months ago (2016-01-21 18:58:30 UTC) #5
borenet
On 2016/01/21 18:58:30, scroggo wrote: > On 2016/01/21 18:35:28, borenet wrote: > > On 2016/01/21 ...
4 years, 11 months ago (2016-01-21 19:23:25 UTC) #6
scroggo
FYI to RAW team: This CL will trigger our bots to download the RAW test ...
4 years, 11 months ago (2016-01-26 21:25:47 UTC) #7
adaubert
lgtm Where is this v2 folder located? How can we maintain its content?
4 years, 11 months ago (2016-01-27 08:22:45 UTC) #8
msarett
The images are located at: gsutil ls gs://chromium-skia-gm/skimage/v2/dm I believe these instructions will help you ...
4 years, 11 months ago (2016-01-27 14:09:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612113002/1
4 years, 11 months ago (2016-01-27 14:09:20 UTC) #12
scroggo
On 2016/01/27 14:09:16, msarett wrote: > The images are located at: > gsutil ls gs://chromium-skia-gm/skimage/v2/dm ...
4 years, 11 months ago (2016-01-27 14:19:58 UTC) #14
scroggo
On 2016/01/27 14:19:58, scroggo wrote: > On 2016/01/27 14:09:16, msarett wrote: > > The images ...
4 years, 11 months ago (2016-01-27 16:45:41 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612113002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612113002/1
4 years, 10 months ago (2016-01-28 20:07:00 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://skia.googlesource.com/skia/+/317a45e879889f9ed876549a10bbfd51aab41b45
4 years, 10 months ago (2016-01-28 20:30:14 UTC) #19
msarett
Images are starting to show up on Gold. Woohoo! https://gold.skia.org/list?query=source_type%3Dimage
4 years, 10 months ago (2016-01-28 20:58:25 UTC) #20
adaubert
On 2016/01/28 20:58:25, msarett wrote: > Images are starting to show up on Gold. Woohoo! ...
4 years, 10 months ago (2016-01-29 08:15:03 UTC) #21
scroggo
A revert of this CL (patchset #1 id:1) has been created in https://codereview.chromium.org/1651603004/ by scroggo@google.com. ...
4 years, 10 months ago (2016-01-29 22:02:51 UTC) #22
msarett
When we reland this, we ought to blacklist the RAW images on the Nexus Player. ...
4 years, 10 months ago (2016-01-29 23:49:18 UTC) #23
scroggo
New CL adds the following: - pieces from crrev.com/1611323004 to - define SK_CODEC_DECODES_RAW everywhere - ...
4 years, 10 months ago (2016-02-01 15:05:13 UTC) #25
msarett
lgtm https://codereview.chromium.org/1612113002/diff/20001/tools/dm_flags.py File tools/dm_flags.py (right): https://codereview.chromium.org/1612113002/diff/20001/tools/dm_flags.py#newcode162 tools/dm_flags.py:162: # NexusPlayer runs out of memory running RAW ...
4 years, 10 months ago (2016-02-01 15:43:11 UTC) #26
scroggo
On 2016/02/01 15:43:11, msarett wrote: > lgtm > > https://codereview.chromium.org/1612113002/diff/20001/tools/dm_flags.py > File tools/dm_flags.py (right): > ...
4 years, 10 months ago (2016-02-01 22:08:43 UTC) #27
mtklein
> > > One thing that might help, by at least reducing the memory used ...
4 years, 10 months ago (2016-02-01 22:30:23 UTC) #28
msarett
I've gone ahead and triaged most of the RAW images on Gold. For the most ...
4 years, 10 months ago (2016-02-02 02:23:03 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1612113002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1612113002/20001
4 years, 10 months ago (2016-02-02 19:30:48 UTC) #32
scroggo
On 2016/02/02 02:23:03, msarett wrote: > I've gone ahead and triaged most of the RAW ...
4 years, 10 months ago (2016-02-02 19:32:12 UTC) #33
scroggo
On 2016/02/01 22:30:23, mtklein wrote: > > > > One thing that might help, by ...
4 years, 10 months ago (2016-02-02 19:38:47 UTC) #34
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/1497f9f2641b539f0bc45b4f1496ceab7d56b18c
4 years, 10 months ago (2016-02-02 19:56:41 UTC) #36
mtklein
On 2016/02/02 19:32:12, scroggo wrote: > On 2016/02/02 02:23:03, msarett wrote: > > I've gone ...
4 years, 10 months ago (2016-02-02 20:11:31 UTC) #37
msarett
On 2016/02/02 20:11:31, mtklein wrote: > On 2016/02/02 19:32:12, scroggo wrote: > > On 2016/02/02 ...
4 years, 10 months ago (2016-02-02 20:17:38 UTC) #38
yujieqin
On 2016/02/02 20:17:38, msarett wrote: > On 2016/02/02 20:11:31, mtklein wrote: > > On 2016/02/02 ...
4 years, 10 months ago (2016-02-02 21:44:33 UTC) #39
msarett
I would guess that those images will show up on Gold again, though we'll need ...
4 years, 10 months ago (2016-02-02 21:57:41 UTC) #40
msarett
The DNG images are back on Gold. https://gold.skia.org/list?query=source_type%3Dimage The diffs are occurring in Release mode ...
4 years, 10 months ago (2016-02-02 22:44:27 UTC) #41
mtklein
4 years, 10 months ago (2016-02-03 01:02:12 UTC) #42
Message was sent while issue was closed.
On 2016/02/02 22:44:27, msarett wrote:
> The DNG images are back on Gold.
> https://gold.skia.org/list?query=source_type%3Dimage
> 
> The diffs are occurring in Release mode on Nexus 9.
> 
> If nobody has any objections, I'll mark them as positive tomorrow.

Sounds good to me.

We could probably (probably) rig up a GCE bot to also use FMA when possible, so
we have a stronger indication that certain differences are caused by FMA and not
say, buggy ARMv8 assembly.  IIRC, FMA is available on Haswell+.

Powered by Google App Engine
This is Rietveld 408576698