1. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  2. a6d1c0a start to build with no paint-text fields by Mike Reed · 6 years ago
  3. b579f07 change textutils to require font param by Mike Reed · 6 years ago
  4. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  5. dc5863c use font in SkTextUtils by Mike Reed · 6 years ago
  6. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  7. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  8. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  9. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  10. c41a5f5 Generate Android Framework host-side Skia (linux) by Leon Scroggins III · 6 years ago
  11. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  12. 331ccfd add textutils by Mike Reed · 6 years ago
  13. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  14. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  15. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  16. 964aedb play with animated gif by Mike Reed · 6 years ago
  17. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  18. d30937a remove SkRandom::next64() by Mike Klein · 6 years ago
  19. 5595f6e clean up S16CPU by Mike Klein · 6 years ago
  20. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  21. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  22. 0fdc53f textonpath util by Mike Reed · 6 years ago
  23. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  24. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  25. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  26. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  27. a6c75fd make includes available for flutter by Cary Clark · 6 years ago
  28. bceddbc SkAR: drawing text, shapes, rotation modes enabled, translating objects by ziadb · 6 years ago
  29. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  30. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  31. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  32. 692e29e remove unused parts of SkTypes.h by Mike Klein · 6 years ago
  33. 1724db1 Remove SkTextBox by Herb Derby · 6 years ago
  34. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  35. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 7 years ago
  36. 46fe9c7 Remove SkDumpCanvas by Brian Osman · 7 years ago
  37. 37886ce Shim to enforce that canvas virtuals are overridden by Brian Osman · 7 years ago
  38. 3adc122 Fill in some missing virtuals from canvas subclasses by Brian Osman · 7 years ago
  39. a556684 Remove deprecated drawShadow interfaces by Jim Van Verth · 7 years ago
  40. 46563d1 Forward internal_private_accessTopLayerRenderTargetContext from SkPaintFilterCanvas by Chris Dalton · 7 years ago
  41. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 7 years ago
  42. 744cbb3 Fix alpha contribution to tonal color. by Jim Van Verth · 7 years ago
  43. 0cbc10f Make SkImageGeneratorCG apply encoded origin by Leon Scroggins III · 7 years ago
  44. 1ba5b6b Plumb more SkPaintFilterCanvas virtuals by Florin Malita · 7 years ago
  45. cd975d5 Implement getGrContext in SkPaintFilterCanvas by Stan Iliev · 7 years ago
  46. 63fd760 Remove trailing whitespace. by Ben Wagner · 7 years ago
  47. adaeaed Add missing onDrawDrawable() overrides to utility canvases by Florin Malita · 7 years ago
  48. 2fbf1bc Add SK_API to APIs used by the android framework. by Derek Sollenberger · 7 years ago
  49. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  50. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  51. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  52. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  53. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  54. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  55. 1af03d4 Compute correct bounds for DrawShadowRec. by Jim Van Verth · 7 years ago
  56. 54518ac remove unused SkPoint3 from SkColor.h by Mike Reed · 7 years ago
  57. 65e4c61 Add category support to JSON and SkDebugf tracing by Brian Osman · 7 years ago
  58. 34d6e4b Add tonal color support for shadows. by Jim Van Verth · 7 years ago
  59. 3af1af9 Remove ambient and spot mask filters. by Jim Van Verth · 7 years ago
  60. 4204da2 move shadows to device virtual by Mike Reed · 7 years ago
  61. 4c9b893 Allow shadow zParams to be applied to affine transformations by Jim Van Verth · 7 years ago
  62. 175f588 Modify SkEventTracer::SetInstance to fail rather than assert if a tracer has already been installed. by Brian Salomon · 7 years ago
  63. 37c5a96 Unify ShadowUtils interface by Jim Van Verth · 7 years ago
  64. e308a12 Remove height functor for shadows and replace with plane equation params by Jim Van Verth · 7 years ago
  65. 6a280a5 Expose resetForNextPicture in SkNoDrawCanvas by Adrienne Walker · 7 years ago
  66. da96550 Add perspective shadows by Jim Van Verth · 7 years ago
  67. b436655 Add height function to shadow tessellators. by Jim Van Verth · 7 years ago
  68. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  69. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 8 years ago
  70. 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 8 years ago
  71. 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 8 years ago
  72. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 8 years ago
  73. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 8 years ago
  74. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 8 years ago
  75. 14583e1 More SkVertices implementation work by Mike Reed · 8 years ago
  76. 90b2005 remove SkPictureUtils.h by Mike Reed · 8 years ago
  77. 804e091 Make shadow_utils GM use its own SkResourceCache by Brian Salomon · 8 years ago
  78. bc9956d Attempt to stabilize shadow_utils GM for replay configs by Brian Salomon · 8 years ago
  79. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  80. 6b20a55 Make header files self-sufficient by Hal Canary · 8 years ago
  81. 3c5cfb0 Remove exec bit from source files. by Ben Wagner · 8 years ago
  82. 199fb87 Add refcnt'ed immutable vertices class for SkCanvas::drawVertices. by Brian Salomon · 8 years ago
  83. 2589042 remove unused SkLayer by Mike Reed · 8 years ago
  84. 4f364fd remove clipstack from lua -- deprecated by Mike Reed · 8 years ago
  85. 2103cf0 Split ShadowMaskFilter into separate ambient and spot mask filters by Jim Van Verth · 8 years ago
  86. 43475ad Move Android shadow rendering interface to util library. by Jim Van Verth · 8 years ago
  87. 356f7c2 support external raster handles by Mike Reed · 8 years ago
  88. 463c848 helper to convert CGImage -> SkImage by Mike Reed · 8 years ago
  89. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  90. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  91. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  92. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  93. d8c278a Add no-op draw overrides to SkNoDrawCanvas by Florin Malita · 8 years ago
  94. 439ace9 Rebase non-drawing SkCanvas subclasses to SkNoDrawCanvas by Florin Malita · 8 years ago
  95. 4b7b6f0 Retire SkNoSaveLayerCanvas by Florin Malita · 8 years ago
  96. ee424ac SkNoDrawCanvas - a public non-drawing canvas base class by Florin Malita · 8 years ago
  97. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  98. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  99. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  100. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago