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

Issue 422123003: Adding repeat mode to texture domain (Closed)

Created:
6 years, 4 months ago by joshua.litt
Modified:
6 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

Adding repeat mode to texture domain BUG=skia: Committed: https://skia.googlesource.com/skia/+/5ae5fc59b27a48711e514b3ede548b228e393e9b

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : small cleanup #

Total comments: 2

Patch Set 4 : tiny cleanups #

Patch Set 5 : feedback incorporated #

Patch Set 6 : cleanup #

Patch Set 7 : adding test to ignore(scary) #

Patch Set 8 : rebase #

Total comments: 5

Patch Set 9 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -181 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M gm/texturedomaineffect.cpp View 1 2 3 4 5 6 7 8 4 chunks +13 lines, -5 lines 0 comments Download
M src/effects/SkMatrixConvolutionImageFilter.cpp View 1 chunk +13 lines, -12 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.h View 1 2 5 chunks +12 lines, -20 lines 0 comments Download
M src/gpu/effects/GrMatrixConvolutionEffect.cpp View 1 2 3 4 5 6 7 8 8 chunks +44 lines, -89 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.h View 1 2 3 4 5 6 7 8 1 chunk +12 lines, -5 lines 0 comments Download
M src/gpu/effects/GrTextureDomain.cpp View 1 2 3 4 3 chunks +72 lines, -50 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
joshua.litt
also includes wiring up of this functionality in GrMatrixConvolution
6 years, 4 months ago (2014-07-28 21:18:58 UTC) #1
bsalomon
Can you add a test case to gm/texturedomaineffect.cpp? (It's one of several magic GMs that ...
6 years, 4 months ago (2014-07-28 21:27:45 UTC) #2
joshua.litt
feedback incorporated. It looks like texturedomaineffect was already setup to automatically generate the new testcase ...
6 years, 4 months ago (2014-07-28 22:25:23 UTC) #3
bsalomon
lgtm
6 years, 4 months ago (2014-07-29 13:03:44 UTC) #4
bsalomon
On 2014/07/29 13:03:44, bsalomon wrote: > lgtm Probably want to put texture_domain_effect in expectations/gm/ignored-tests.txt when ...
6 years, 4 months ago (2014-07-29 13:04:23 UTC) #5
Stephen White
LGTM with nits https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrMatrixConvolutionEffect.cpp File src/gpu/effects/GrMatrixConvolutionEffect.cpp (right): https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrMatrixConvolutionEffect.cpp#newcode96 src/gpu/effects/GrMatrixConvolutionEffect.cpp:96: builder->fsCodeAppendf("\t\tk = %s[%d * %d + ...
6 years, 4 months ago (2014-07-29 14:51:16 UTC) #6
Stephen White
+junov, just in case he wants to take a look.
6 years, 4 months ago (2014-07-29 14:52:14 UTC) #7
bsalomon
https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.h File src/gpu/effects/GrTextureDomain.h (right): https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.h#newcode29 src/gpu/effects/GrTextureDomain.h:29: kRepeat_Mode, // Wrap texture coordinates. NOTE: filtering may not ...
6 years, 4 months ago (2014-07-29 14:55:27 UTC) #8
Justin Novosad
https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp File src/gpu/effects/GrTextureDomain.cpp (right): https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp#newcode250 src/gpu/effects/GrTextureDomain.cpp:250: filterMode == GrTextureParams::kNone_FilterMode); I suppose this is because the ...
6 years, 4 months ago (2014-07-29 15:08:59 UTC) #9
joshua.litt
https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp File src/gpu/effects/GrTextureDomain.cpp (right): https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp#newcode250 src/gpu/effects/GrTextureDomain.cpp:250: filterMode == GrTextureParams::kNone_FilterMode); Exactly. We could either copy, or ...
6 years, 4 months ago (2014-07-29 15:17:20 UTC) #10
Justin Novosad
On 2014/07/29 15:17:20, joshua.litt wrote: > https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp > File src/gpu/effects/GrTextureDomain.cpp (right): > > https://codereview.chromium.org/422123003/diff/140001/src/gpu/effects/GrTextureDomain.cpp#newcode250 > ...
6 years, 4 months ago (2014-07-29 19:12:26 UTC) #11
joshua.litt
The CQ bit was checked by joshualitt@chromium.org
6 years, 4 months ago (2014-07-29 19:46:54 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/joshualitt@chromium.org/422123003/160001
6 years, 4 months ago (2014-07-29 19:47:48 UTC) #13
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 19:59:33 UTC) #14
Message was sent while issue was closed.
Change committed as 5ae5fc59b27a48711e514b3ede548b228e393e9b

Powered by Google App Engine
This is Rietveld 408576698