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

Issue 1762013002: Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated (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-fragment
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated This CL relies on https://codereview.chromium.org/1757983002/ (Add SkSpecialImage-based methods to SkImageFilter) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1762013002 TBR=bsalomon@google.com Committed: https://skia.googlesource.com/skia/+/4418dbac3386f26c8da62ab242be9c178961eb18

Patch Set 1 #

Patch Set 2 : Clean up #

Patch Set 3 : Fix bug #

Total comments: 6

Patch Set 4 : update #

Patch Set 5 : Ooops - forgot these #

Patch Set 6 : update to ToT #

Total comments: 8

Patch Set 7 : Address code review comments #

Patch Set 8 : Fix no-GPU build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+418 lines, -194 lines) Patch
M include/core/SkImageFilter.h View 2 chunks +10 lines, -8 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 2 3 4 5 6 2 chunks +17 lines, -6 lines 0 comments Download
M src/core/SkDevice.cpp View 1 2 3 4 5 6 2 chunks +14 lines, -3 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 5 4 chunks +52 lines, -20 lines 0 comments Download
M src/core/SkSpecialImage.h View 1 2 3 2 chunks +11 lines, -6 lines 0 comments Download
M src/core/SkSpecialImage.cpp View 1 2 3 9 chunks +45 lines, -6 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 3 chunks +16 lines, -13 lines 0 comments Download
M tests/ImageFilterTest.cpp View 1 2 3 4 5 6 7 15 chunks +222 lines, -118 lines 0 comments Download
M tests/SpecialImageTest.cpp View 1 chunk +1 line, -14 lines 0 comments Download
A tests/TestingSpecialImageAccess.h View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (15 generated)
robertphillips
4 years, 9 months ago (2016-03-04 13:45:15 UTC) #5
Stephen White
https://codereview.chromium.org/1762013002/diff/40001/src/core/SkDevice.cpp File src/core/SkDevice.cpp (right): https://codereview.chromium.org/1762013002/diff/40001/src/core/SkDevice.cpp#newcode424 src/core/SkDevice.cpp:424: SkAutoTUnref<SkSpecialImage>resultImg(filter->filterImage(srcImg, ctx, &offset)); Nit: need space between > and ...
4 years, 9 months ago (2016-03-04 15:55:05 UTC) #6
robertphillips
https://codereview.chromium.org/1762013002/diff/40001/src/core/SkDevice.cpp File src/core/SkDevice.cpp (right): https://codereview.chromium.org/1762013002/diff/40001/src/core/SkDevice.cpp#newcode424 src/core/SkDevice.cpp:424: SkAutoTUnref<SkSpecialImage>resultImg(filter->filterImage(srcImg, ctx, &offset)); On 2016/03/04 15:55:05, Stephen White wrote: ...
4 years, 9 months ago (2016-03-04 18:08:36 UTC) #7
Stephen White
https://codereview.chromium.org/1762013002/diff/100001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1762013002/diff/100001/src/core/SkCanvas.cpp#newcode1415 src/core/SkCanvas.cpp:1415: // TODO: add drawSprite(SkSpecialImage) to SkDevice? Nit: I'd either ...
4 years, 9 months ago (2016-03-04 22:52:55 UTC) #8
robertphillips
https://codereview.chromium.org/1762013002/diff/100001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1762013002/diff/100001/src/core/SkCanvas.cpp#newcode1415 src/core/SkCanvas.cpp:1415: // TODO: add drawSprite(SkSpecialImage) to SkDevice? On 2016/03/04 22:52:55, ...
4 years, 9 months ago (2016-03-07 17:35:57 UTC) #9
Stephen White
LGTM
4 years, 9 months ago (2016-03-07 18:45:36 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762013002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762013002/120001
4 years, 9 months ago (2016-03-07 18:48:48 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot on client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot/builds/6825)
4 years, 9 months ago (2016-03-07 18:51:25 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762013002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762013002/140001
4 years, 9 months ago (2016-03-07 19:47:41 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-07 20:12:17 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762013002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762013002/140001
4 years, 9 months ago (2016-03-07 20:19:52 UTC) #21
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/7383)
4 years, 9 months ago (2016-03-07 20:22:09 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1762013002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1762013002/140001
4 years, 9 months ago (2016-03-07 20:44:17 UTC) #27
commit-bot: I haz the power
4 years, 9 months ago (2016-03-07 20:45:18 UTC) #29
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/4418dbac3386f26c8da62ab242be9c178961eb18

Powered by Google App Engine
This is Rietveld 408576698