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

Issue 817853002: Remove localcoordchange functions off paint (Closed)

Created:
6 years ago by joshua.litt
Modified:
5 years, 12 months ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@local-matrix-on-gp
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

This CL cleans up the last remaining users of localCoordChange on paint NOTREECHECKS=True BUG=skia: Committed: https://skia.googlesource.com/skia/+/8fc6c2d82c1f30ff82274334c01f0799def6a609

Patch Set 1 #

Patch Set 2 : cleanup #

Patch Set 3 : key fix #

Patch Set 4 : bug fix #

Total comments: 2

Patch Set 5 : bug fixed #

Patch Set 6 : cleanup #

Total comments: 7

Patch Set 7 : cleanup #

Patch Set 8 : fix complexclip3 #

Patch Set 9 : cleanup #

Patch Set 10 : changing ignores #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -118 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -0 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M gm/rrects.cpp View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M include/gpu/GrPaint.h View 1 chunk +0 lines, -26 lines 0 comments Download
M src/effects/SkDisplacementMapEffect.cpp View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/gpu/GrBitmapTextContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrBitmapTextContext.cpp View 4 chunks +10 lines, -5 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 2 3 4 5 6 7 3 chunks +8 lines, -6 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 1 chunk +21 lines, -8 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 2 3 4 5 6 4 chunks +15 lines, -10 lines 0 comments Download
M src/gpu/GrDrawState.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -6 lines 0 comments Download
M src/gpu/GrDrawState.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -18 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 5 6 2 chunks +15 lines, -6 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 4 chunks +11 lines, -4 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 4 5 6 3 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 1 2 3 4 5 6 3 chunks +10 lines, -5 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 4 5 6 3 chunks +12 lines, -6 lines 0 comments Download
M src/gpu/gl/builders/GrGLProgramBuilder.cpp View 1 2 3 4 5 6 7 2 chunks +16 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
joshualitt
6 years ago (2014-12-19 22:37:41 UTC) #3
joshualitt
Okay, this is ready for review, perspective matrix is now reflected in the key.
5 years, 12 months ago (2014-12-22 15:21:51 UTC) #4
bsalomon
haven't finished looking yet... but mostly looks right https://codereview.chromium.org/817853002/diff/60001/src/gpu/GrAAConvexPathRenderer.cpp File src/gpu/GrAAConvexPathRenderer.cpp (right): https://codereview.chromium.org/817853002/diff/60001/src/gpu/GrAAConvexPathRenderer.cpp#newcode578 src/gpu/GrAAConvexPathRenderer.cpp:578: b->add32((local.fInputColorType ...
5 years, 12 months ago (2014-12-22 15:33:54 UTC) #5
bsalomon
https://codereview.chromium.org/817853002/diff/100001/src/gpu/GrDrawTarget.h File src/gpu/GrDrawTarget.h (right): https://codereview.chromium.org/817853002/diff/100001/src/gpu/GrDrawTarget.h#newcode306 src/gpu/GrDrawTarget.h:306: * @param localMatrix optional matrix applied to localRect(if not ...
5 years, 12 months ago (2014-12-22 21:13:55 UTC) #6
bsalomon
5 years, 12 months ago (2014-12-22 21:13:56 UTC) #7
joshualitt
feedback incorporated
5 years, 12 months ago (2014-12-22 21:37:02 UTC) #8
bsalomon
lgtm
5 years, 12 months ago (2014-12-22 21:51:14 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/817853002/180001
5 years, 12 months ago (2014-12-22 23:17:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/817853002/180001
5 years, 12 months ago (2014-12-22 23:26:25 UTC) #14
commit-bot: I haz the power
5 years, 12 months ago (2014-12-22 23:27:09 UTC) #15
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://skia.googlesource.com/skia/+/8fc6c2d82c1f30ff82274334c01f0799def6a609

Powered by Google App Engine
This is Rietveld 408576698