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

Issue 1772933002: Switch SkImageSource image filter over to new onFilterImage interface (Closed)

Created:
4 years, 9 months ago by robertphillips
Modified:
4 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@if-follow-on
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Switch SkImageSource image filter over to new onFilterImage interface This CL relies on: https://codereview.chromium.org/1762013002/ (Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated) TBR=bsalomon@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1772933002 Committed: https://skia.googlesource.com/skia/+/6ac97b7eb99c06107bb4536e1a888fce7837213a

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix no-GPU build & rename parameters #

Patch Set 3 : Added comment #

Patch Set 4 : update to ToT again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -23 lines) Patch
M include/effects/SkImageSource.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkSpecialImage.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/core/SkSpecialImage.cpp View 1 2 3 2 chunks +20 lines, -4 lines 0 comments Download
M src/effects/SkImageSource.cpp View 1 2 3 chunks +24 lines, -13 lines 0 comments Download
M tests/ImageFilterCacheTest.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M tests/SpecialImageTest.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (17 generated)
robertphillips
4 years, 9 months ago (2016-03-07 21:27:33 UTC) #4
Stephen White
https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.cpp#newcode149 src/core/SkSpecialImage.cpp:149: result->setPixelRef(new SkGrPixelRef(info, texture))->unref(); I think this will break the ...
4 years, 9 months ago (2016-03-07 21:47:26 UTC) #5
robertphillips
https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.cpp File src/core/SkSpecialImage.cpp (right): https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.cpp#newcode149 src/core/SkSpecialImage.cpp:149: result->setPixelRef(new SkGrPixelRef(info, texture))->unref(); On 2016/03/07 21:47:26, Stephen White wrote: ...
4 years, 9 months ago (2016-03-08 16:45:29 UTC) #6
Stephen White
LGTM https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.h File src/core/SkSpecialImage.h (right): https://codereview.chromium.org/1772933002/diff/1/src/core/SkSpecialImage.h#newcode55 src/core/SkSpecialImage.h:55: static SkSpecialImage* NewFromImage(SkImageFilter::Proxy*, On 2016/03/08 16:45:29, robertphillips wrote: ...
4 years, 9 months ago (2016-03-08 16:48:42 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772933002/40001
4 years, 9 months ago (2016-03-08 16:53:07 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-08 17:15:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772933002/40001
4 years, 9 months ago (2016-03-09 12:31:58 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7475)
4 years, 9 months ago (2016-03-09 12:33:28 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772933002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772933002/40001
4 years, 9 months ago (2016-03-09 12:33:47 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/7477)
4 years, 9 months ago (2016-03-09 12:34:38 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772933002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772933002/60001
4 years, 9 months ago (2016-03-09 12:51:57 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-09 13:11:18 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772933002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772933002/60001
4 years, 9 months ago (2016-03-09 13:16:15 UTC) #29
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 13:17:15 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/6ac97b7eb99c06107bb4536e1a888fce7837213a

Powered by Google App Engine
This is Rietveld 408576698