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

Issue 28273005: Magnifier gpu path fix (Closed)

Created:
7 years, 2 months ago by sugoi1
Modified:
7 years, 2 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Magnifier gpu path fix The y axis was inverted for the offset, which should have been computed on the other side of the magnifying rectangle. BUG= Committed: http://code.google.com/p/skia/source/detail?r=11883

Patch Set 1 #

Total comments: 6

Patch Set 2 : gm update #

Total comments: 2

Patch Set 3 : Removing useless u #

Patch Set 4 : Merge fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -47 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M gm/imagemagnifier.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/effects/SkMagnifierImageFilter.cpp View 1 2 3 10 chunks +49 lines, -46 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sugoi1
https://codereview.chromium.org/28273005/diff/1/src/effects/SkMagnifierImageFilter.cpp File src/effects/SkMagnifierImageFilter.cpp (right): https://codereview.chromium.org/28273005/diff/1/src/effects/SkMagnifierImageFilter.cpp#newcode140 src/effects/SkMagnifierImageFilter.cpp:140: builder->fsCodeAppendf("\t\tvec2 zoom_coord = %s + %s * %s;\n", Changed ...
7 years, 2 months ago (2013-10-18 15:32:00 UTC) #1
Stephen White
Please add a test case that exercises the y-flip issue, and add the test to ...
7 years, 2 months ago (2013-10-18 15:49:42 UTC) #2
sugoi1
https://codereview.chromium.org/28273005/diff/1/src/effects/SkMagnifierImageFilter.cpp File src/effects/SkMagnifierImageFilter.cpp (right): https://codereview.chromium.org/28273005/diff/1/src/effects/SkMagnifierImageFilter.cpp#newcode260 src/effects/SkMagnifierImageFilter.cpp:260: invInset * texture->width(), On 2013/10/18 15:49:42, Stephen White wrote: ...
7 years, 2 months ago (2013-10-18 17:23:29 UTC) #3
Stephen White
https://codereview.chromium.org/28273005/diff/50001/src/effects/SkMagnifierImageFilter.cpp File src/effects/SkMagnifierImageFilter.cpp (right): https://codereview.chromium.org/28273005/diff/50001/src/effects/SkMagnifierImageFilter.cpp#newcode133 src/effects/SkMagnifierImageFilter.cpp:133: kVec2f_GrSLType, "uInvZoom"); Not new to this patch, but I ...
7 years, 2 months ago (2013-10-18 17:51:41 UTC) #4
sugoi1
https://codereview.chromium.org/28273005/diff/50001/src/effects/SkMagnifierImageFilter.cpp File src/effects/SkMagnifierImageFilter.cpp (right): https://codereview.chromium.org/28273005/diff/50001/src/effects/SkMagnifierImageFilter.cpp#newcode133 src/effects/SkMagnifierImageFilter.cpp:133: kVec2f_GrSLType, "uInvZoom"); On 2013/10/18 17:51:41, Stephen White wrote: > ...
7 years, 2 months ago (2013-10-21 15:16:58 UTC) #5
Stephen White
LGTM
7 years, 2 months ago (2013-10-21 15:29:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/28273005/130001
7 years, 2 months ago (2013-10-21 15:34:39 UTC) #7
commit-bot: I haz the power
Failed to apply patch for expectations/gm/ignored-tests.txt: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 2 months ago (2013-10-21 15:34:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/sugoi@chromium.org/28273005/190001
7 years, 2 months ago (2013-10-21 15:43:01 UTC) #9
commit-bot: I haz the power
7 years, 2 months ago (2013-10-21 15:59:28 UTC) #10
Message was sent while issue was closed.
Change committed as 11883

Powered by Google App Engine
This is Rietveld 408576698