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

Issue 52653002: pathops work in progress (Closed)

Created:
7 years, 1 month ago by caryclark
Modified:
7 years, 1 month ago
Reviewers:
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

pathops work in progress BUG= Committed: https://code.google.com/p/skia/source/detail?r=12089

Patch Set 1 #

Patch Set 2 : remove broken test #

Patch Set 3 : fix unused function #

Patch Set 4 : add raster vs gpu test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2913 lines, -332 lines) Patch
M Makefile View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M gyp/most.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A + gyp/skpskgr_test.gyp View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M src/pathops/SkAddIntersections.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pathops/SkDCubicIntersection.cpp View 4 chunks +64 lines, -7 lines 0 comments Download
M src/pathops/SkDCubicLineIntersection.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/pathops/SkDLineIntersection.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/pathops/SkDQuadIntersection.cpp View 2 chunks +2 lines, -6 lines 0 comments Download
M src/pathops/SkDQuadLineIntersection.cpp View 1 chunk +12 lines, -8 lines 0 comments Download
M src/pathops/SkIntersectionHelper.h View 3 chunks +25 lines, -0 lines 0 comments Download
M src/pathops/SkIntersections.h View 3 chunks +4 lines, -3 lines 0 comments Download
M src/pathops/SkIntersections.cpp View 3 chunks +14 lines, -1 line 0 comments Download
M src/pathops/SkOpAngle.cpp View 2 chunks +5 lines, -2 lines 0 comments Download
M src/pathops/SkOpContour.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/pathops/SkOpContour.cpp View 1 chunk +57 lines, -0 lines 0 comments Download
M src/pathops/SkOpEdgeBuilder.cpp View 2 chunks +5 lines, -10 lines 0 comments Download
M src/pathops/SkOpSegment.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/pathops/SkOpSegment.cpp View 7 chunks +171 lines, -21 lines 0 comments Download
M src/pathops/SkPathOpsCommon.h View 1 chunk +1 line, -4 lines 0 comments Download
M src/pathops/SkPathOpsCommon.cpp View 6 chunks +31 lines, -4 lines 0 comments Download
M src/pathops/SkPathOpsDebug.cpp View 2 chunks +6 lines, -1 line 0 comments Download
M src/pathops/SkPathOpsOp.cpp View 1 chunk +1 line, -14 lines 0 comments Download
M src/pathops/SkPathOpsPoint.h View 3 chunks +16 lines, -2 lines 0 comments Download
M src/pathops/SkPathOpsSimplify.cpp View 1 chunk +1 line, -9 lines 0 comments Download
M src/pathops/SkPathOpsTriangle.cpp View 1 2 3 2 chunks +21 lines, -1 line 0 comments Download
M src/pathops/SkPathOpsTypes.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/pathops/SkPathOpsTypes.cpp View 4 chunks +13 lines, -7 lines 0 comments Download
M src/pathops/SkQuarticRoot.cpp View 1 chunk +1 line, -1 line 0 comments Download
M tests/PathOpsCubicIntersectionTest.cpp View 1 chunk +12 lines, -0 lines 0 comments Download
M tests/PathOpsCubicLineIntersectionTest.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/PathOpsCubicQuadIntersectionTest.cpp View 2 chunks +23 lines, -1 line 0 comments Download
M tests/PathOpsDQuadTest.cpp View 1 2 3 3 chunks +14 lines, -1 line 0 comments Download
M tests/PathOpsDTriangleTest.cpp View 1 2 3 1 chunk +28 lines, -2 lines 0 comments Download
M tests/PathOpsExtendedTest.cpp View 2 chunks +5 lines, -0 lines 0 comments Download
M tests/PathOpsOpTest.cpp View 4 chunks +32 lines, -4 lines 0 comments Download
M tests/PathOpsQuadIntersectionTest.cpp View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/PathOpsQuadLineIntersectionTest.cpp View 3 chunks +5 lines, -2 lines 0 comments Download
M tests/PathOpsSkpClipTest.cpp View 1 2 3 2 chunks +600 lines, -207 lines 0 comments Download
M tests/PathOpsSkpTest.cpp View 1 2 4 chunks +920 lines, -4 lines 0 comments Download
M tests/PathOpsThreadedCommon.h View 1 chunk +9 lines, -0 lines 0 comments Download
A tests/PathOpsTypesTest.cpp View 1 chunk +24 lines, -0 lines 0 comments Download
A tests/SkpSkGrTest.cpp View 1 2 3 1 chunk +759 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
caryclark
7 years, 1 month ago (2013-11-01 17:41:17 UTC) #1
Message was sent while issue was closed.
Committed patchset #4 manually as r12089 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698