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

Issue 57513002: Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on (Closed)

Created:
7 years, 1 month ago by Stephen White
Modified:
7 years, 1 month ago
Reviewers:
mtklein, reed1
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Change SkBlurImageFilter to use fixed-point division. Yields ~1.8X speedup on MacBookPro. Note: this will require defining SK_DISABLE_BLUR_DIVISION_OPTIMIZATION in Chrome, a la https://codereview.chromium.org/49973005. R=mtklein@google.com Committed: https://code.google.com/p/skia/source/detail?r=12113

Patch Set 1 #

Patch Set 2 : Updated ignored-tests.txt. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -0 lines) Patch
M expectations/gm/ignored-tests.txt View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/effects/SkBlurImageFilter.cpp View 4 chunks +22 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Stephen White
reed@: PTAL. Thanks!
7 years, 1 month ago (2013-11-04 01:23:20 UTC) #1
Tom Hudson
If you're getting rid of integer division here, this could be a huge win for ...
7 years, 1 month ago (2013-11-04 11:34:02 UTC) #2
Stephen White
On 2013/11/04 11:34:02, Tom Hudson wrote: > If you're getting rid of integer division here, ...
7 years, 1 month ago (2013-11-04 13:05:39 UTC) #3
reed1
7 years, 1 month ago (2013-11-04 13:09:20 UTC) #4
mtklein
On 2013/11/04 13:09:20, reed1 wrote: lgtm I see this as 1.5-1.9x faster on both my ...
7 years, 1 month ago (2013-11-04 15:19:45 UTC) #5
Tom Hudson
Tangent: Sami pointed out that the performance of infinite impulse response blurs shouldn't be dependent ...
7 years, 1 month ago (2013-11-04 15:24:50 UTC) #6
Stephen White
On 2013/11/04 15:19:45, mtklein wrote: > On 2013/11/04 13:09:20, reed1 wrote: > > lgtm > ...
7 years, 1 month ago (2013-11-04 15:32:16 UTC) #7
mtklein
On 2013/11/04 15:32:16, Stephen White wrote: > On 2013/11/04 15:19:45, mtklein wrote: > > On ...
7 years, 1 month ago (2013-11-04 15:41:29 UTC) #8
Stephen White
On 2013/11/04 15:24:50, Tom Hudson wrote: > Tangent: Sami pointed out that the performance of ...
7 years, 1 month ago (2013-11-04 15:42:50 UTC) #9
Stephen White
7 years, 1 month ago (2013-11-04 16:07:45 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 manually as r12113 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698