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

Issue 1896383003: Begin removing deprecated (and now, unused) ImageFilter code paths (Closed)

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

Description

Begin removing deprecated (and now, unused) ImageFilter code paths This CL focuses on removing the Proxy objects but takes some other stuff with it. BUG=skia:4965 TBR=reed@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1896383003 Committed: https://skia.googlesource.com/skia/+/3e302275b324172c845627cbd00cee8a06571baf

Patch Set 1 #

Patch Set 2 : update #

Total comments: 8

Patch Set 3 : Address code review comments #

Total comments: 3

Patch Set 4 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -487 lines) Patch
M include/core/SkDevice.h View 1 chunk +0 lines, -1 line 0 comments Download
M include/core/SkImageFilter.h View 1 2 3 7 chunks +16 lines, -45 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M src/core/SkDevice.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 5 chunks +3 lines, -97 lines 0 comments Download
M src/core/SkSpecialImage.h View 3 chunks +7 lines, -24 lines 0 comments Download
M src/core/SkSpecialImage.cpp View 19 chunks +35 lines, -57 lines 0 comments Download
M src/core/SkSpecialSurface.h View 2 chunks +5 lines, -15 lines 0 comments Download
M src/core/SkSpecialSurface.cpp View 1 2 10 chunks +20 lines, -32 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M src/effects/SkImageSource.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/effects/SkLightingImageFilter.cpp View 3 chunks +3 lines, -7 lines 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 2 chunks +2 lines, -3 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M src/gpu/GrLayerHoister.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M tests/ImageFilterCacheTest.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
M tests/ImageFilterTest.cpp View 1 2 24 chunks +59 lines, -126 lines 0 comments Download
M tests/SpecialImageTest.cpp View 1 9 chunks +9 lines, -16 lines 0 comments Download
M tests/SpecialSurfaceTest.cpp View 6 chunks +5 lines, -10 lines 0 comments Download
M tests/TestingSpecialImageAccess.h View 1 1 chunk +0 lines, -18 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
robertphillips
4 years, 8 months ago (2016-04-20 16:08:40 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1896383003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896383003/20001
4 years, 8 months ago (2016-04-20 16:24:21 UTC) #8
reed1
lgtm
4 years, 8 months ago (2016-04-20 16:25:16 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/7980)
4 years, 8 months ago (2016-04-20 16:25:52 UTC) #11
Stephen White
https://codereview.chromium.org/1896383003/diff/20001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1896383003/diff/20001/include/core/SkImageFilter.h#newcode295 include/core/SkImageFilter.h:295: * If the result image cannot be created, this ...
4 years, 8 months ago (2016-04-20 16:53:14 UTC) #12
robertphillips
https://codereview.chromium.org/1896383003/diff/20001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1896383003/diff/20001/include/core/SkImageFilter.h#newcode295 include/core/SkImageFilter.h:295: * If the result image cannot be created, this ...
4 years, 8 months ago (2016-04-20 17:50:20 UTC) #13
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1896383003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896383003/40001
4 years, 8 months ago (2016-04-20 17:50:31 UTC) #15
Stephen White
https://codereview.chromium.org/1896383003/diff/40001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1896383003/diff/40001/include/core/SkImageFilter.h#newcode295 include/core/SkImageFilter.h:295: * If the result image cannot be created (either ...
4 years, 8 months ago (2016-04-20 17:59:39 UTC) #16
Stephen White
On 2016/04/20 17:59:39, Stephen White wrote: > Not in this patch, but maybe we should ...
4 years, 8 months ago (2016-04-20 18:00:44 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 18:03:13 UTC) #19
robertphillips
On 2016/04/20 18:00:44, Stephen White wrote: > On 2016/04/20 17:59:39, Stephen White wrote: > > ...
4 years, 8 months ago (2016-04-20 18:27:58 UTC) #20
robertphillips
https://codereview.chromium.org/1896383003/diff/40001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/1896383003/diff/40001/include/core/SkImageFilter.h#newcode295 include/core/SkImageFilter.h:295: * If the result image cannot be created (either ...
4 years, 8 months ago (2016-04-20 18:28:52 UTC) #21
Stephen White
LGTM. Awesome. \o/
4 years, 8 months ago (2016-04-20 18:31:28 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/1896383003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896383003/60001
4 years, 8 months ago (2016-04-20 18:32:33 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-20 18:46:12 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1896383003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1896383003/60001
4 years, 8 months ago (2016-04-20 18:47:41 UTC) #29
commit-bot: I haz the power
4 years, 8 months ago (2016-04-20 18:48:40 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/3e302275b324172c845627cbd00cee8a06571baf

Powered by Google App Engine
This is Rietveld 408576698