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

Issue 6463081: Blend image filter (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by Stephen White
Modified:
12 years, 1 month ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Implements the non-Porter-Duff compositing modes required for SVG's feBlend element. This filter has two inputs, since normal blending can't be used. The GPU side uses two filter stages to accomplish this: one to sample the background, and one to sample the foreground and blend it.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fixed per review comments #

Patch Set 3 : Remove spurious SK_OVERRIDE #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+448 lines, -0 lines) Patch
A gm/blend.cpp View 1 1 chunk +98 lines, -0 lines 0 comments Download
M gyp/effects.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
A include/effects/SkBlendImageFilter.h View 1 1 chunk +52 lines, -0 lines 0 comments Download
A src/effects/SkBlendImageFilter.cpp View 1 2 1 chunk +294 lines, -0 lines 0 comments Download
M src/ports/SkGlobalInitialization_default.cpp View 1 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 8
Stephen White
12 years, 1 month ago (2012-08-21 20:21:53 UTC) #1
bsalomon
Overall it looks good. Can you explain why there is a foreground passed to the ...
12 years, 1 month ago (2012-08-22 12:44:29 UTC) #2
Stephen White
On 2012/08/22 12:44:29, bsalomon wrote: > Overall it looks good. Can you explain why there ...
12 years, 1 month ago (2012-08-22 15:30:33 UTC) #3
bsalomon
LGTM. On 2012/08/22 15:30:33, Stephen White wrote: > On 2012/08/22 12:44:29, bsalomon wrote: > > ...
12 years, 1 month ago (2012-08-22 16:16:43 UTC) #4
Stephen White
On 2012/08/22 16:16:43, bsalomon wrote: > LGTM. > > On 2012/08/22 15:30:33, Stephen White wrote: ...
12 years, 1 month ago (2012-08-22 16:22:20 UTC) #5
bsalomon
https://codereview.appspot.com/6463081/diff/14002/src/ports/SkGlobalInitialization_default.cpp File src/ports/SkGlobalInitialization_default.cpp (right): https://codereview.appspot.com/6463081/diff/14002/src/ports/SkGlobalInitialization_default.cpp#newcode49 src/ports/SkGlobalInitialization_default.cpp:49: #include "SkMagnifierImageFilter.h" Missing the new header (causing the android ...
12 years, 1 month ago (2012-08-22 17:53:38 UTC) #6
Stephen White
On 2012/08/22 17:53:38, bsalomon wrote: > https://codereview.appspot.com/6463081/diff/14002/src/ports/SkGlobalInitialization_default.cpp > File src/ports/SkGlobalInitialization_default.cpp (right): > > https://codereview.appspot.com/6463081/diff/14002/src/ports/SkGlobalInitialization_default.cpp#newcode49 > ...
12 years, 1 month ago (2012-08-22 18:35:04 UTC) #7
Stephen White
12 years, 1 month ago (2012-08-22 21:30:38 UTC) #8
Was landed as r5231; closing.
Sign in to reply to this message.

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