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

Issue 153113003: Fix image filter crop offsets for GPU path. (Closed)

Created:
6 years, 10 months ago by Stephen White
Modified:
6 years, 10 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Fix image filter crop offsets for GPU path. This is the GPU-side version of https://codereview.chromium.org/112803004/. Also factored the crop offset unit test into a function, so we can call it with both CPU & GPU devices. R=bsalomon@google.com Committed: https://code.google.com/p/skia/source/detail?r=13292

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -63 lines) Patch
M src/core/SkImageFilter.cpp View 3 chunks +6 lines, -3 lines 1 comment Download
M src/effects/SkBlurImageFilter.cpp View 2 chunks +6 lines, -3 lines 0 comments Download
M tests/ImageFilterTest.cpp View 2 chunks +75 lines, -57 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Stephen White
PTAL. Thanks!
6 years, 10 months ago (2014-02-03 21:03:58 UTC) #1
bsalomon
lgtm https://codereview.chromium.org/153113003/diff/1/src/core/SkImageFilter.cpp File src/core/SkImageFilter.cpp (right): https://codereview.chromium.org/153113003/diff/1/src/core/SkImageFilter.cpp#newcode152 src/core/SkImageFilter.cpp:152: if (!SkImageFilterUtils::GetInputResultGPU(this->getInput(0), proxy, src, ctm, &input, &srcOffset)) { ...
6 years, 10 months ago (2014-02-03 21:31:08 UTC) #2
Stephen White
On 2014/02/03 21:31:08, bsalomon wrote: > lgtm > > https://codereview.chromium.org/153113003/diff/1/src/core/SkImageFilter.cpp > File src/core/SkImageFilter.cpp (right): > ...
6 years, 10 months ago (2014-02-03 21:35:10 UTC) #3
bsalomon
On 2014/02/03 21:35:10, Stephen White wrote: > On 2014/02/03 21:31:08, bsalomon wrote: > > lgtm ...
6 years, 10 months ago (2014-02-03 21:45:00 UTC) #4
Stephen White
6 years, 10 months ago (2014-02-03 22:22:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r13292 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698