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

Issue 781153002: Fix Morphology effects sourcing outside of the crop rect. (Closed)

Created:
6 years ago by cwallez
Modified:
5 years, 11 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 10

Patch Set 2 : Take into account junov's comments #

Total comments: 1

Patch Set 3 : Take into accound Reed's comments #

Patch Set 4 : Better GM, added to ignored gms #

Patch Set 5 : Remove changes to ignored-tests.txt, use skiagold.com instead #

Patch Set 6 : Rebased #

Patch Set 7 : Fix memory leak and shader compilation error on MacOSX 10.6 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -20 lines) Patch
M gm/imagefilterscropped.cpp View 1 2 3 4 5 6 7 chunks +38 lines, -1 line 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 4 5 6 12 chunks +157 lines, -19 lines 0 comments Download

Messages

Total messages: 38 (12 generated)
cwallez
+junov
6 years ago (2014-12-19 23:28:44 UTC) #3
Justin Novosad
https://codereview.chromium.org/781153002/diff/1/gm/imagefilterscropped.cpp File gm/imagefilterscropped.cpp (right): https://codereview.chromium.org/781153002/diff/1/gm/imagefilterscropped.cpp#newcode117 gm/imagefilterscropped.cpp:117: canvas.clear(0x00000000); 0 -> SK_ColorTRANSPARENT https://codereview.chromium.org/781153002/diff/1/src/effects/SkGpuBlurUtils.cpp File src/effects/SkGpuBlurUtils.cpp (left): https://codereview.chromium.org/781153002/diff/1/src/effects/SkGpuBlurUtils.cpp#oldcode59 ...
6 years ago (2014-12-22 20:11:11 UTC) #5
cwallez
Still need to make a new gm instead of hacking it in. https://codereview.chromium.org/781153002/diff/1/gm/imagefilterscropped.cpp File gm/imagefilterscropped.cpp ...
5 years, 11 months ago (2015-01-19 21:34:39 UTC) #6
Justin Novosad
On 2015/01/19 21:34:39, cwallez wrote: > On 2014/12/22 20:11:11, junov wrote: > > "Bounds" are ...
5 years, 11 months ago (2015-01-19 21:54:17 UTC) #7
Justin Novosad
+bsalomon
5 years, 11 months ago (2015-01-19 21:54:44 UTC) #9
cwallez
On 2015/01/19 21:54:17, junov wrote: > On 2015/01/19 21:34:39, cwallez wrote: > > On 2014/12/22 ...
5 years, 11 months ago (2015-01-19 21:55:44 UTC) #10
reed1
https://codereview.chromium.org/781153002/diff/20001/src/effects/SkMorphologyImageFilter.cpp File src/effects/SkMorphologyImageFilter.cpp (right): https://codereview.chromium.org/781153002/diff/20001/src/effects/SkMorphologyImageFilter.cpp#newcode305 src/effects/SkMorphologyImageFilter.cpp:305: static GrFragmentProcessor* Create(GrTexture* tex, Direction dir, int radius, MorphologyType ...
5 years, 11 months ago (2015-01-20 13:53:05 UTC) #12
bsalomon
seems ok to me, but curious what's motivating the addition. Is this part of the ...
5 years, 11 months ago (2015-01-20 14:57:17 UTC) #13
cwallez
On 2015/01/20 14:57:17, bsalomon wrote: > seems ok to me, but curious what's motivating the ...
5 years, 11 months ago (2015-01-20 16:38:14 UTC) #14
bsalomon
On 2015/01/20 16:38:14, cwallez wrote: > On 2015/01/20 14:57:17, bsalomon wrote: > > seems ok ...
5 years, 11 months ago (2015-01-20 18:06:57 UTC) #15
bsalomon
lgtm
5 years, 11 months ago (2015-01-20 18:09:24 UTC) #16
cwallez
Added the tests to the GM without removing others so it is no longer a ...
5 years, 11 months ago (2015-01-21 18:37:59 UTC) #17
Justin Novosad
On 2015/01/21 18:37:59, cwallez wrote: > Added the tests to the GM without removing others ...
5 years, 11 months ago (2015-01-22 20:09:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/781153002/60001
5 years, 11 months ago (2015-01-22 20:38:24 UTC) #20
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running git apply --index -3 -p1; Created missing ...
5 years, 11 months ago (2015-01-22 20:38:27 UTC) #22
cwallez
I removed the change to ignored-tests.txt as we should now be using skiagold.com
5 years, 11 months ago (2015-01-23 19:12:20 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/781153002/80001
5 years, 11 months ago (2015-01-23 21:20:57 UTC) #26
commit-bot: I haz the power
Failed to apply patch for gm/imagefilterscropped.cpp: While running git apply --index -3 -p1; error: patch ...
5 years, 11 months ago (2015-01-23 21:21:00 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/781153002/100001
5 years, 11 months ago (2015-01-23 21:28:07 UTC) #30
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/f6be925b5615f07039ce95c3433039694a8d1679
5 years, 11 months ago (2015-01-23 21:35:14 UTC) #31
mtklein
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/868973005/ by mtklein@google.com. ...
5 years, 11 months ago (2015-01-24 00:08:51 UTC) #32
reed1
we have several pre-written checkerboard makers. See if you can use one of them.
5 years, 11 months ago (2015-01-26 14:45:55 UTC) #33
cwallez
On 2015/01/26 14:45:55, reed1 wrote: > we have several pre-written checkerboard makers. See if you ...
5 years, 11 months ago (2015-01-26 16:00:35 UTC) #34
reed1
you're right :( I was thinking of sk_tool_utils.h, but it doesn't have any of those ...
5 years, 11 months ago (2015-01-26 16:46:14 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/781153002/120001
5 years, 11 months ago (2015-01-26 20:14:52 UTC) #37
commit-bot: I haz the power
5 years, 11 months ago (2015-01-26 20:20:17 UTC) #38
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://skia.googlesource.com/skia/+/80a61df691bd5756dfbcbc57441806f2594511d8

Powered by Google App Engine
This is Rietveld 408576698