Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2584)

Issue 6826086: A new implementation of mask blurs, using separable X/Y passes. Disabled for now. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by Stephen White
Modified:
11 years, 7 months ago
Reviewers:
reed, DerekS, bsalomon, reed1
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

A new implementation of mask blurs, using separable X/Y passes. Disabled for now. Committed: https://code.google.com/p/skia/source/detail?r=6404

Patch Set 1 #

Patch Set 2 : Broken out into two entry points. #

Patch Set 3 : Removed the Linux fix (landed separately) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -2 lines) Patch
M src/effects/SkBlurMask.h View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/effects/SkBlurMask.cpp View 1 4 chunks +104 lines, -2 lines 0 comments Download

Messages

Total messages: 10
Stephen White
PTAL. Although this doesn't show consistent wins versus the current implementation (+20% in some cases, ...
11 years, 7 months ago (2012-11-12 16:38:14 UTC) #1
bsalomon
LGTM, but I'm no raster-code expert so Mike should probably have a look. I've added ...
11 years, 7 months ago (2012-11-12 18:31:37 UTC) #2
DerekS
I've made the same change in a local checkout that matches your gyp and was ...
11 years, 7 months ago (2012-11-12 18:55:00 UTC) #3
reed1
Can this be formulated with just a different entry-point, so both can exist at runtime? ...
11 years, 7 months ago (2012-11-12 19:36:53 UTC) #4
Stephen White
On 2012/11/12 19:36:53, reed1 wrote: > Can this be formulated with just a different entry-point, ...
11 years, 7 months ago (2012-11-12 19:50:44 UTC) #5
reed1
SkBlurMask is a utility class, so it can have any number of entry-points. How about ...
11 years, 7 months ago (2012-11-12 20:06:06 UTC) #6
Stephen White
On 2012/11/12 20:06:06, reed1 wrote: > SkBlurMask is a utility class, so it can have ...
11 years, 7 months ago (2012-11-13 16:48:57 UTC) #7
reed1
lgtm
11 years, 7 months ago (2012-11-13 16:56:50 UTC) #8
reed1
btw -- is there anything even faster we can do if we *know* that the ...
11 years, 7 months ago (2012-11-13 16:57:52 UTC) #9
Stephen White
11 years, 7 months ago (2012-11-13 17:17:29 UTC) #10
On 2012/11/13 16:57:52, reed1 wrote:
> btw -- is there anything even faster we can do if we *know* that the src-mask
is
> just a filled rect?

Yes, I'm sure we could come up with something empirical, such as a per-pixel
function that's determined only by X, Y and the radius, or a LUT.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b