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

Issue 1084943003: Add GrAAConvexTessellator class (Closed)

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

Description

Add GrAAConvexTessellator class This CL adds a GrAAConvexTessellator class. It does not connect it to the GrAAConvexPathRenderer. Committed: https://skia.googlesource.com/skia/+/84b008873b5bdf35eba9185038fb3b5580a8b9a8

Patch Set 1 #

Total comments: 23

Patch Set 2 : update #

Patch Set 3 : update #

Total comments: 6

Patch Set 4 : address code review comments #

Patch Set 5 : Fix warnings as errors #

Patch Set 6 : Fix more warnings as errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1120 lines, -0 lines) Patch
M gyp/gpu.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A src/gpu/GrAAConvexTessellator.h View 1 2 3 4 1 chunk +244 lines, -0 lines 0 comments Download
A src/gpu/GrAAConvexTessellator.cpp View 1 2 3 4 5 1 chunk +874 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (11 generated)
robertphillips
5 years, 8 months ago (2015-04-23 19:46:09 UTC) #2
bsalomon
https://codereview.chromium.org/1084943003/diff/1/src/gpu/GrAAConvexTessellator.cpp File src/gpu/GrAAConvexTessellator.cpp (right): https://codereview.chromium.org/1084943003/diff/1/src/gpu/GrAAConvexTessellator.cpp#newcode35 src/gpu/GrAAConvexTessellator.cpp:35: static SkScalar perp_intersect(const SkPoint& p0, const SkPoint& n0, could ...
5 years, 8 months ago (2015-04-24 15:44:44 UTC) #3
robertphillips
So ... there is a much more clever version of this here (https://codereview.chromium.org/1120023003/) which has ...
5 years, 7 months ago (2015-05-05 15:21:33 UTC) #4
bsalomon
lgtm https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTessellator.cpp File src/gpu/GrAAConvexTessellator.cpp (right): https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTessellator.cpp#newcode635 src/gpu/GrAAConvexTessellator.cpp:635: const SkTDArray<SkVector>& bisectors) { align? https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTessellator.h File src/gpu/GrAAConvexTessellator.h ...
5 years, 7 months ago (2015-05-05 17:13:42 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084943003/60001
5 years, 7 months ago (2015-05-06 11:51:45 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-Clang-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-Clang-x86_64-Debug-Trybot/builds/878) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on ...
5 years, 7 months ago (2015-05-06 11:53:04 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084943003/80001
5 years, 7 months ago (2015-05-06 12:01:04 UTC) #13
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/892)
5 years, 7 months ago (2015-05-06 12:02:08 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084943003/100001
5 years, 7 months ago (2015-05-06 12:09:10 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-06 12:14:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1084943003/100001
5 years, 7 months ago (2015-05-06 12:15:47 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://skia.googlesource.com/skia/+/84b008873b5bdf35eba9185038fb3b5580a8b9a8
5 years, 7 months ago (2015-05-06 12:16:01 UTC) #23
robertphillips
5 years, 7 months ago (2015-05-06 12:16:33 UTC) #24
Message was sent while issue was closed.
https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTesse...
File src/gpu/GrAAConvexTessellator.cpp (right):

https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTesse...
src/gpu/GrAAConvexTessellator.cpp:635: const SkTDArray<SkVector>& bisectors) {
On 2015/05/05 17:13:42, bsalomon wrote:
> align?

Done.

https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTesse...
File src/gpu/GrAAConvexTessellator.h (right):

https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTesse...
src/gpu/GrAAConvexTessellator.h:61: class GrCandidateVerts {
On 2015/05/05 17:13:42, bsalomon wrote:
> CandidateVerts?

Done.

https://codereview.chromium.org/1084943003/diff/40001/src/gpu/GrAAConvexTesse...
src/gpu/GrAAConvexTessellator.h:121: class GrRing {
On 2015/05/05 17:13:42, bsalomon wrote:
> Ring?

Done.

Powered by Google App Engine
This is Rietveld 408576698