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

Issue 1180903006: added stroking support to GrAALinearizingConvexPathRenderer (Closed)

Created:
5 years, 6 months ago by ethannicholas
Modified:
5 years, 6 months ago
CC:
reviews_skia.org, f(malita)
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

added stroking support to GrAALinearizingConvexPathRenderer BUG=skia: Committed: https://skia.googlesource.com/skia/+/2436f191e6602953b32a51cf50f2d7a4e2af90fd

Patch Set 1 #

Patch Set 2 : fix for issue with colinear points #

Patch Set 3 : debug fixes #

Total comments: 31

Patch Set 4 : updated in response to Rob's comments #

Total comments: 1

Patch Set 5 : rebased #

Patch Set 6 : windows build issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+392 lines, -331 lines) Patch
M src/core/SkPathPriv.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/gpu/GrAAConvexPathRenderer.cpp View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M src/gpu/GrAAConvexTessellator.h View 1 2 3 9 chunks +34 lines, -27 lines 0 comments Download
M src/gpu/GrAAConvexTessellator.cpp View 1 2 3 4 5 34 chunks +316 lines, -286 lines 0 comments Download
M src/gpu/GrAALinearizingConvexPathRenderer.cpp View 1 2 3 4 9 chunks +33 lines, -12 lines 0 comments Download
M src/gpu/GrAddPathRenderers_default.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
ethannicholas
5 years, 6 months ago (2015-06-15 19:32:09 UTC) #2
robertphillips
https://codereview.chromium.org/1180903006/diff/40001/src/gpu/GrAAConvexTessellator.cpp File src/gpu/GrAAConvexTessellator.cpp (left): https://codereview.chromium.org/1180903006/diff/40001/src/gpu/GrAAConvexTessellator.cpp#oldcode782 src/gpu/GrAAConvexTessellator.cpp:782: for (int cur = 0; cur < this->numPts(); ++cur) ...
5 years, 6 months ago (2015-06-16 13:13:02 UTC) #3
ethannicholas
https://codereview.chromium.org/1180903006/diff/40001/src/gpu/GrAAConvexTessellator.cpp File src/gpu/GrAAConvexTessellator.cpp (left): https://codereview.chromium.org/1180903006/diff/40001/src/gpu/GrAAConvexTessellator.cpp#oldcode782 src/gpu/GrAAConvexTessellator.cpp:782: for (int cur = 0; cur < this->numPts(); ++cur) ...
5 years, 6 months ago (2015-06-16 14:53:29 UTC) #4
robertphillips
lgtm + a nit Brian - any comments? https://codereview.chromium.org/1180903006/diff/60001/src/gpu/GrAAConvexTessellator.cpp File src/gpu/GrAAConvexTessellator.cpp (right): https://codereview.chromium.org/1180903006/diff/60001/src/gpu/GrAAConvexTessellator.cpp#newcode694 src/gpu/GrAAConvexTessellator.cpp:694: SkScalar ...
5 years, 6 months ago (2015-06-16 15:39:52 UTC) #5
bsalomon
no, lgtm
5 years, 6 months ago (2015-06-16 15:41:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180903006/80001
5 years, 6 months ago (2015-06-25 20:52:36 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/1767)
5 years, 6 months ago (2015-06-25 20:55:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1180903006/100001
5 years, 6 months ago (2015-06-25 21:32:18 UTC) #15
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/2436f191e6602953b32a51cf50f2d7a4e2af90fd
5 years, 6 months ago (2015-06-25 21:42:38 UTC) #16
reed2
could this CL be causing the DEPS roll (linux_blink_rel) to fail?
5 years, 6 months ago (2015-06-26 04:32:33 UTC) #18
reed2
5 years, 6 months ago (2015-06-26 12:06:23 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/1212833002/ by reed@chromium.org.

The reason for reverting is: speculative revert to try to fix DEPS roll
(layouttests).

Powered by Google App Engine
This is Rietveld 408576698