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

Issue 936943002: Pass clip to context (Closed)

Created:
5 years, 10 months ago by joshua.litt
Modified:
5 years, 9 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@pass_down_rendertarget
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : pass clip to context #

Patch Set 3 : cleanups #

Patch Set 4 : clean #

Patch Set 5 : cleanup #

Patch Set 6 : more cleanup #

Total comments: 3

Patch Set 7 : feedback inc #

Patch Set 8 : feedback inc #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -290 lines) Patch
M gm/texdata.cpp View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download
M include/core/SkMaskFilter.h View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M include/core/SkRect.h View 1 2 3 4 5 1 chunk +10 lines, -0 lines 0 comments Download
M include/gpu/GrClip.h View 1 2 3 4 5 6 10 chunks +33 lines, -8 lines 0 comments Download
M include/gpu/GrContext.h View 1 2 3 4 5 13 chunks +18 lines, -73 lines 0 comments Download
M src/core/SkImageFilter.cpp View 1 2 3 4 5 6 3 chunks +6 lines, -3 lines 0 comments Download
M src/core/SkMaskFilter.cpp View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M src/effects/SkAlphaThresholdFilter.cpp View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/SkBlurMaskFilter.cpp View 1 2 3 4 7 chunks +8 lines, -5 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M src/effects/SkGpuBlurUtils.cpp View 1 2 3 4 11 chunks +24 lines, -18 lines 0 comments Download
M src/effects/SkMorphologyImageFilter.cpp View 1 2 3 4 5 6 7 7 chunks +19 lines, -13 lines 0 comments Download
M src/effects/SkXfermodeImageFilter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrBitmapTextContext.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 1 2 3 4 5 6 7 6 chunks +10 lines, -10 lines 0 comments Download
M src/gpu/GrClip.cpp View 1 2 3 4 5 6 2 chunks +9 lines, -2 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 4 5 6 1 chunk +40 lines, -22 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 28 chunks +47 lines, -31 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/gpu/GrDistanceFieldTextContext.cpp View 1 2 3 4 5 6 7 6 chunks +11 lines, -9 lines 0 comments Download
M src/gpu/GrPipelineBuilder.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/GrPipelineBuilder.cpp View 1 2 3 4 5 6 7 2 chunks +2 lines, -4 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.h View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.cpp View 1 2 3 4 5 6 7 6 chunks +7 lines, -4 lines 0 comments Download
M src/gpu/GrTextContext.h View 1 2 3 4 4 chunks +10 lines, -7 lines 0 comments Download
M src/gpu/GrTextContext.cpp View 1 2 3 4 5 6 7 5 chunks +12 lines, -10 lines 1 comment Download
M src/gpu/SkGpuDevice.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/SkGpuDevice.cpp View 1 2 3 4 5 6 28 chunks +42 lines, -35 lines 0 comments Download
M src/gpu/SkGr.cpp View 1 2 3 4 3 chunks +4 lines, -7 lines 0 comments Download
M src/gpu/effects/GrConfigConversionEffect.cpp View 1 2 3 4 2 chunks +15 lines, -5 lines 0 comments Download
M tests/ClipCacheTest.cpp View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (12 generated)
joshualitt
Sorry to spring this last minute, but I'd really like to land this before the ...
5 years, 10 months ago (2015-02-19 15:50:48 UTC) #3
bsalomon
After talking to Joshua we're going to take a different approach for the short term ...
5 years, 10 months ago (2015-02-19 16:08:10 UTC) #4
joshualitt
On 2015/02/19 16:08:10, bsalomon wrote: > After talking to Joshua we're going to take a ...
5 years, 10 months ago (2015-02-23 22:18:41 UTC) #5
Stephen White
https://codereview.chromium.org/936943002/diff/100001/include/core/SkImageFilter.h File include/core/SkImageFilter.h (right): https://codereview.chromium.org/936943002/diff/100001/include/core/SkImageFilter.h#newcode136 include/core/SkImageFilter.h:136: virtual bool filterImageGPU(Proxy*, const SkBitmap& src, const Context&, const ...
5 years, 10 months ago (2015-02-24 16:47:38 UTC) #7
joshualitt
On 2015/02/24 16:47:38, Stephen White wrote: > https://codereview.chromium.org/936943002/diff/100001/include/core/SkImageFilter.h > File include/core/SkImageFilter.h (right): > > https://codereview.chromium.org/936943002/diff/100001/include/core/SkImageFilter.h#newcode136 ...
5 years, 10 months ago (2015-02-24 16:51:14 UTC) #8
bsalomon
https://codereview.chromium.org/936943002/diff/100001/include/gpu/GrClip.h File include/gpu/GrClip.h (right): https://codereview.chromium.org/936943002/diff/100001/include/gpu/GrClip.h#newcode18 include/gpu/GrClip.h:18: * masks. 'A GrClip is either wide open, just ...
5 years, 10 months ago (2015-02-24 17:02:05 UTC) #9
joshualitt
On 2015/02/24 17:02:05, bsalomon wrote: > https://codereview.chromium.org/936943002/diff/100001/include/gpu/GrClip.h > File include/gpu/GrClip.h (right): > > https://codereview.chromium.org/936943002/diff/100001/include/gpu/GrClip.h#newcode18 > ...
5 years, 10 months ago (2015-02-24 21:32:38 UTC) #12
Stephen White
src/effects LGTM
5 years, 10 months ago (2015-02-24 21:44:38 UTC) #13
jvanverth1
Text stuff looks okay + 1 comment: https://codereview.chromium.org/936943002/diff/180001/src/gpu/GrTextContext.cpp File src/gpu/GrTextContext.cpp (left): https://codereview.chromium.org/936943002/diff/180001/src/gpu/GrTextContext.cpp#oldcode29 src/gpu/GrTextContext.cpp:29: fClip->getConservativeBounds(fRenderTarget->width(), fRenderTarget->height(), ...
5 years, 10 months ago (2015-02-24 21:52:08 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936943002/180001
5 years, 10 months ago (2015-02-25 17:48:54 UTC) #16
commit-bot: I haz the power
Presubmit check for 936943002-180001 failed and returned exit status 1. Running presubmit commit checks ...
5 years, 10 months ago (2015-02-25 17:49:07 UTC) #18
joshualitt
On 2015/02/25 17:49:07, I haz the power (commit-bot) wrote: > Presubmit check for 936943002-180001 failed ...
5 years, 10 months ago (2015-02-25 17:52:44 UTC) #19
bsalomon
lgtm
5 years, 10 months ago (2015-02-25 17:55:26 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936943002/180001
5 years, 10 months ago (2015-02-25 19:12:00 UTC) #22
commit-bot: I haz the power
Committed patchset #8 (id:180001) as https://skia.googlesource.com/skia/+/586d5d640b19860dfbbd903a5188da1bbbe87336
5 years, 10 months ago (2015-02-25 19:21:27 UTC) #23
joshualitt
A revert of this CL (patchset #8 id:180001) has been created in https://codereview.chromium.org/956083002/ by joshualitt@google.com. ...
5 years, 10 months ago (2015-02-25 21:03:47 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/936943002/180001
5 years, 10 months ago (2015-02-25 21:19:26 UTC) #26
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 21:19:53 UTC) #28
Message was sent while issue was closed.
Committed patchset #8 (id:180001) as
https://skia.googlesource.com/skia/+/570d2f81a65fc868d6300a7edf34c0d5d048c5d6

Powered by Google App Engine
This is Rietveld 408576698