1. dae6b97 fix pathops fuzz bugs by caryclark · 8 years ago
  2. 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
  3. 93ca884 pin before calling acos by caryclark · 8 years ago
  4. 2bec26a fix security bug by caryclark · 8 years ago
  5. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  6. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  7. 2f12463 Fix warnings that were exposed when running with SK_DEBUG enable on an optimized release build. by djsollen · 8 years ago
  8. 8349642 pathops: Split loop type cubics only when there is a self-intersection. by deanm · 8 years ago
  9. b77821c pathops: Cosmetic only change, update comments around ComplexBreak(). by deanm · 8 years ago
  10. 12670eb pathops: Add missing header guards in two files. by deanm · 8 years ago
  11. 73add93 Appease valgrind wrt testing code initialization by robertphillips · 8 years ago
  12. 5c5cfe2 give up if huge paths have unresolvable coincidence by caryclark · 8 years ago
  13. 18300a3 detach -> release by mtklein · 8 years ago
  14. d78c088 fix path ops fuzz bug by caryclark · 8 years ago
  15. 0449bcf add helper to create fancy underlines by caryclark · 9 years ago
  16. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  17. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  18. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  19. b669300 only call scalar finite when necessary by caryclark · 9 years ago
  20. 364a007 path ops: check for deleted ends by caryclark · 9 years ago
  21. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  22. a3375e4 fix coincident fuzzer by caryclark · 9 years ago
  23. 1c9ce61 fix pathops coincidence fuzz bug by caryclark · 9 years ago
  24. 952ebfe path ops: fix fuzz-found divide by zero by caryclark · 9 years ago
  25. 2d9c59f path ops; remove obsolete reduce by caryclark · 9 years ago
  26. ef784fb More conic-specific tests revealed a few conic-specific bugs. Because javascript / canvas make visualizing conics tricky, new native tools are required. by caryclark · 9 years ago
  27. 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
  28. 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
  29. ef33b1e The remaining 1m skp bugs are asserts that can be harmlessly by caryclark · 9 years ago
  30. 26ad22a Enabling clip stack flattening exercises path ops. by caryclark · 9 years ago
  31. 6ff734b remove unused fields from SkOpSegment by caryclark · 9 years ago
  32. ae576b7 remove duplicate linked list adjustment by caryclark · 9 years ago
  33. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  34. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  35. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  36. 94c902e fix pathops fuzz failures by caryclark · 9 years ago
  37. cf9c475 Remove a couple zombie pathops files. by mtklein · 9 years ago
  38. 6a91ad2 remove unused code by caryclark · 9 years ago
  39. bb13433 compute split conic endpoints exactly by caryclark · 9 years ago
  40. d434972 fix path ops fuzz buster by caryclark · 9 years ago
  41. fc95be1 fix pathops battle test by caryclark · 9 years ago
  42. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  43. 27c8eb8 When three or more edges are coincident, the logic needs by caryclark · 9 years ago
  44. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  45. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  46. 218f21a don't fix winding for empty paths by caryclark · 9 years ago
  47. d83f495 initialize firstDir by caryclark · 9 years ago
  48. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  49. 4e1a4c9 fix builder winding again by caryclark · 9 years ago
  50. 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
  51. fba9da7 fix path op builder by caryclark · 9 years ago
  52. 182b499 look for deleted pts when detecting line/curve coincident edges by caryclark · 9 years ago
  53. bca19f7 deal more consistently with unsortable edges by caryclark · 9 years ago
  54. 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
  55. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  56. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 9 years ago
  57. 6a307ba fix valgrind by caryclark · 9 years ago
  58. 08bc848 fix multiple intersection logic by caryclark · 9 years ago
  59. 03b03ca working on initial winding for cubics by caryclark · 9 years ago
  60. df386c5 fix valgrind uninitialized var error by caryclark · 9 years ago
  61. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 9 years ago
  62. 697ac1c fix valgrind uninitialized issue by caryclark · 9 years ago
  63. 08b3249 fix valgrind bug by caryclark · 9 years ago
  64. d8bc16b add legacy pathop enums; fix uninitialized warning by caryclark · 9 years ago
  65. 5435929 cumulative pathops patch by caryclark · 9 years ago
  66. 0dc4dd6 Revert of pathops version two (patchset #16 id:150001 of https://codereview.chromium.org/1002693002/) by reed · 9 years ago
  67. 74c464a Revert of fix destructor order to fix build (patchset #1 id:1 of https://codereview.chromium.org/1033703002/) by caryclark · 9 years ago
  68. c207f9b fix destructor order to fix build by caryclark · 9 years ago
  69. ccec0f9 pathops version two by caryclark · 9 years ago
  70. 45fa447 new files for pathops geometric intersection by caryclark · 10 years ago
  71. 3f4e045 fixes for conics by reed · 10 years ago
  72. e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
  73. 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
  74. 65f5531 These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  75. 27c46a0 Revert of harden pathops for pathological test (patchset #19 id:410001 of https://codereview.chromium.org/633393002/) by hcm · 10 years ago
  76. 6f726ad These tests stress pathops by describing the union of circle-like paths that have tiny line segments embedded and double back to create near-coincident conditions. by caryclark · 10 years ago
  77. d751ac0 abort op early if path isn't parseable by caryclark · 10 years ago
  78. c06d9a7 fail on extremely large coincident curves by caryclark · 10 years ago
  79. 630240d fail early if coincidence can't be resolved by caryclark · 10 years ago
  80. 65b427c fix battlefield website by disallowing very small coordinates by caryclark · 10 years ago
  81. 361b8b0 fail when coincidence is too far apart by caryclark · 10 years ago
  82. 2e40381 add const to arrays of member functions by caryclark · 10 years ago
  83. bdbb242 copy points in array that may stretch by caryclark · 10 years ago
  84. 5e27e0e fix pathops skp-derived bugs; add more failing tests by caryclark · 10 years ago
  85. 80a83ad relax quadratic binary search test by caryclark · 10 years ago
  86. 19eb3b2 update pathops core and tests by caryclark · 10 years ago
  87. a8d2ffb add pathops tight bounds; conform path ops' gyp to unit tests by caryclark · 10 years ago
  88. 9eb182a Add some missing header include guards by george · 10 years ago
  89. e4097e3 Fix last pathops skp bug by caryclark · 10 years ago
  90. da085e6 fix chrome had #if SK_DEBUG instead of #ifdef SK_DEBUG by caryclark · 10 years ago
  91. dac1d17 Enabling the canvas bit to turn the clip stack into a flat replace exposed around 100 failures when testing the 800K skp set generated from the top 1M web sites. by caryclark · 10 years ago
  92. 2db7fe7 When solving the cubic line intersection directly fails, use binary search as a fallback. by commit-bot@chromium.org · 10 years ago
  93. 24f6e29 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  94. 45d1d1d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  95. 62cf26f Revert of Rename SK_DEBUGBREAK to SK_ALWAYSBREAK (https://codereview.chromium.org/263553012/) by commit-bot@chromium.org · 10 years ago
  96. f0eeb7d Rename SK_DEBUGBREAK to SK_ALWAYSBREAK by commit-bot@chromium.org · 10 years ago
  97. 91fc81c fix cubic/line intersection; add skp tests by commit-bot@chromium.org · 10 years ago
  98. fe41b8f one more tsan fix by commit-bot@chromium.org · 10 years ago
  99. 0bcb8ca pathops debug globals use atomic increment by commit-bot@chromium.org · 10 years ago
  100. 8cb1daa fix minor skp-found bugs by commit-bot@chromium.org · 10 years ago