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

Issue 820523002: initial changes to add local matrix to primitive processor (Closed)

Created:
6 years ago by joshua.litt
Modified:
6 years ago
Reviewers:
joshualitt, bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@cleanup-ccm-above-context
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

initial changes to add local matrix to primitive processor BUG=skia: Committed: https://skia.googlesource.com/skia/+/290c09b8bbd8d221d363150e2ce87158f4668df0

Patch Set 1 #

Patch Set 2 : switch to linear gradient #

Patch Set 3 : clean up of comment around get_transform_matrix #

Total comments: 3

Patch Set 4 : feedback incorporated #

Patch Set 5 : bug fix #

Total comments: 1

Patch Set 6 : feedback incorporated #

Patch Set 7 : bug fix for batch breaking #

Patch Set 8 : cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -72 lines) Patch
M expectations/gm/ignored-tests.txt View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M gm/coloremoji.cpp View 1 2 3 4 5 6 7 3 chunks +64 lines, -4 lines 0 comments Download
M include/gpu/GrFragmentProcessor.h View 1 2 3 3 chunks +6 lines, -1 line 0 comments Download
M include/gpu/GrPaint.h View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M src/gpu/GrDefaultGeoProcFactory.cpp View 1 2 3 2 chunks +9 lines, -2 lines 0 comments Download
M src/gpu/GrGeometryProcessor.h View 1 2 3 4 5 6 10 chunks +37 lines, -9 lines 0 comments Download
M src/gpu/GrGeometryProcessor.cpp View 1 2 3 4 chunks +8 lines, -2 lines 0 comments Download
M src/gpu/GrOptDrawState.cpp View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 6 chunks +24 lines, -7 lines 0 comments Download
M src/gpu/GrProcessor.cpp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/gpu/GrStencilAndCoverTextContext.cpp View 5 chunks +7 lines, -4 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.h View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
M src/gpu/effects/GrBezierEffect.cpp View 1 2 3 6 chunks +24 lines, -6 lines 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/gpu/effects/GrBitmapTextGeoProc.cpp View 1 2 3 2 chunks +8 lines, -2 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 6 chunks +22 lines, -6 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.h View 1 2 3 3 chunks +9 lines, -3 lines 0 comments Download
M src/gpu/effects/GrDistanceFieldTextureEffect.cpp View 1 2 3 6 chunks +18 lines, -3 lines 0 comments Download
M src/gpu/gl/GrGLProgram.h View 3 chunks +5 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 2 3 4 chunks +23 lines, -7 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
joshualitt
The shader with bitmap font thing is strange. Should I use a different shader aside ...
6 years ago (2014-12-18 22:10:57 UTC) #2
joshualitt
On 2014/12/18 22:10:57, joshualitt wrote: > The shader with bitmap font thing is strange. Should ...
6 years ago (2014-12-18 22:52:29 UTC) #3
bsalomon
https://codereview.chromium.org/820523002/diff/40001/src/gpu/GrGeometryProcessor.h File src/gpu/GrGeometryProcessor.h (right): https://codereview.chromium.org/820523002/diff/40001/src/gpu/GrGeometryProcessor.h#newcode93 src/gpu/GrGeometryProcessor.h:93: virtual const SkMatrix& localMatrix() const = 0; Why not ...
6 years ago (2014-12-19 14:15:54 UTC) #4
joshualitt
On 2014/12/19 14:15:54, bsalomon wrote: > https://codereview.chromium.org/820523002/diff/40001/src/gpu/GrGeometryProcessor.h > File src/gpu/GrGeometryProcessor.h (right): > > https://codereview.chromium.org/820523002/diff/40001/src/gpu/GrGeometryProcessor.h#newcode93 > ...
6 years ago (2014-12-19 16:00:36 UTC) #5
bsalomon
lgtm if we remove the virtual Should we have a BT base class with fUsesLocalCoords? ...
6 years ago (2014-12-19 16:22:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/820523002/140001
6 years ago (2014-12-19 21:36:11 UTC) #8
commit-bot: I haz the power
6 years ago (2014-12-19 21:45:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/290c09b8bbd8d221d363150e2ce87158f4668df0

Powered by Google App Engine
This is Rietveld 408576698