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

Issue 6739057: Add a factory Create function to SkColorFilterImageFilter (Closed)

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

Description

Add a factory Create function for SkColorFilterImageFilter, and move the matrix optimization there. This will allow the Chrome compositor to extract the optimized matrix, and potentially apply the color matrix itself, saving a buffer allocation & draw. Committed: https://code.google.com/p/skia/source/detail?r=6152

Patch Set 1 #

Patch Set 2 : Fix refcounting; combine if-tests. #

Patch Set 3 : Remove now-spurious memcpy(). #

Patch Set 4 : Change SkColorFilterImageFilter to use a factory Create function #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -38 lines) Patch
M gm/colorfilterimagefilter.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M gm/imagefiltersbase.cpp View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M gm/imagefiltersgraph.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M gm/testimagefilters.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M include/effects/SkColorFilterImageFilter.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M src/effects/SkColorFilterImageFilter.cpp View 1 2 3 2 chunks +20 lines, -26 lines 0 comments Download

Messages

Total messages: 4
Stephen White
PTAL
11 years, 11 months ago (2012-10-23 16:14:39 UTC) #1
reed1
I can think of alternatives to having to add setInput. Let me know what you ...
11 years, 11 months ago (2012-10-24 13:02:24 UTC) #2
Stephen White
On 2012/10/24 13:02:24, reed1 wrote: > I can think of alternatives to having to add ...
11 years, 11 months ago (2012-10-26 19:10:29 UTC) #3
reed1
11 years, 11 months ago (2012-10-26 19:19:59 UTC) #4
me like'm factories.

lgtm
Sign in to reply to this message.

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