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

Issue 2255803003: Moving SkBlurImageFilter into core (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : also added gpublurutils to core #

Patch Set 3 : made req changes #

Patch Set 4 : made req changes #

Patch Set 5 : rebased off of master #

Patch Set 6 : removed src/core/SkBlurImageFilter.h #

Patch Set 7 : modified some hidden code #

Total comments: 2

Patch Set 8 : Fixed function call name change #

Total comments: 1

Patch Set 9 : made change #

Total comments: 2

Patch Set 10 : ... made req changes onto correct branch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -728 lines) Patch
M gyp/core.gypi View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M gyp/effects.gypi View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M include/core/SkImageFilter.h View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
D include/effects/SkBlurImageFilter.h View 1 2 3 4 5 6 7 8 9 1 chunk +9 lines, -26 lines 0 comments Download
A + src/core/SkBlurImageFilter.cpp View 1 2 3 4 5 6 7 8 7 chunks +50 lines, -13 lines 0 comments Download
A + src/core/SkGpuBlurUtils.h View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/core/SkGpuBlurUtils.cpp View 1 0 chunks +-1 lines, --1 lines 0 comments Download
D src/effects/SkBlurImageFilter.cpp View 1 chunk +0 lines, -259 lines 0 comments Download
D src/effects/SkGpuBlurUtils.h View 1 1 chunk +0 lines, -46 lines 0 comments Download
D src/effects/SkGpuBlurUtils.cpp View 1 2 3 4 1 chunk +0 lines, -382 lines 0 comments Download
M src/ports/SkGlobalInitialization_default.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 61 (29 generated)
vjiaoblack
4 years, 4 months ago (2016-08-18 13:51:45 UTC) #3
reed1
1. move SkBlurIMageFilter.h into src/core 2. add this to SkImageFilter.h static sk_sp<SkImageFilter> MakeBlur(SkScalar sigmaX, SkScalar ...
4 years, 4 months ago (2016-08-18 19:32:03 UTC) #5
vjiaoblack
4 years, 4 months ago (2016-08-19 15:30:21 UTC) #6
reed1
looks pretty good. I think SkBlurImageFilter.h needs to stay in include/effects for compatibility with chrome's ...
4 years, 4 months ago (2016-08-21 15:28:08 UTC) #7
vjiaoblack
*resending*
4 years, 4 months ago (2016-08-22 14:28:07 UTC) #8
vjiaoblack
*reupload of most current version*
4 years, 4 months ago (2016-08-22 14:32:21 UTC) #9
vjiaoblack
4 years, 4 months ago (2016-08-22 14:33:40 UTC) #10
vjiaoblack
4 years, 4 months ago (2016-08-22 14:55:53 UTC) #11
reed1
lgtm
4 years, 4 months ago (2016-08-22 15:29:45 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255803003/100001
4 years, 4 months ago (2016-08-22 15:31:32 UTC) #14
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/dd3259eb95c3b47e11eefa3b176365a112a32b48
4 years, 4 months ago (2016-08-22 15:50:23 UTC) #16
mtklein
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2263283002/ by mtklein@google.com. ...
4 years, 4 months ago (2016-08-22 16:25:43 UTC) #17
vjiaoblack
4 years, 4 months ago (2016-08-22 16:56:34 UTC) #19
f(malita)
rs lgtm
4 years, 4 months ago (2016-08-22 17:03:16 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255803003/120001
4 years, 4 months ago (2016-08-22 17:10:23 UTC) #23
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://skia.googlesource.com/skia/+/e426babe7552b1cb4e27cdf4e90826feabb9e3b0
4 years, 4 months ago (2016-08-22 17:51:33 UTC) #25
reed1
https://codereview.chromium.org/2255803003/diff/120001/src/core/SkBlurImageFilter.cpp File src/core/SkBlurImageFilter.cpp (right): https://codereview.chromium.org/2255803003/diff/120001/src/core/SkBlurImageFilter.cpp#newcode36 src/core/SkBlurImageFilter.cpp:36: return SkImageInfo::Make(sigmaX, sigmaY, sk_ref_sp<SkImageFilter>(input), cropRect).release(); I would have guessed ...
4 years, 4 months ago (2016-08-22 18:19:58 UTC) #26
vjiaoblack
https://codereview.chromium.org/2255803003/diff/120001/src/core/SkBlurImageFilter.cpp File src/core/SkBlurImageFilter.cpp (right): https://codereview.chromium.org/2255803003/diff/120001/src/core/SkBlurImageFilter.cpp#newcode36 src/core/SkBlurImageFilter.cpp:36: return SkImageInfo::Make(sigmaX, sigmaY, sk_ref_sp<SkImageFilter>(input), cropRect).release(); On 2016/08/22 18:19:57, reed1 ...
4 years, 4 months ago (2016-08-22 18:23:09 UTC) #27
vjiaoblack
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2266063002/ by vjiaoblack@google.com. ...
4 years, 4 months ago (2016-08-22 18:29:32 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255803003/140001
4 years, 4 months ago (2016-08-22 18:33:12 UTC) #37
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://skia.googlesource.com/skia/+/4d760175686df8f61a11b66946eb307d89dd2c75
4 years, 4 months ago (2016-08-22 19:00:28 UTC) #39
reed1
https://codereview.chromium.org/2255803003/diff/140001/src/core/SkBlurImageFilter.cpp File src/core/SkBlurImageFilter.cpp (right): https://codereview.chromium.org/2255803003/diff/140001/src/core/SkBlurImageFilter.cpp#newcode36 src/core/SkBlurImageFilter.cpp:36: return SkImageInfo::MakeBlur(sigmaX, sigmaY, sk_ref_sp<SkImageFilter>(input), SkImageInfo -> SkImageFilter
4 years, 4 months ago (2016-08-22 19:03:06 UTC) #40
vjiaoblack
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2265263002/ by vjiaoblack@google.com. ...
4 years, 4 months ago (2016-08-22 19:04:24 UTC) #41
vjiaoblack
4 years, 4 months ago (2016-08-23 13:06:51 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255803003/160001
4 years, 4 months ago (2016-08-23 14:30:56 UTC) #46
commit-bot: I haz the power
Committed patchset #9 (id:160001) as https://skia.googlesource.com/skia/+/a97a1ab5719d5c355f7900b7f17dec1e467cf57e
4 years, 4 months ago (2016-08-23 14:50:56 UTC) #48
bungeman-skia
https://codereview.chromium.org/2255803003/diff/160001/include/effects/SkBlurImageFilter.h File include/effects/SkBlurImageFilter.h (left): https://codereview.chromium.org/2255803003/diff/160001/include/effects/SkBlurImageFilter.h#oldcode25 include/effects/SkBlurImageFilter.h:25: #ifdef SK_SUPPORT_LEGACY_IMAGEFILTER_PTR Still need this.
4 years, 4 months ago (2016-08-23 17:02:48 UTC) #50
bungeman-skia
A revert of this CL (patchset #9 id:160001) has been created in https://codereview.chromium.org/2274603003/ by bungeman@google.com. ...
4 years, 4 months ago (2016-08-23 17:04:34 UTC) #51
vjiaoblack
https://codereview.chromium.org/2255803003/diff/160001/include/effects/SkBlurImageFilter.h File include/effects/SkBlurImageFilter.h (left): https://codereview.chromium.org/2255803003/diff/160001/include/effects/SkBlurImageFilter.h#oldcode25 include/effects/SkBlurImageFilter.h:25: #ifdef SK_SUPPORT_LEGACY_IMAGEFILTER_PTR On 2016/08/23 17:02:47, bungeman-skia wrote: > Still ...
4 years, 4 months ago (2016-08-23 17:21:35 UTC) #53
vjiaoblack
4 years, 4 months ago (2016-08-23 17:23:50 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2255803003/180001
4 years, 4 months ago (2016-08-23 17:24:03 UTC) #59
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 18:13:17 UTC) #61
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/e1e5c74086ceb7143bf2f7968a324e8c06d33914

Powered by Google App Engine
This is Rietveld 408576698