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

Issue 1676663002: Test CodecImageGenerator on GPU bots (Closed)

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

Description

Test CodecImageGenerator on GPU bots In crrev.com/1549473003, CodecImageGenerator implemented getYUV8Planes, so that we can test on a GPU bot. Update the arguments to DM so that we run CodecImageGenerator on GPU bots. This is adapted from: https://codereview.chromium.org/1663453002/ This will cause many untriaged images on Gold. The GPU converts YUV->RGBA differently than we do in software. BUG=skia:4888 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1676663002 Committed: https://skia.googlesource.com/skia/+/13a036b7ebfd1faeef168979cd6dbb09d0868619

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Check maxTextureSize and signal a nonfatal error #

Total comments: 3

Patch Set 5 : Surround size check with SK_SUPPORT_GPU #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -6 lines) Patch
M dm/DMSrcSink.cpp View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M tools/dm_flags.json View 2 3 7 chunks +7 lines, -0 lines 0 comments Download
M tools/dm_flags.py View 2 3 1 chunk +2 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (12 generated)
msarett
4 years, 10 months ago (2016-02-05 23:19:57 UTC) #6
msarett
Working on a patch to handle this without blacklisting.
4 years, 10 months ago (2016-02-08 15:02:30 UTC) #7
msarett
PTAL I think this is the right fix.
4 years, 10 months ago (2016-02-08 15:56:47 UTC) #10
scroggo
https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp#newcode860 dm/DMSrcSink.cpp:860: if (maxDimension < SkTMax(size.width(), size.height())) { I don't know ...
4 years, 10 months ago (2016-02-08 16:00:10 UTC) #11
bsalomon
lgtm
4 years, 10 months ago (2016-02-08 16:03:59 UTC) #12
msarett
https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp#newcode860 dm/DMSrcSink.cpp:860: if (maxDimension < SkTMax(size.width(), size.height())) { On 2016/02/08 16:00:09, ...
4 years, 10 months ago (2016-02-08 16:20:06 UTC) #13
scroggo
lgtm https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp File dm/DMSrcSink.cpp (right): https://codereview.chromium.org/1676663002/diff/100001/dm/DMSrcSink.cpp#newcode860 dm/DMSrcSink.cpp:860: if (maxDimension < SkTMax(size.width(), size.height())) { On 2016/02/08 ...
4 years, 10 months ago (2016-02-08 16:23:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1676663002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1676663002/100001
4 years, 10 months ago (2016-02-08 16:24:58 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybot/builds/5911)
4 years, 10 months ago (2016-02-08 16:27:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1676663002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1676663002/120001
4 years, 10 months ago (2016-02-08 16:37:04 UTC) #21
commit-bot: I haz the power
4 years, 10 months ago (2016-02-08 17:10:50 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:120001) as
https://skia.googlesource.com/skia/+/13a036b7ebfd1faeef168979cd6dbb09d0868619

Powered by Google App Engine
This is Rietveld 408576698