1. 5a5e084 allow divide-by-zero in conics by Mike Reed · 6 years ago
  2. 6fdbf61 ccpr: Normalize the cubic inflection function instead of its roots by Chris Dalton · 6 years ago
  3. 0a78e1e handle conic underflow calc by Mike Reed · 7 years ago
  4. a0e30b1 switch to double in conic split on infinities by Cary Clark · 7 years ago
  5. fc31be4 Harden SkClassifyCubic by Chris Dalton · 7 years ago
  6. df429f3 move parts of SkPoint to SkPointPriv by Cary Clark · 7 years ago
  7. 4dbdc67 Fix undefined behavior in normalize_t_s by Chris Dalton · 7 years ago
  8. e4442cb convert mapHomogeneousPoints to SkPoint3 by Cary Clark · 7 years ago
  9. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  10. 29011a2 Remove tolerance form SkClassifyCubic by Chris Dalton · 7 years ago
  11. e0e2075 If a conic contains any infinite points, abort chopping to quads. by Stephen White · 7 years ago
  12. 91982ee Fix SkClassifyCubic for near-quadratics by Chris Dalton · 7 years ago
  13. 4a80f5e Decrease the tolerance for classifying degenerate cubics by Chris Dalton · 7 years ago
  14. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  15. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  16. 4343654 Improve accuracy of cubic classification by Chris Dalton · 7 years ago
  17. 6e93584 Add tolerance to quadratic and linear cubic detection by csmartdalton · 8 years ago
  18. 08d57e6 Remove SK_SUPPORT_LEGACY_EVAL_CUBIC-guarded code by Florin Malita · 8 years ago
  19. 414c429 allow conic chop to fail by caryclark · 8 years ago
  20. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  21. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  22. ac78863 fix for conic fuzz by caryclark · 8 years ago
  23. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  24. f71ab8f avoid generating degenerate conic from arc by caryclark · 8 years ago
  25. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  26. b1b12f8 handle large conic weights by reed · 8 years ago
  27. 93ca884 pin before calling acos by caryclark · 8 years ago
  28. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  29. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  30. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  31. a273c0f remove legacy defines by caryclark · 9 years ago
  32. 88651ae replace arcto quads with a conic by caryclark · 9 years ago
  33. b6474dd fix circular dashing by caryclark · 9 years ago
  34. 3323b05 Add comment for using infinite check in quad root by caryclark · 9 years ago
  35. dbaec73 give up on quad root if infinite by caryclark · 9 years ago
  36. f0b6c55 replace older/slower/scaler version of conic evalAt by reed · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  39. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago
  40. 7544124 fix zero-length tangent by caryclark · 9 years ago
  41. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  42. 612f70d handle large conic strokes better by caryclark · 9 years ago
  43. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  44. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  45. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  46. c6325cd remove near one check for arcs by caryclark · 9 years ago
  47. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  48. 0b71278 remove older version of cubic->coeff by reed · 9 years ago
  49. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  50. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  51. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  52. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  53. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 9 years ago
  54. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  55. c08330f remove slower scalar code in favor of vectors by reed · 9 years ago
  56. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 9 years ago
  57. ce6acc9 cleanup using constructors by reed · 9 years ago
  58. b640203 use Sk2s for conics by reed · 9 years ago
  59. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  60. d800d87 Try out operator overloads for Sk2x. by mtklein · 9 years ago
  61. 950e986 Port to real Sk2f. by mtklein · 9 years ago
  62. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  63. 562d0e1 remove unused SkXRay functions by reed · 9 years ago
  64. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 10 years ago
  65. f16c00e interpret conic tolerance correctly -- big rebaseline by reed · 10 years ago
  66. 88f0a99 Use conics for round joins and caps by reed · 10 years ago
  67. d5d27d9 use conics for arcTo by reed · 10 years ago
  68. 220f926 use conics by reed · 10 years ago
  69. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  70. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  71. def6468 Stub for conic section max curvature by commit-bot@chromium.org · 11 years ago
  72. b39d561 update for coding style, remove explicit floats by commit-bot@chromium.org · 11 years ago
  73. d50d87a That's confusing. Make it clear we're working with 3 points == 9 scalars. by commit-bot@chromium.org · 11 years ago
  74. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  75. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  76. 3c12840 remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOAT, assume its always false stop respecting SK_SCALAR_SLOW_COMPARES, assume its always false by reed@google.com · 11 years ago
  77. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  78. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  79. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  81. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  82. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  84. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  85. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 11 years ago
  86. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 11 years ago
  87. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  88. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  89. 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  90. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  91. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  92. b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 11 years ago
  93. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  94. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  95. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  96. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  97. 17a2c91 add comments for computing derivatives by reed@google.com · 11 years ago
  98. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  99. aebfa7e fix release warning (unused debug variable) by reed@google.com · 11 years ago
  100. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 11 years ago