1. 414c429 allow conic chop to fail by caryclark · 8 years ago
  2. bac1046 Reland of ix for conic fuzz (patchset #1 id:1 of https://codereview.chromium.org/2361473004/ ) by caryclark · 8 years ago
  3. 08b3455 Revert of fix for conic fuzz (patchset #3 id:40001 of https://codereview.chromium.org/2350263003/ ) by caryclark · 8 years ago
  4. ac78863 fix for conic fuzz by caryclark · 8 years ago
  5. e97fe83 compare degenerates with tolerance by caryclark · 8 years ago
  6. f71ab8f avoid generating degenerate conic from arc by caryclark · 8 years ago
  7. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  8. b1b12f8 handle large conic weights by reed · 8 years ago
  9. 93ca884 pin before calling acos by caryclark · 8 years ago
  10. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 8 years ago
  11. 507ef6d SkNx Load/store: take any pointer. by mtklein · 8 years ago
  12. 5ba2b96 move more geometry to simd by caryclark · 8 years ago
  13. a273c0f remove legacy defines by caryclark · 8 years ago
  14. 88651ae replace arcto quads with a conic by caryclark · 8 years ago
  15. b6474dd fix circular dashing by caryclark · 8 years ago
  16. 3323b05 Add comment for using infinite check in quad root by caryclark · 9 years ago
  17. dbaec73 give up on quad root if infinite by caryclark · 9 years ago
  18. f0b6c55 replace older/slower/scaler version of conic evalAt by reed · 9 years ago
  19. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  20. 45398df Reland of ix zero-length tangent (patchset #1 id:1 of https://codereview.chromium.org/1312243002/ ) by caryclark · 9 years ago
  21. 91298b4 Revert of fix zero-length tangent (patchset #2 id:20001 of https://codereview.chromium.org/1311273002/ ) by caryclark · 9 years ago
  22. 7544124 fix zero-length tangent by caryclark · 9 years ago
  23. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  24. 612f70d handle large conic strokes better by caryclark · 9 years ago
  25. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  26. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  27. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  28. c6325cd remove near one check for arcs by caryclark · 9 years ago
  29. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  30. 0b71278 remove older version of cubic->coeff by reed · 9 years ago
  31. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  32. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  33. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  34. c9adb05 Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> by mtklein · 9 years ago
  35. daee7ea impl SkConvertQuadToCubic w/ Sk2s by reed · 9 years ago
  36. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  37. c08330f remove slower scalar code in favor of vectors by reed · 9 years ago
  38. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 9 years ago
  39. ce6acc9 cleanup using constructors by reed · 9 years ago
  40. b640203 use Sk2s for conics by reed · 9 years ago
  41. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  42. d800d87 Try out operator overloads for Sk2x. by mtklein · 9 years ago
  43. 950e986 Port to real Sk2f. by mtklein · 9 years ago
  44. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  45. 562d0e1 remove unused SkXRay functions by reed · 9 years ago
  46. d6f87b5 Remove SK_SUPPORT_LEGACY_CONIC_COMPUTE_QUAD_POW2 by fmalita · 9 years ago
  47. f16c00e interpret conic tolerance correctly -- big rebaseline by reed · 9 years ago
  48. 88f0a99 Use conics for round joins and caps by reed · 9 years ago
  49. d5d27d9 use conics for arcTo by reed · 9 years ago
  50. 220f926 use conics by reed · 10 years ago
  51. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  52. 11fca3f Add more debugging for newly failing assert (DM on Xoom bots). by Mike Klein · 10 years ago
  53. def6468 Stub for conic section max curvature by commit-bot@chromium.org · 10 years ago
  54. b39d561 update for coding style, remove explicit floats by commit-bot@chromium.org · 10 years ago
  55. d50d87a That's confusing. Make it clear we're working with 3 points == 9 scalars. by commit-bot@chromium.org · 10 years ago
  56. bf0001d remove remaining references to Sk64 (obsolete) by reed@google.com · 11 years ago
  57. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  58. 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
  59. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  60. f91aaec Construct round rects with perpendicular tangents. by commit-bot@chromium.org · 11 years ago
  61. 50df4d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. b0889a5 This CL effectively reverts: by robertphillips@google.com · 11 years ago
  63. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  64. 9e1ec1a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  65. e1b75b4 GM (and fix) for drawArc capping issue by robertphillips@google.com · 11 years ago
  66. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 6862cba share derivative code with extrema logic, remove some dead code. by mike@reedtribe.org · 11 years ago
  68. 1040b47 fix impl for conic derivative (tangent) by mike@reedtribe.org · 11 years ago
  69. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  70. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  71. 48115de Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  72. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  73. 214c870 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  74. b16e247 add comment for computing max-diff between conic and its bounding quad by reed@google.com · 11 years ago
  75. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  76. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  77. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  78. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  79. 17a2c91 add comments for computing derivatives by reed@google.com · 11 years ago
  80. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  81. aebfa7e fix release warning (unused debug variable) by reed@google.com · 11 years ago
  82. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 11 years ago
  83. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  84. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  85. 4af6280 compute new weight in standard-form by mike@reedtribe.org · 11 years ago
  86. 4bb50b2 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  87. 0d09955 incomplete impl for chopping rational quads (need to "normalize" so I can get by reed@google.com · 11 years ago
  88. c518710 experimental start to arcs by reed@google.com · 11 years ago
  89. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  90. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  91. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 11 years ago
  92. 6a748ad Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
  94. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  95. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  96. 5efe0cb Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode. by tomhudson@google.com · 12 years ago
  97. 087d5aa fix edgecase in chopcubic where we computed duplicate tvalues by reed@google.com · 12 years ago
  98. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  99. 6fc321a add test for SkConvertQuadToCubic by reed@google.com · 13 years ago
  100. 2e08619 Added optional "ambiguous" outgoing argument to XRay queries so that by kbr@chromium.org · 14 years ago