1. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  2. a640c49 Minor cleanups for CCPR by Chris Dalton · 7 years ago
  3. 7f578bf CCPR: Remove cubic insets and MSAA borders by Chris Dalton · 7 years ago
  4. 390f6cd Convert SkClassifyCubic to double precision by Chris Dalton · 7 years ago
  5. febbffa Improve cubic KLM accuracy by Chris Dalton · 7 years ago
  6. 4343654 Improve accuracy of cubic classification by Chris Dalton · 7 years ago
  7. 414c429 allow conic chop to fail by caryclark · 8 years ago
  8. 3cebe24 fix conic path fuzz by caryclark · 8 years ago
  9. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  10. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  11. a273c0f remove legacy defines by caryclark · 9 years ago
  12. 88651ae replace arcto quads with a conic by caryclark · 9 years ago
  13. b6474dd fix circular dashing by caryclark · 9 years ago
  14. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  15. 612f70d handle large conic strokes better by caryclark · 9 years ago
  16. dc30885 use pathops utils to improve precision of cubic chopping in scan converter by reed · 9 years ago
  17. 0b71278 remove older version of cubic->coeff by reed · 9 years ago
  18. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  19. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  20. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  21. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  22. c08330f remove slower scalar code in favor of vectors by reed · 9 years ago
  23. 6b9ef90 SkChopCubicAt2 using Sk2s -- 2x faster by reed · 9 years ago
  24. b640203 use Sk2s for conics by reed · 9 years ago
  25. 40b7dd5 use Sk2s for EvalQuadTangent and ChopQuadAt by reed · 9 years ago
  26. 65cb2cd alt SkEvalQuadAt that returns its answer, using Sk2f by reed · 9 years ago
  27. 562d0e1 remove unused SkXRay functions by reed · 9 years ago
  28. 88f0a99 Use conics for round joins and caps by reed · 10 years ago
  29. d5d27d9 use conics for arcTo by reed · 10 years ago
  30. 220f926 use conics by reed · 10 years ago
  31. 8dd31cf Extract cubic classification from gpu into geometry by caryclark · 10 years ago
  32. 891372c use SkScalar instead of float by reed · 10 years ago
  33. 859b924 move some headers out of public by reed · 10 years ago[Renamed from include/core/SkGeometry.h]
  34. def6468 Stub for conic section max curvature by commit-bot@chromium.org · 11 years ago
  35. 5383a75 Add implicit hairline conic rendering to GPU by egdaniel@google.com · 11 years ago
  36. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  37. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  38. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  39. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  40. 24bd210 add (untested) tangent calc for conics by reed@google.com · 11 years ago
  41. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  42. 97514f2 add computation for error in conic-as-quad by mike@reedtribe.org · 11 years ago
  43. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  44. 45fb8b6 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  45. 5c082a1 add compute-bounds for conics by mike@reedtribe.org · 11 years ago
  46. 0c5c386 add extrema for conics by mike@reedtribe.org · 11 years ago
  47. 7841c63 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  48. 3df87cb add experimental chop-into-quads for conics by mike@reedtribe.org · 11 years ago
  49. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  50. c518710 experimental start to arcs by reed@google.com · 11 years ago
  51. dbeeac3 Add perspective support to the gpu aa hairline renderer. by bsalomon@google.com · 13 years ago
  52. 647a804 Core skia changes to prepare for Gr AA Hairline renderer by bsalomon@google.com · 13 years ago
  53. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  54. ad91799 code style by reed@google.com · 13 years ago
  55. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  56. 2e08619 Added optional "ambiguous" outgoing argument to XRay queries so that by kbr@chromium.org · 14 years ago
  57. 945a139 add SkXRay geometry routines by reed@android.com · 15 years ago
  58. 909994f new scanconversion technique by reed@android.com · 15 years ago
  59. 77f0ef7 add quadclipping utility, plus sample test by reed@android.com · 15 years ago
  60. d8730ea more tests (need more meat in there) by reed@android.com · 16 years ago
  61. 6efdc47 first cut at event-based test app by reed@android.com · 16 years ago[Renamed from src/core/SkGeometry.h]
  62. 8a1c16f grab from latest android by reed@android.com · 16 years ago