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

Issue 12387099: first attempt to plumb fast blur code into skia mask filter (Closed)

Created:
7 years, 9 months ago by humper
Modified:
7 years, 9 months ago
Reviewers:
bungeman-skia, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

first attempt to plumb fast blur code into skia mask filter BUG= Committed: https://code.google.com/p/skia/source/detail?r=8074

Patch Set 1 #

Patch Set 2 : support for rect blurs that just compute the output target size (for 9patch performance correctness) #

Patch Set 3 : remove unused slow blur path, add ifdef for staged webkit visibility #

Patch Set 4 : revert bench changes #

Total comments: 4

Patch Set 5 : revert whitespace only changes #

Patch Set 6 : formatting fixes for Ben #

Total comments: 5

Patch Set 7 : line too long #

Patch Set 8 : use actual CreateMode enum instead of bool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -27 lines) Patch
M src/effects/SkBlurMask.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -1 line 0 comments Download
M src/effects/SkBlurMask.cpp View 1 2 3 4 5 6 7 5 chunks +38 lines, -19 lines 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 5 6 7 7 chunks +60 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
humper
7 years, 9 months ago (2013-03-04 22:25:36 UTC) #1
humper
On 2013/03/04 22:25:36, humper wrote: Made necessary plumbing changes to only compute small blur for ...
7 years, 9 months ago (2013-03-11 13:58:17 UTC) #2
humper
Fix bug with rect offset, remove unused 9patch bypass path, ifdef for staging webkit. On ...
7 years, 9 months ago (2013-03-11 18:20:51 UTC) #3
humper
reverted bench changes On 2013/03/11 18:20:51, humper wrote: > Fix bug with rect offset, remove ...
7 years, 9 months ago (2013-03-11 18:25:06 UTC) #4
humper
Adding Ben
7 years, 9 months ago (2013-03-11 19:00:48 UTC) #5
bungeman-skia
Publishing comments on Patch Set 4 for posterity. https://codereview.chromium.org/12387099/diff/5002/src/effects/SkBlurMask.cpp File src/effects/SkBlurMask.cpp (right): https://codereview.chromium.org/12387099/diff/5002/src/effects/SkBlurMask.cpp#newcode1248 src/effects/SkBlurMask.cpp:1248: radius ...
7 years, 9 months ago (2013-03-11 19:47:41 UTC) #6
humper
all done On 2013/03/11 19:47:41, bungeman1 wrote: > Publishing comments on Patch Set 4 for ...
7 years, 9 months ago (2013-03-11 19:56:14 UTC) #7
bungeman-skia
Comments on Patch Set 6. https://codereview.chromium.org/12387099/diff/8002/src/effects/SkBlurMask.cpp File src/effects/SkBlurMask.cpp (right): https://codereview.chromium.org/12387099/diff/8002/src/effects/SkBlurMask.cpp#newcode1189 src/effects/SkBlurMask.cpp:1189: profile. Nit: this was ...
7 years, 9 months ago (2013-03-11 20:03:36 UTC) #8
bungeman-skia
7 years, 9 months ago (2013-03-11 20:12:38 UTC) #9
LGTM (for now... dun dun dun...) There needs to be a format cleanup in these
files at some point, but things look cleaner than when this started.

Powered by Google App Engine
This is Rietveld 408576698