1. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 9 months ago
  2. aba642c Remove SkScalarClampMax and SkScalarPin by Brian Osman · 4 years, 9 months ago
  3. 7f36405 Remove SkMin32/SkMax32 by Brian Osman · 4 years, 9 months ago
  4. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 9 months ago
  5. c0c0522 let's try to fix nullptr + k by Mike Klein · 4 years, 9 months ago
  6. c43f2a0 mark all exerimental (3d) apis as such by Mike Reed · 4 years, 9 months ago
  7. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 4 years, 10 months ago
  8. f6d70a8 Revert "Revert "forward concat44 in nway canvas"" by Mike Reed · 4 years, 10 months ago
  9. 3723fb7 Revert "forward concat44 in nway canvas" by Mike Reed · 4 years, 10 months ago
  10. 8964bc1 forward concat44 in nway canvas by Mike Reed · 4 years, 10 months ago
  11. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 4 years, 10 months ago
  12. 2076b04 new virtuals for canvas ctm by Mike Reed · 4 years, 10 months ago
  13. c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 4 years, 10 months ago
  14. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 5 years ago
  15. f46d5ca use std::make_unique by Mike Klein · 4 years, 11 months ago
  16. e9bcc47 utils/mac/SkCreateCGImageRef: cleanup by Hal Canary · 4 years, 11 months ago
  17. a746fc1 don't memset TriangulationVertex by Mike Klein · 5 years ago
  18. c96f510 Reland "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  19. 64331db Revert "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  20. f1d4f00 Replace CGFontCreate with CTFontManagerCreate. by Ben Wagner · 5 years ago
  21. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  22. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  23. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  24. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 5 years ago
  25. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  26. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  27. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 5 years ago
  28. e0fbe94 Use flat version of path-direction enum by Mike Reed · 5 years ago
  29. 417d299 Fix windows DLL builds with shaper included by Brian Osman · 5 years ago
  30. b1b1452 Remove some SK_API from src/ by Brian Osman · 5 years ago
  31. c89d1b5 Rename SkDevice::ctm() to localToDevice() by Michael Ludwig · 5 years ago
  32. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  33. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  34. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  35. 430470d make rectcontour and nestedrects private by Mike Reed · 5 years ago
  36. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  37. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  38. 11eae3d Basic changes to get XPS drawing text. by Ben Wagner · 5 years ago
  39. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  40. 068af9e Revert "Temporary Lua hook to measure impact of conservative convexity" by Brian Osman · 5 years ago
  41. 0b9801e Use void(void*) instead of decltype with sk_free. by Ben Wagner · 5 years ago
  42. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  43. e67133b Temporary Lua hook to measure impact of conservative convexity by Brian Osman · 5 years ago
  44. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  45. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  46. 6cb6a07 Use COM_DECLSPEC_NOTHROW STDMETHODIMP by Ben Wagner · 5 years ago
  47. fb83927 less clever skipMoveTo logic by Mike Klein · 5 years ago
  48. 0bbb3c1 rewrite SkDashPath.cpp's cull_path() logic by Mike Klein · 5 years ago
  49. e2556a4 inline helpers in SkDashPath.cpp cull_path() by Mike Klein · 5 years ago
  50. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  51. 06eacf4 Add new SkImageFilters factory API by Michael Ludwig · 5 years ago
  52. 40f9138 Revert "let color filters tell us their alpha format" by Mike Klein · 5 years ago
  53. 0355f05 let color filters tell us their alpha format by Mike Klein · 5 years ago
  54. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  55. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  56. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  57. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  58. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  59. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  60. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  61. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 5 years ago
  62. 22f34b1 Make SkFloatToDecimal() param name match declaration. by Lei Zhang · 5 years ago
  63. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  64. 0426c38 Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." by Nathaniel Nifong · 5 years ago
  65. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  66. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  67. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  68. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  69. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  70. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  71. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  72. 09db9d2 Reland "SkShaper JSON output with cluster visualization" by Herb Derby · 6 years ago
  73. 670c6ec Revert "SkShaper JSON output with cluster visualization" by Mike Reed · 5 years ago
  74. 5361083 SkShaper JSON output with cluster visualization by Herb Derby · 6 years ago
  75. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  76. ee90eb4 Clean out stale shadow vertices from the SkResourceCache by Jim Van Verth · 6 years ago
  77. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  78. 4b19592 remove duplicate SkBase64.h by Mike Klein · 6 years ago
  79. d567408 Add secret draw-behind method by Mike Reed · 6 years ago
  80. b07e9a8 use char-to-glyph cache in freetype typeface by Mike Reed · 6 years ago
  81. 9b67802 Properly retrieve memory block in SkTextUtils by Martin Vejdarski · 6 years ago
  82. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 6 years ago
  83. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 6 years ago
  84. 0c60708 add utility for caching char2glyph by Mike Reed · 6 years ago
  85. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  86. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 6 years ago
  87. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
  88. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  89. 4428f2c Remove SkScalarSinCos by Brian Osman · 6 years ago
  90. 3bdb69c Clean up shaper handler. by Ben Wagner · 6 years ago
  91. 2fdbeae Start to unify signatures: return bool by Mike Reed · 6 years ago
  92. a8cee7a Add vsync toggle for windows viewer. by Greg Daniel · 6 years ago
  93. 8796655 Check for null parameter to SkOffsetSimplePolygon by Jim Van Verth · 6 years ago
  94. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  95. ed3dbf4 Mark tmp path in shadow utils as volatile by Robert Phillips · 6 years ago
  96. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  97. 1aaad02 Fix cached perspective shadows by Jim Van Verth · 6 years ago
  98. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  99. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  100. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago