1. 33535cb remove legacy drawstring by Mike Reed · 6 years ago
  2. 07e4adf Remove SkCanvas::kPreserveLCDText_SaveLayerFlag by Florin Malita · 6 years ago
  3. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  4. c4745d6 use drawString with font by Mike Reed · 6 years ago
  5. 53a11f5 remove legacy drawPosText (and variants) by Mike Reed · 6 years ago
  6. 1a88dd5 hide drawpostext etc. by Mike Reed · 6 years ago
  7. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  8. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  9. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  10. 4a6a4ac remove uncalled onDrawText virtuals from base class by Mike Reed · 6 years ago
  11. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  12. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  13. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  14. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  15. 572fdcf Remove SkCanvas::ImageSetEntry constructors by Brian Salomon · 6 years ago
  16. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  17. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  18. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  19. f08002c Remove SrcRectConstraint from drawImageRect overloads with no src rect by Brian Salomon · 6 years ago
  20. 9ed1a2c Add ability for an SkDevice to handle the drawing of an SkDrawable. by Greg Daniel · 6 years ago
  21. 32dfdbe [canvaskit] Slice out SkPicture by Kevin Lubick · 6 years ago
  22. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  23. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  24. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  25. 431ac56 Use SkSurfaceValidateRasterInfo in some lesser-used canvas factories by Brian Osman · 6 years ago
  26. 363a3f8 SkCanvas: remove unused SkCanvas::InitFlags by Hal Canary · 6 years ago
  27. 5d8949c mark SkCanvas layer device as immutable before compositing it on restore by Lee Salzman · 6 years ago
  28. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  29. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  30. f7c723c Add tracing to saveLayer by Yuqian Li · 6 years ago
  31. 500cbc6 clean up for removing drawTextOnPath from canvas by Mike Reed · 6 years ago
  32. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  33. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  34. c349f18 use textonpath util for canvas::drawTextOnPath by Mike Reed · 6 years ago
  35. 49f8da0 use nothingToDraw more often by Mike Reed · 6 years ago
  36. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  37. b935cf8 const all the things by Herb Derby · 6 years ago
  38. 2eacff0 Redo drawTextRSXForm for glyph runs by Herb Derby · 6 years ago
  39. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  40. b983e6b Device interface uses glyph run list by Herb Derby · 6 years ago
  41. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 6 years ago
  42. c434ade Move to using pointers in simplifyDraw* by Herb Derby · 6 years ago
  43. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  44. e0a9962 Interpolate patch vertices in destination color space by Brian Osman · 6 years ago
  45. 9a6e42f added caching of SkVertices by Ruiqi Mao · 6 years ago
  46. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 6 years ago
  47. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  48. 94d57c4 updated SkCanvas documentation for animation overloads of drawVertices by Ruiqi Mao · 6 years ago
  49. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  50. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  51. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  52. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  53. 4a44743 Use the correct paint from the looper by Herb Derby · 6 years ago
  54. 9d85d63 Use SkGlyphRun instead of builder by Herb Derby · 6 years ago
  55. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  56. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  57. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  58. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  59. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  60. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  61. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  62. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  63. 969be1c Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice. by Brian Salomon · 6 years ago
  64. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  65. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  66. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  67. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  68. c247a4e fix android-framework by Mike Reed · 6 years ago
  69. 910ca0f Experiment to track coverage in a layer by Mike Reed · 6 years ago
  70. 738a256 Properly restore from image filter save layers. by Ben Wagner · 6 years ago
  71. b57b931 use SkRect::outset, as it clamps on overflow by Mike Reed · 6 years ago
  72. 57e1f02 (Mostly) respect FilterQuality in draw[stretchy] by Leon Scroggins III · 6 years ago
  73. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 6 years ago
  74. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 6 years ago
  75. 59af19f can't abort looper loop, as saveCount won't be balanced by Mike Reed · 6 years ago
  76. dd8ae14 always clear the looper when we're unrolling it, to not confused devices by Mike Reed · 6 years ago
  77. f441cfc Clean-up paints for drawImage (etc.) to enforce that we always by Mike Reed · 6 years ago
  78. ca37f32 change canvas-state to just record clip bounds by Mike Reed · 6 years ago
  79. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 6 years ago
  80. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 6 years ago
  81. e041e31 remove canvas internal private by Cary Clark · 6 years ago
  82. 10fc6fd Revert "Revert "Add 1010102 support to Ganesh"" by Brian Osman · 6 years ago
  83. ded47a5 Revert "Add 1010102 support to Ganesh" by Brian Osman · 6 years ago
  84. 44b6120 Add 1010102 support to Ganesh by Brian Osman · 6 years ago
  85. 649fb73 make 1010102/888x layers 8888, not 1010102/888x by Mike Klein · 6 years ago
  86. 5d32b83 Add isFinite() bounds check for drawPoints by Jim Van Verth · 6 years ago
  87. 19d7bd6 hide virtual and rename to onMakeComposed by Mike Reed · 6 years ago
  88. e083f7c Reland "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  89. 9ff8c8c Revert "remove SkCanvas::kIsOpaque_SaveLayerFlag" by Mike Klein · 7 years ago
  90. 9a7a2ee remove SkCanvas::kIsOpaque_SaveLayerFlag by Mike Klein · 7 years ago
  91. c4e3109 don't draw images with nonfinite dst bounds by Mike Reed · 7 years ago
  92. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  93. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  94. 74d6e11 require finite blob bounds by Mike Reed · 7 years ago
  95. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 7 years ago
  96. 9cec1bc check for crazy bounds from fuzzer by Mike Reed · 7 years ago
  97. 7c9c9e4 update pipe for lattice and shadowrec by Mike Reed · 7 years ago
  98. 83c8dd9 devirtualize SkCanvas getClipBounds methods by Mike Klein · 7 years ago
  99. 20800c8 rename overloaded methods as speculative fix/diagnostic by Mike Reed · 7 years ago
  100. 12f7734 add surfaceprops param to SkCanvas::MakeRasterDirect by Mike Reed · 7 years ago