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

Issue 418223009: 2D kernel initial wiring for Guassian (Closed)

Created:
6 years, 5 months ago by joshua.litt
Modified:
6 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

2D kernel initial wiring for Guassian BUG=skia: Committed: https://skia.googlesource.com/skia/+/5acfea789d39106dbc706c6ee85cd8f027fce3ed

Patch Set 1 #

Patch Set 2 : Small cleanups #

Total comments: 4

Patch Set 3 : feedback inc #

Total comments: 7

Patch Set 4 : feedback inc #

Patch Set 5 : adding matrixconvolution to ignore for arm bots #

Patch Set 6 : rebase #

Patch Set 7 : fixing windows bots #

Patch Set 8 : rebase #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -60 lines) Patch
M bench/BlurBench.cpp View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M bench/BlurImageFilterBench.cpp View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A gm/imageblur2.cpp View 1 2 3 4 5 6 7 8 1 chunk +96 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 1 2 3 4 6 chunks +84 lines, -45 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.h View 1 2 3 2 chunks +13 lines, -1 line 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 3 4 5 6 7 8 3 chunks +63 lines, -14 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
joshua.litt
Initial changes. The kernel seems to marginally outperform the separable case @ 3x3, but @ ...
6 years, 5 months ago (2014-07-25 20:31:41 UTC) #1
Stephen White
Some initial comments; will do more extensive review later. https://codereview.chromium.org/418223009/diff/20001/gm/imageblur2.cpp File gm/imageblur2.cpp (right): https://codereview.chromium.org/418223009/diff/20001/gm/imageblur2.cpp#newcode16 gm/imageblur2.cpp:16: ...
6 years, 5 months ago (2014-07-25 20:43:18 UTC) #2
joshua.litt
Feedback incorporated. Create Gaussian now uses the generic constructor. This requires an extra copy of ...
6 years, 4 months ago (2014-07-28 14:57:53 UTC) #3
bsalomon
https://codereview.chromium.org/418223009/diff/40001/src/effects/SkGpuBlurUtils.cpp File src/effects/SkGpuBlurUtils.cpp (right): https://codereview.chromium.org/418223009/diff/40001/src/effects/SkGpuBlurUtils.cpp#newcode65 src/effects/SkGpuBlurUtils.cpp:65: // a 2d gaussian convolution pass Maybe we should ...
6 years, 4 months ago (2014-07-28 15:20:42 UTC) #4
joshua.litt
feedback incorporated. I'm going to debug on android. I wonder if those failures are related ...
6 years, 4 months ago (2014-08-11 17:07:55 UTC) #5
bsalomon
On 2014/08/11 17:07:55, joshua.litt wrote: > feedback incorporated. I'm going to debug on android. I ...
6 years, 4 months ago (2014-08-11 17:39:21 UTC) #6
bsalomon
On 2014/08/11 17:07:55, joshua.litt wrote: > feedback incorporated. I'm going to debug on android. I ...
6 years, 4 months ago (2014-08-11 17:39:23 UTC) #7
bsalomon
lgtm
6 years, 4 months ago (2014-08-11 18:49:09 UTC) #8
joshua.litt
The CQ bit was checked by joshualitt@chromium.org
6 years, 4 months ago (2014-08-11 18:59:47 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/418223009/80001
6 years, 4 months ago (2014-08-11 19:00:40 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-11 19:00:44 UTC) #11
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running git apply --index -p1; error: patch failed: ...
6 years, 4 months ago (2014-08-11 19:00:45 UTC) #12
joshua.litt
The CQ bit was checked by joshualitt@chromium.org
6 years, 4 months ago (2014-08-11 19:09:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/418223009/100001
6 years, 4 months ago (2014-08-11 19:10:39 UTC) #14
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia ...
6 years, 4 months ago (2014-08-11 19:19:29 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-11 19:25:42 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-VS2013-x86-Debug-Trybot on tryserver.skia (http://108.170.220.76:10117/builders/Build-Win-VS2013-x86-Debug-Trybot/builds/1240)
6 years, 4 months ago (2014-08-11 19:25:45 UTC) #17
joshua.litt
The CQ bit was checked by joshualitt@chromium.org
6 years, 4 months ago (2014-08-11 20:47:07 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/418223009/160001
6 years, 4 months ago (2014-08-11 20:47:31 UTC) #19
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 20:55:39 UTC) #20
Message was sent while issue was closed.
Change committed as 5acfea789d39106dbc706c6ee85cd8f027fce3ed

Powered by Google App Engine
This is Rietveld 408576698