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

Issue 99203011: Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter drawBitmap. (Closed)

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

Description

Use GrTextureDomain in GrBicubicEffect to perform non-bleeding HQ filter drawBitmap. Committed: http://code.google.com/p/skia/source/detail?r=12687

Patch Set 1 #

Patch Set 2 : tabs- #

Patch Set 3 : cleanup #

Patch Set 4 : remove space #

Total comments: 3

Patch Set 5 : Add domain to factory, disable domain elimination optimizations for bicubic #

Patch Set 6 : Put comment back #

Patch Set 7 : add initializer list for dummy rectangle to fix warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -49 lines) Patch
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 4 chunks +13 lines, -13 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.h View 1 2 3 4 2 chunks +33 lines, -17 lines 0 comments Download
M src/gpu/effects/GrBicubicEffect.cpp View 1 2 3 5 chunks +44 lines, -19 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
bsalomon
7 years ago (2013-12-12 01:05:21 UTC) #1
Stephen White
LGTM. Comments are nits. https://codereview.chromium.org/99203011/diff/50001/src/gpu/effects/GrBicubicEffect.cpp File src/gpu/effects/GrBicubicEffect.cpp (left): https://codereview.chromium.org/99203011/diff/50001/src/gpu/effects/GrBicubicEffect.cpp#oldcode92 src/gpu/effects/GrBicubicEffect.cpp:92: builder->fsCodeAppendf("\tvec4 s%d = %s(%s, f.x, ...
7 years ago (2013-12-12 01:50:07 UTC) #2
robertphillips
lgtm
7 years ago (2013-12-12 13:30:50 UTC) #3
bsalomon
I also now skip the optimizations to remove the texture domain based on the texel->pixel ...
7 years ago (2013-12-13 20:53:25 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/99203011/90001
7 years ago (2013-12-13 20:53:44 UTC) #5
commit-bot: I haz the power
Retried try job too often on Build-Mac10.7-Clang-x86-Release-Trybot for step(s) BuildBench, BuildGm, BuildTools http://skiabot-master.pogerlabs.com:10117/buildstatus?builder=Build-Mac10.7-Clang-x86-Release-Trybot&number=1173
7 years ago (2013-12-13 21:18:39 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/99203011/110001
7 years ago (2013-12-16 14:57:58 UTC) #7
commit-bot: I haz the power
7 years ago (2013-12-16 15:18:14 UTC) #8
Message was sent while issue was closed.
Change committed as 12687

Powered by Google App Engine
This is Rietveld 408576698