1. b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 4 years, 10 months ago
  2. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 4 years, 10 months ago
  3. 121c2af clipShader -- raster implementation by Mike Reed · 4 years, 10 months ago
  4. a2cf8ae switch to virtual with no bones by Mike Reed · 4 years, 11 months ago
  5. 9d4e31d rm Sk3D.h -- long live SkMat4 by Mike Reed · 5 years ago
  6. a3a704a Override didTranslate, and add virtual for didScale by Mike Reed · 5 years ago
  7. f6d70a8 Revert "Revert "forward concat44 in nway canvas"" by Mike Reed · 5 years ago
  8. 3723fb7 Revert "forward concat44 in nway canvas" by Mike Reed · 5 years ago
  9. 8964bc1 forward concat44 in nway canvas by Mike Reed · 5 years ago
  10. a092028 Revert "new virtuals for canvas ctm" by Mike Reed · 5 years ago
  11. 2076b04 new virtuals for canvas ctm by Mike Reed · 5 years ago
  12. c96f510 Reland "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  13. 64331db Revert "Replace CGFontCreate with CTFontManagerCreate." by Ben Wagner · 5 years ago
  14. f1d4f00 Replace CGFontCreate with CTFontManagerCreate. by Ben Wagner · 5 years ago
  15. cfbc4d4 [skottie] Add DataURI image support in utils/tools by Florin Malita · 5 years ago
  16. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  17. 359f61b track SkNoPixelsDevice's origin by Mike Klein · 5 years ago
  18. fb32ddf Revert "Revert "Shuffle SkSL sources around so compiler and bytecode can be used w/o GPU"" by Brian Osman · 6 years ago
  19. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 6 years ago
  20. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  21. d567408 Add secret draw-behind method by Mike Reed · 6 years ago
  22. db13d38 Move SkTLazy.h to src/ by Ben Wagner · 6 years ago
  23. 393981d Remove deprecated SkPaintFilterCanvas::onFilter. by Ben Wagner · 6 years ago
  24. f55fa0d Make SkPaintFilterCanvas paints no longer COW. by Ben Wagner · 6 years ago
  25. 8842799 add missing shared lib visibility macros by Martin Vejdarski · 6 years ago
  26. b0a8684 Add API to get canvas wrapped by SkPaintFilterCanvas by Stan Iliev · 6 years ago
  27. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 6 years ago
  28. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 6 years ago
  29. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  30. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 6 years ago
  31. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 6 years ago
  32. 24adb3a Revert "Add general quad API to SkGpuDevice" by Michael Ludwig · 6 years ago
  33. 339e1cc Add general quad API to SkGpuDevice by Michael Ludwig · 6 years ago
  34. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  35. a6d1c0a start to build with no paint-text fields by Mike Reed · 6 years ago
  36. b579f07 change textutils to require font param by Mike Reed · 6 years ago
  37. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  38. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  39. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  40. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  41. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  42. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  43. c41a5f5 Generate Android Framework host-side Skia (linux) by Leon Scroggins III · 6 years ago
  44. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  45. 331ccfd add textutils by Mike Reed · 6 years ago
  46. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  47. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  48. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  49. 964aedb play with animated gif by Mike Reed · 6 years ago
  50. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  51. d30937a remove SkRandom::next64() by Mike Klein · 6 years ago
  52. 5595f6e clean up S16CPU by Mike Klein · 6 years ago
  53. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  54. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  55. 0fdc53f textonpath util by Mike Reed · 6 years ago
  56. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  57. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 7 years ago
  58. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 7 years ago
  59. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 7 years ago
  60. a6c75fd make includes available for flutter by Cary Clark · 7 years ago
  61. bceddbc SkAR: drawing text, shapes, rotation modes enabled, translating objects by ziadb · 7 years ago
  62. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
  63. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
  64. 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
  65. 692e29e remove unused parts of SkTypes.h by Mike Klein · 7 years ago
  66. 1724db1 Remove SkTextBox by Herb Derby · 7 years ago
  67. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 7 years ago
  68. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 7 years ago
  69. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 7 years ago
  70. 37886ce Shim to enforce that canvas virtuals are overridden by Brian Osman · 7 years ago
  71. 3adc122 Fill in some missing virtuals from canvas subclasses by Brian Osman · 7 years ago
  72. a556684 Remove deprecated drawShadow interfaces by Jim Van Verth · 7 years ago
  73. 46563d1 Forward internal_private_accessTopLayerRenderTargetContext from SkPaintFilterCanvas by Chris Dalton · 7 years ago
  74. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  75. 744cbb3 Fix alpha contribution to tonal color. by Jim Van Verth · 7 years ago
  76. 0cbc10f Make SkImageGeneratorCG apply encoded origin by Leon Scroggins III · 7 years ago
  77. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  78. cd975d5 Implement getGrContext in SkPaintFilterCanvas by Stan Iliev · 7 years ago
  79. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  80. adaeaed Add missing onDrawDrawable() overrides to utility canvases by Florin Malita · 7 years ago
  81. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  82. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  83. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  84. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  85. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  86. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  87. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  88. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  89. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 7 years ago
  90. 65e4c61 Add category support to JSON and SkDebugf tracing by Brian Osman · 7 years ago
  91. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 8 years ago
  92. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 8 years ago
  93. 4204da2 move shadows to device virtual by Mike Reed · 8 years ago
  94. 4c9b893 Allow shadow zParams to be applied to affine transformations by Jim Van Verth · 8 years ago
  95. 175f588 Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed. by Brian Salomon · 8 years ago
  96. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 8 years ago
  97. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 8 years ago
  98. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 8 years ago
  99. da96550 Add perspective shadows by Jim Van Verth · 8 years ago
  100. b436655 Add height function to shadow tessellators. by Jim Van Verth · 8 years ago