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

Issue 2301353004: Make AALinearizingConvexPathRenderer able to handle stroke and fill (Closed)

Created:
4 years, 3 months ago by robertphillips
Modified:
4 years, 3 months ago
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Make AALinearizingConvexPathRenderer able to handle stroke and fill This is intended to catch stroke-and-fill convex paths with potentially small stroke widths (e.g., .1). It does have the disconcerting side effect of changing bevel-joined stroke-and-filled degenerate-single-line-rects into plain rects (w/o triangular end-caps). GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2301353004 Committed: https://skia.googlesource.com/skia/+/522bcd99fa65a8abd130880f59b500cf367d0845 Committed: https://skia.googlesource.com/skia/+/8c170971f182d47bc9af71fc88a607740d03dfd5

Patch Set 1 #

Patch Set 2 : update #

Patch Set 3 : Clean up #

Patch Set 4 : More clean up #

Patch Set 5 : Got a bit carried away there #

Patch Set 6 : Fix compilation bug #

Total comments: 2

Patch Set 7 : Reverse sense of return value #

Patch Set 8 : Fix bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -24 lines) Patch
M src/gpu/batches/GrAAConvexTessellator.h View 1 2 3 4 5 4 chunks +13 lines, -2 lines 0 comments Download
M src/gpu/batches/GrAAConvexTessellator.cpp View 1 2 3 4 5 6 7 8 chunks +65 lines, -14 lines 0 comments Download
M src/gpu/batches/GrAALinearizingConvexPathRenderer.cpp View 1 2 3 7 chunks +38 lines, -8 lines 0 comments Download

Messages

Total messages: 42 (30 generated)
robertphillips
4 years, 3 months ago (2016-09-02 17:43:33 UTC) #5
robertphillips
ping - Ethan.
4 years, 3 months ago (2016-09-06 12:07:49 UTC) #6
ethannicholas
https://codereview.chromium.org/2301353004/diff/100001/src/gpu/batches/GrAAConvexTessellator.cpp File src/gpu/batches/GrAAConvexTessellator.cpp (right): https://codereview.chromium.org/2301353004/diff/100001/src/gpu/batches/GrAAConvexTessellator.cpp#newcode41 src/gpu/batches/GrAAConvexTessellator.cpp:41: return true; The return value of this function seems ...
4 years, 3 months ago (2016-09-06 20:34:05 UTC) #16
robertphillips
Incidentally, what is going on with the bevel-joined stroke-and-filled degenerate-single-line-rects is that SkStroker has special-case ...
4 years, 3 months ago (2016-09-06 20:47:06 UTC) #17
ethannicholas
On 2016/09/06 20:47:06, robertphillips wrote: > Incidentally, what is going on with the bevel-joined stroke-and-filled ...
4 years, 3 months ago (2016-09-06 21:01:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2301353004/120001
4 years, 3 months ago (2016-09-07 11:32:09 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Trybot on master.client.skia (JOB_FAILED, http://build.chromium.org/p/client.skia/builders/Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Trybot/builds/988)
4 years, 3 months ago (2016-09-07 11:39:59 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2301353004/120001
4 years, 3 months ago (2016-09-07 12:14:28 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://skia.googlesource.com/skia/+/522bcd99fa65a8abd130880f59b500cf367d0845
4 years, 3 months ago (2016-09-07 13:03:52 UTC) #27
robertphillips
A revert of this CL (patchset #7 id:120001) has been created in https://codereview.chromium.org/2318183002/ by robertphillips@google.com. ...
4 years, 3 months ago (2016-09-07 15:28:58 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2301353004/140001
4 years, 3 months ago (2016-09-22 17:32:25 UTC) #40
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 19:42:34 UTC) #42
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://skia.googlesource.com/skia/+/8c170971f182d47bc9af71fc88a607740d03dfd5

Powered by Google App Engine
This is Rietveld 408576698