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

Issue 1522973002: Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths (Closed)

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

Description

Fix for GrAALinearizingConvexPathRenderer incorrectly drawing non-convex paths BUG=552080 Committed: https://skia.googlesource.com/skia/+/c88cb8942e9b0097784d048dc2734b9e0d4391d1

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -4 lines) Patch
M src/core/SkPathPriv.h View 1 2 1 chunk +23 lines, -3 lines 0 comments Download
M src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp View 1 chunk +1 line, -1 line 0 comments Download
A tests/IsClosedSingleContourTest.cpp View 1 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
ethannicholas
5 years ago (2015-12-14 15:59:56 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522973002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522973002/1
5 years ago (2015-12-14 16:13:58 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-14 16:38:04 UTC) #6
joshualitt
On 2015/12/14 16:38:04, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years ago (2015-12-14 18:29:11 UTC) #7
reed1
cam we add some unittests? tests are allowed to see private headers. https://codereview.chromium.org/1522973002/diff/1/src/core/SkPathPriv.h File src/core/SkPathPriv.h ...
5 years ago (2015-12-14 18:52:09 UTC) #8
ethannicholas
Added some tests and a comment to make the iteration order more clear.
5 years ago (2015-12-14 20:09:49 UTC) #9
reed1
lgtm https://codereview.chromium.org/1522973002/diff/20001/src/core/SkPathPriv.h File src/core/SkPathPriv.h (right): https://codereview.chromium.org/1522973002/diff/20001/src/core/SkPathPriv.h#newcode66 src/core/SkPathPriv.h:66: switch (verb) { nit: switch (verbs[~i]) { // ...
5 years ago (2015-12-15 15:33:18 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1522973002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1522973002/40001
5 years ago (2015-12-15 18:46:25 UTC) #13
commit-bot: I haz the power
5 years ago (2015-12-15 19:01:15 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/c88cb8942e9b0097784d048dc2734b9e0d4391d1

Powered by Google App Engine
This is Rietveld 408576698