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

Issue 1140573004: Antialias matrix-image-filter to get smooth diagonals

Created:
5 years, 7 months ago by reed1
Modified:
5 years, 7 months ago
CC:
reviews_skia.org, f(malita)
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Antialias matrix-image-filter to get smooth diagonals BUG=skia:

Patch Set 1 #

Patch Set 2 : add SK_SUPPORT_LEGACY_IMAGEFILTER_TRANSFORM_SCRATCH_LAYTER guard #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -7 lines) Patch
M include/core/SkImageFilter.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/core/SkCanvas.cpp View 1 4 chunks +10 lines, -3 lines 1 comment Download
M src/core/SkDeviceImageFilterProxy.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkMatrixImageFilter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/core/SkMatrixImageFilter.cpp View 1 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
reed1
chrome guard https://codereview.chromium.org/1133743003/#
5 years, 7 months ago (2015-05-15 18:26:23 UTC) #2
Stephen White
https://codereview.chromium.org/1140573004/diff/20001/src/core/SkCanvas.cpp File src/core/SkCanvas.cpp (right): https://codereview.chromium.org/1140573004/diff/20001/src/core/SkCanvas.cpp#newcode1037 src/core/SkCanvas.cpp:1037: usage = SkBaseDevice::kPossible_TileUsage; This seems like it'll work for ...
5 years, 7 months ago (2015-05-15 18:37:22 UTC) #4
reed1
That's probably right. Since I don't have a test for that right now, and it ...
5 years, 7 months ago (2015-05-15 19:22:38 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1140573004/20001
5 years, 7 months ago (2015-05-15 19:24:50 UTC) #7
Stephen White
On 2015/05/15 19:22:38, reed1 wrote: > That's probably right. > > Since I don't have ...
5 years, 7 months ago (2015-05-15 19:30:36 UTC) #8
reed1
5 years, 7 months ago (2015-05-15 19:34:58 UTC) #9
On 2015/05/15 19:30:36, Stephen White wrote:
> On 2015/05/15 19:22:38, reed1 wrote:
> > That's probably right.
> > 
> > Since I don't have a test for that right now, and it will likely involve a
> > (nearly) disjoint set of changes (adding a param to the proxy API) I think I
> > will make that change (and write its test) separate from this CL.
> 
> I feel this is adding a fair bit of complexity to image filters. I recently 
> worked hard to remove the use of this flag from the majority of image 
> filter code, and now we're going back down that road to support a relatively 
> minor feature.
> 
> Let's have a chat with (along with Brian) at your convenience.

Happy to chat. I'll see if I can arrange one today.

Powered by Google App Engine
This is Rietveld 408576698