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

Issue 83153006: HQ filtering for tiled/bleed drawBitmap (Closed)

Created:
7 years, 1 month ago by bsalomon
Modified:
7 years ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

HQ filtering for tiled/bleed drawBitmap sample at pix center in bicubic Committed: http://code.google.com/p/skia/source/detail?r=12440

Patch Set 1 #

Patch Set 2 : ready? #

Patch Set 3 : cleanup #

Patch Set 4 : add comments #

Patch Set 5 : fix comments #

Patch Set 6 : combine lines #

Total comments: 5

Patch Set 7 : rebase for commit #

Patch Set 8 : fix build warning for case where filter mode is unrecognized. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -30 lines) Patch
M expectations/gm/ignored-tests.txt View 1 1 chunk +17 lines, -0 lines 0 comments Download
M include/gpu/SkGpuDevice.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 7 11 chunks +60 lines, -26 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bsalomon
This makes HQ filtering work for drawBitmap on SkGpuDevice when bleeding outside the src rect ...
7 years ago (2013-11-27 20:52:10 UTC) #1
jvanverth1
lgtm + nits https://codereview.chromium.org/83153006/diff/100001/src/gpu/SkGpuDevice.cpp File src/gpu/SkGpuDevice.cpp (right): https://codereview.chromium.org/83153006/diff/100001/src/gpu/SkGpuDevice.cpp#newcode1366 src/gpu/SkGpuDevice.cpp:1366: SkASSERT(!bicubic); indent https://codereview.chromium.org/83153006/diff/100001/src/gpu/SkGpuDevice.cpp#newcode1412 src/gpu/SkGpuDevice.cpp:1412: effect.reset(GrBicubicEffect::Create(texture, SkMatrix::I(), ...
7 years ago (2013-11-27 21:15:20 UTC) #2
Stephen White
LGTM https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h File include/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h#newcode201 include/gpu/SkGpuDevice.h:201: bool bicubic); Not a big deal, but it ...
7 years ago (2013-11-27 21:50:06 UTC) #3
bsalomon
https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h File include/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h#newcode201 include/gpu/SkGpuDevice.h:201: bool bicubic); On 2013/11/27 21:50:06, Stephen White wrote: > ...
7 years ago (2013-11-27 22:11:51 UTC) #4
Stephen White
https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h File include/gpu/SkGpuDevice.h (right): https://codereview.chromium.org/83153006/diff/100001/include/gpu/SkGpuDevice.h#newcode201 include/gpu/SkGpuDevice.h:201: bool bicubic); On 2013/11/27 22:11:51, bsalomon wrote: > On ...
7 years ago (2013-11-27 22:31:13 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/83153006/120001
7 years ago (2013-12-02 14:56:53 UTC) #6
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildBench, BuildEverything, BuildGm, BuildTools http://skiabot-master.pogerlabs.com:10117/buildstatus?builder=Build-Ubuntu12-GCC-x86_64-Release-Trybot&number=1049
7 years ago (2013-12-02 15:06:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/83153006/140001
7 years ago (2013-12-02 15:27:03 UTC) #8
commit-bot: I haz the power
7 years ago (2013-12-02 22:22:37 UTC) #9
Message was sent while issue was closed.
Change committed as 12440

Powered by Google App Engine
This is Rietveld 408576698