1. 14a6430 SkSTArenaAlloc by Florin Malita · 7 years ago
  2. ecc364c Remove SkOpTAllocator by Herb Derby · 7 years ago
  3. c3cc5fa Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 7 years ago
  4. c0a4c4f Revert "Move from SkChunkAlloc to SkArenaAlloc for PathOps" by Derek Sollenberger · 7 years ago
  5. 38c6018 Move from SkChunkAlloc to SkArenaAlloc for PathOps by Herb Derby · 7 years ago
  6. 8e444a6 check for empty contours in sortable top by Cary Clark · 8 years ago
  7. 0eb6ed4 fix fuzzing empty contours squirrelly cubics by Cary Clark · 8 years ago
  8. ab87d7a coin debugging runs all tests in extended by Cary Clark · 8 years ago
  9. 55888e4 pathops coincidence and security rewrite by caryclark · 8 years ago
  10. 2af4599 A Mozilla developer ran the µmix static analyzer on its codebase and incidentally found some issues regarding null checks in Skia. This fixes the issues that were found. by lsalzman · 8 years ago
  11. ed0935a Reland of path ops: fix conic weight and partial coincidence (patchset #1 id:1 of https://codereview.chromium.org/1408923003/ ) by caryclark · 9 years ago
  12. f428df1 Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:80001 of https://codereview.chromium.org/1413763002/ ) by caryclark · 9 years ago
  13. ef33b1e The remaining 1m skp bugs are asserts that can be harmlessly by caryclark · 9 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 4e1a4c9 fix builder winding again by caryclark · 9 years ago
  16. 5b5ddd7 The path ops builder code needs to determine the winding of each contour added, and reverse windings if the contours are nested in other contours. by caryclark · 9 years ago
  17. 624637c Path ops formerly found the topmost unprocessed edge and determined its angle sort order to initialize the winding. This never worked correctly with cubics and was flaky with paths consisting mostly of vertical edges. by caryclark · 9 years ago