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

Issue 1122673002: Start on simplifying generateGeometry() overrides (Closed)

Created:
5 years, 7 months ago by bsalomon
Modified:
5 years, 7 months ago
Reviewers:
joshualitt
CC:
reviews_skia.org, robertphillips
Base URL:
https://skia.googlesource.com/skia.git@ibcache
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : apply to DF path renderer and atlas text context #

Patch Set 3 : simplify quad rendering helper #

Patch Set 4 : more #

Patch Set 5 : not crashing #

Patch Set 6 : fix atlast text context #

Patch Set 7 : generalized #

Patch Set 8 : drawinfo changes #

Total comments: 6

Patch Set 9 : Address comments #

Patch Set 10 : remove some conflict resolve errors #

Patch Set 11 : fixed #

Patch Set 12 : whitespace, remove debug return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+443 lines, -738 lines) Patch
M gm/beziereffects.cpp View 1 2 3 4 5 6 4 chunks +11 lines, -55 lines 0 comments Download
M gm/convexpolyeffect.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -29 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +4 lines, -9 lines 0 comments Download
M src/gpu/GrAADistanceFieldPathRenderer.cpp View 1 2 3 4 5 6 7 8 9 chunks +52 lines, -70 lines 0 comments Download
M src/gpu/GrAAHairLinePathRenderer.cpp View 1 2 3 4 5 6 7 8 3 chunks +20 lines, -46 lines 0 comments Download
M src/gpu/GrAARectRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +20 lines, -74 lines 0 comments Download
M src/gpu/GrAtlasTextContext.cpp View 1 2 3 4 5 6 7 9 chunks +31 lines, -40 lines 0 comments Download
M src/gpu/GrBatch.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +43 lines, -1 line 0 comments Download
M src/gpu/GrBatch.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +43 lines, -0 lines 0 comments Download
M src/gpu/GrContext.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +7 lines, -20 lines 0 comments Download
M src/gpu/GrDefaultPathRenderer.cpp View 1 2 3 4 5 6 7 2 chunks +5 lines, -11 lines 0 comments Download
M src/gpu/GrDrawTarget.h View 1 2 3 4 5 6 7 8 2 chunks +105 lines, -41 lines 0 comments Download
M src/gpu/GrDrawTarget.cpp View 1 2 3 4 5 6 7 1 chunk +2 lines, -10 lines 0 comments Download
M src/gpu/GrInOrderDrawBuffer.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +17 lines, -51 lines 0 comments Download
M src/gpu/GrOvalRenderer.cpp View 1 2 3 4 5 6 7 8 9 10 13 chunks +52 lines, -221 lines 0 comments Download
M src/gpu/GrTessellatingPathRenderer.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -6 lines 0 comments Download
M src/gpu/effects/GrDashingEffect.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +25 lines, -54 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
bsalomon
This is an (incomplete!) attempt to remove some redundant code from GrBatch::generateGeomety() overrides. It attempts ...
5 years, 7 months ago (2015-05-02 21:19:42 UTC) #2
bsalomon
On 2015/05/02 21:19:42, bsalomon wrote: > This is an (incomplete!) attempt to remove some redundant ...
5 years, 7 months ago (2015-05-03 13:47:36 UTC) #3
joshualitt
I like this change, but I'm not really in love with the .init methods which ...
5 years, 7 months ago (2015-05-04 13:48:28 UTC) #4
bsalomon
https://codereview.chromium.org/1122673002/diff/130001/src/gpu/GrDrawTarget.h File src/gpu/GrDrawTarget.h (right): https://codereview.chromium.org/1122673002/diff/130001/src/gpu/GrDrawTarget.h#newcode230 src/gpu/GrDrawTarget.h:230: class DrawInfo { On 2015/05/04 13:48:28, joshualitt wrote: > ...
5 years, 7 months ago (2015-05-04 15:43:27 UTC) #5
joshualitt
On 2015/05/04 15:43:27, bsalomon wrote: > https://codereview.chromium.org/1122673002/diff/130001/src/gpu/GrDrawTarget.h > File src/gpu/GrDrawTarget.h (right): > > https://codereview.chromium.org/1122673002/diff/130001/src/gpu/GrDrawTarget.h#newcode230 > ...
5 years, 7 months ago (2015-05-04 15:49:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1122673002/160001
5 years, 7 months ago (2015-05-04 16:24:21 UTC) #8
commit-bot: I haz the power
Failed to apply patch for gm/beziereffects.cpp: While running git apply --index -3 -p1; error: patch ...
5 years, 7 months ago (2015-05-04 17:16:59 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1122673002/160001
5 years, 7 months ago (2015-05-04 18:27:23 UTC) #12
commit-bot: I haz the power
Committed patchset #10 (id:160001) as https://skia.googlesource.com/skia/+/f28381c6866cad92af8ebe5b9d2db074613b1963
5 years, 7 months ago (2015-05-04 18:27:49 UTC) #13
bsalomon
A revert of this CL (patchset #10 id:160001) has been created in https://codereview.chromium.org/1124633003/ by bsalomon@google.com. ...
5 years, 7 months ago (2015-05-04 18:41:04 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1122673002/200001
5 years, 7 months ago (2015-05-04 21:26:12 UTC) #17
commit-bot: I haz the power
5 years, 7 months ago (2015-05-05 14:49:54 UTC) #18
Message was sent while issue was closed.
Committed patchset #12 (id:200001) as
https://skia.googlesource.com/skia/+/b5238a7571c243ba4a154a62575570c3078b3741

Powered by Google App Engine
This is Rietveld 408576698