1. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  2. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  3. 11eae3d Basic changes to get XPS drawing text. by Ben Wagner · 5 years ago
  4. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  5. 068af9e Revert "Temporary Lua hook to measure impact of conservative convexity" by Brian Osman · 5 years ago
  6. 0b9801e Use void(void*) instead of decltype with sk_free. by Ben Wagner · 5 years ago
  7. 723a877 Make SkFunctionWrapper a better wrapper. by Ben Wagner · 5 years ago
  8. e67133b Temporary Lua hook to measure impact of conservative convexity by Brian Osman · 5 years ago
  9. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  10. 77a9a6c Remove std::move()s from returns of std::unique_ptrs by Brian Salomon · 5 years ago
  11. 6cb6a07 Use COM_DECLSPEC_NOTHROW STDMETHODIMP by Ben Wagner · 5 years ago
  12. fb83927 less clever skipMoveTo logic by Mike Klein · 5 years ago
  13. 0bbb3c1 rewrite SkDashPath.cpp's cull_path() logic by Mike Klein · 5 years ago
  14. e2556a4 inline helpers in SkDashPath.cpp cull_path() by Mike Klein · 5 years ago
  15. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  16. 06eacf4 Add new SkImageFilters factory API by Michael Ludwig · 5 years ago
  17. 40f9138 Revert "let color filters tell us their alpha format" by Mike Klein · 5 years ago
  18. 0355f05 let color filters tell us their alpha format by Mike Klein · 5 years ago
  19. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  20. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  21. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  22. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  23. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  24. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  25. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  26. 9ee1edd Add SkMakeSpan and helpful conversion by Herb Derby · 5 years ago
  27. 22f34b1 Make SkFloatToDecimal() param name match declaration. by Lei Zhang · 5 years ago
  28. 02eefbe header self-sufficiency and idempotency by Hal Canary · 5 years ago
  29. 0426c38 Reland "Deserialize MultiPictureDocument based SKP files (with image sharing proc) in wasm debugger." by Nathaniel Nifong · 5 years ago
  30. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  31. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  32. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  33. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  34. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  35. 9b86955 Add thread safety annotations for SkMutex by Herb Derby · 5 years ago
  36. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  37. 09db9d2 Reland "SkShaper JSON output with cluster visualization" by Herb Derby · 5 years ago
  38. 670c6ec Revert "SkShaper JSON output with cluster visualization" by Mike Reed · 5 years ago
  39. 5361083 SkShaper JSON output with cluster visualization by Herb Derby · 5 years ago
  40. a5ef397 More polyutils fixes by Jim Van Verth · 5 years ago
  41. ee90eb4 Clean out stale shadow vertices from the SkResourceCache by Jim Van Verth · 5 years ago
  42. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  43. 4b19592 remove duplicate SkBase64.h by Mike Klein · 5 years ago
  44. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  45. b07e9a8 use char-to-glyph cache in freetype typeface by Mike Reed · 5 years ago
  46. 9b67802 Properly retrieve memory block in SkTextUtils by Martin Vejdarski · 5 years ago
  47. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 5 years ago
  48. 194cab0 use slope-guess for faster charToGlyph by Mike Reed · 5 years ago
  49. 0c60708 add utility for caching char2glyph by Mike Reed · 5 years ago
  50. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  51. 21a9b56 moved files generated from .fp files into generated/ directories by Ethan Nicholas · 5 years ago
  52. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
  53. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
  54. 4428f2c Remove SkScalarSinCos by Brian Osman · 6 years ago
  55. 3bdb69c Clean up shaper handler. by Ben Wagner · 6 years ago
  56. 2fdbeae Start to unify signatures: return bool by Mike Reed · 6 years ago
  57. a8cee7a Add vsync toggle for windows viewer. by Greg Daniel · 6 years ago
  58. 8796655 Check for null parameter to SkOffsetSimplePolygon by Jim Van Verth · 6 years ago
  59. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  60. ed3dbf4 Mark tmp path in shadow utils as volatile by Robert Phillips · 6 years ago
  61. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  62. 1aaad02 Fix cached perspective shadows by Jim Van Verth · 6 years ago
  63. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  64. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  65. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  66. 1386b2d pass common SkStageRec to all effects using rasterpipeline by Mike Reed · 6 years ago
  67. 6e8174e Fix issue with offsetting polygon by 0 distance. by Jim Van Verth · 6 years ago
  68. 2a330e6 Check for zero offsets for PolyUtils by Jim Van Verth · 6 years ago
  69. b059194 Make SkShaper an interface. by Ben Wagner · 6 years ago
  70. 1efecea Make asFragmentProcessor entry point only take a GrRecordingContext (take 2) by Robert Phillips · 6 years ago
  71. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  72. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  73. 83597ce Remove typeface from SkShaper constructor. by Ben Wagner · 6 years ago
  74. be03a851 SkUTF: Avoid potential nullptr dereference by Greg Kaiser · 6 years ago
  75. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 6 years ago
  76. 88f5671 move SkMetaData into src by Mike Reed · 6 years ago
  77. 0b46a39 Make HR* macros statements. by Ben Wagner · 6 years ago
  78. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  79. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 6 years ago
  80. 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 6 years ago
  81. 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
  82. fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
  83. fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 6 years ago
  84. 80f4adf remove legacy code for text attributes on paint by Mike Reed · 6 years ago
  85. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  86. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  87. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  88. 950243d Hack up SkShaper to pass additional callback info by Florin Malita · 6 years ago
  89. e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
  90. 292ece8 SkCanvas::drawText: remove calls by Hal Canary · 6 years ago
  91. 5809a4e [skjson] NaN while parsing long decimals by Florin Malita · 6 years ago
  92. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  93. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  94. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  95. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  96. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  97. 34c9b6d start removing legacy paint calls by Mike Reed · 6 years ago
  98. 9867f61 SkShaper per-line callback by Florin Malita · 6 years ago
  99. c33d614 add google-build-namespaces to clang-tidy checks by Mike Klein · 6 years ago
  100. 0c75727 Disable OpenGL for Windows-on-ARM64 by Brian Osman · 6 years ago