1. 71f1266 Revert "SkPathView for ownerless (can live on stack) SkPaths" by Mike Klein · 3 years, 10 months ago
  2. 493f89e [fuzz] Standardize, document, and backport fuzzing defines. by Kevin Lubick · 4 years ago
  3. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 1 month ago
  4. 982fff2 Remove "sanity"/"insane" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 1 month ago
  5. 041232a Remove usage of SkPath::RawIter in SkScan_Hairline.cpp by Chris Dalton · 4 years, 4 months ago
  6. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 7 months ago
  7. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  8. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  9. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  10. d92a739 detect nonfinite cubic points by Mike Reed · 6 years ago
  11. c7fbda9 chop down huge rects before hairlining by Mike Reed · 7 years ago
  12. 461ef7a Revert "add tiler for SkDraw" by Florin Malita · 7 years ago
  13. be1b397 add tiler for SkDraw by Mike Reed · 7 years ago
  14. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  15. 1c35e57 Revert "Revert "Fix a couple float-cast-overflow in SkScan*."" by Ben Wagner · 7 years ago
  16. c4b015a use unsigned to allow for using all 32bits for approx distance by Mike Reed · 7 years ago
  17. b6abb9b Revert "Fix a couple float-cast-overflow in SkScan*." by Ben Wagner · 7 years ago
  18. 3cd0bef Fix a couple float-cast-overflow in SkScan*. by Ben Wagner · 7 years ago
  19. f0ca0e0 Extend final point in closed degenerate hairline segments by Brian Osman · 7 years ago
  20. 6b1da0a Revert of Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. (patchset #1 id:1 of https://codereview.chromium.org/2379843002/ ) by benjaminwagner · 8 years ago
  21. aa6ef3e Add SK_SUPPORT_LEGACY_HAIRLINE_END_CAP to work around dependent test failure. by benjaminwagner · 8 years ago
  22. 67075f0 another attempt to fix nonrectangular by caryclark · 8 years ago
  23. 9277222 Revert of align cap hairline first point (patchset #2 id:20001 of https://codereview.chromium.org/2189583003/ ) by tomhudson · 8 years ago
  24. 52f85d4 align cap hairline first point by caryclark · 8 years ago
  25. 8151103 fix non-square stroke rects (non-aa) by reed · 8 years ago
  26. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  27. 4cba202 fix hairline clip by caryclark · 8 years ago
  28. 7c249e5 SkNx: kth<...>() -> [...] by mtklein · 9 years ago
  29. 52b6461 increase subdivision for very large cubics by caryclark · 9 years ago
  30. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  31. 5ba2b96 move more geometry to simd by caryclark · 9 years ago
  32. 40b7d3b fix hair fuzz by caryclark · 9 years ago
  33. 7050976 check bounds of each cubic segment against clip by reed · 9 years ago
  34. 1f17ab5 This brings hairlines into agreement with thick strokes. by caryclark · 9 years ago
  35. 2028d7f add support for capped hairlines by caryclark · 9 years ago
  36. 5123eb7 use RawIter in hairpath (simplifies) by reed · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. f2fe0e0 Remove overly-promiscuous SkNx syntax sugar. by mtklein · 9 years ago
  39. a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 9 years ago
  40. 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 9 years ago
  41. 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 9 years ago
  42. a024616 Speeup hairline curves (quads and cubics) by reed · 9 years ago
  43. 5dc6b7d change hairline procs to take array of points by reed · 9 years ago
  44. 054eef2 change hairline procs to take SkPoint by value, more efficient on SSE and NEON by reed · 9 years ago
  45. 11fa224 some utils for rect and matrix by reed · 9 years ago
  46. b07a94f add roundOut that returns its result by reed · 10 years ago
  47. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  48. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  49. 4e05fd2 add conic support to hairlines by reed@google.com · 11 years ago
  50. 93c7ee3 Removed unused parameters by sugoi@google.com · 11 years ago
  51. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  52. 0e51577 fix warning from scalar --> int32 conversion by humper@google.com · 12 years ago
  53. 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
  54. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  55. bb39a29 mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedpoint overflow by reed@google.com · 12 years ago
  56. 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
  57. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  58. 69bc994 code style by mike@reedtribe.org · 13 years ago
  59. bcc1d33 coding style updates by mike@reedtribe.org · 13 years ago
  60. 761fb62 reenable fast stroked rects, now that we correctly handle non-square scale by reed@google.com · 13 years ago
  61. e28ff55 retool clipping in hairlines to catch huge coordinates by reed@android.com · 15 years ago
  62. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  63. 8a1c16f grab from latest android by reed@android.com · 16 years ago