1. 729a23f Move ccpr headers for display list out of include/private. by Ben Wagner · 5 years ago
  2. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  3. 7d2ad0f Fix local matrix for crop rects in backdrop image filters by Michael Ludwig · 5 years ago
  4. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  5. 9adc82c Fixes for saveBehind/drawBehind by Mike Reed · 5 years ago
  6. d567408 Add secret draw-behind method by Mike Reed · 5 years ago
  7. e8a9863 Define all ImageSetEntry members out of line by Brian Osman · 5 years ago
  8. 926fb89 Remove old experimental SkiaRenderer APIs by Michael Ludwig · 5 years ago
  9. 390f0cc Reland "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Michael Ludwig · 5 years ago
  10. 138a06d Revert "Reland "Update SkCanvas' experimental SkiaRenderer API"" by Brian Salomon · 5 years ago
  11. bd9d88a Reland "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  12. 90791c2 Revert "Update SkCanvas' experimental SkiaRenderer API" by Michael Ludwig · 5 years ago
  13. 4bf9646 Update SkCanvas' experimental SkiaRenderer API by Michael Ludwig · 5 years ago
  14. 8bcd128 assert that during restore, the layer and its parent are in the same colorspace by Mike Reed · 5 years ago
  15. bf66ed3 remove dead SK_SUPPORT_LEGACY_RASTERLAYERCOLORSPACE code by Mike Reed · 5 years ago
  16. 2539429 undo old colorspace hacks related to savelayers by Mike Reed · 5 years ago
  17. 5532c2a fill the layer if there is a backdrop filter by Mike Reed · 5 years ago
  18. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 5 years ago
  19. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 5 years ago
  20. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 5 years ago
  21. 69da42f remove metadata from canvas by Mike Reed · 5 years ago
  22. 8c14038 hide getMetaData() by Mike Reed · 5 years ago
  23. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  24. 4f81bb7 remove all support for drawText by Mike Reed · 6 years ago
  25. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  26. a6854de SkCanvas: hide drawText behind SK_SUPPORT_LEGACY_CANVAS_DRAW_TEXT by Hal Canary · 6 years ago
  27. e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
  28. 33535cb remove legacy drawstring by Mike Reed · 6 years ago
  29. 07e4adf Remove SkCanvas::kPreserveLCDText_SaveLayerFlag by Florin Malita · 6 years ago
  30. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  31. c4745d6 use drawString with font by Mike Reed · 6 years ago
  32. 53a11f5 remove legacy drawPosText (and variants) by Mike Reed · 6 years ago
  33. 1a88dd5 hide drawpostext etc. by Mike Reed · 6 years ago
  34. 1332743 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  35. 30cf62b add rsxform runs to textblobs by Mike Reed · 6 years ago
  36. 148b7fd add saveBehind to canvas by Mike Reed · 6 years ago
  37. 4a6a4ac remove uncalled onDrawText virtuals from base class by Mike Reed · 6 years ago
  38. 95e1760 Make SkGlyphRun use SkFont instead of SkPaint by Herb Derby · 6 years ago
  39. 704a342 Abandon onDrawText and its variants, turn everything into textblobs by Mike Reed · 6 years ago
  40. 7d1eb33 hide paint's getFontBounds by Mike Reed · 6 years ago
  41. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  42. 572fdcf Remove SkCanvas::ImageSetEntry constructors by Brian Salomon · 6 years ago
  43. d003d22 Remove SkCanvas::experimental_drawImageSetV0 by Brian Salomon · 6 years ago
  44. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  45. 1da5cad Make experimental_drawImageSet support per-quad alpha. by Brian Salomon · 6 years ago
  46. f08002c Remove SrcRectConstraint from drawImageRect overloads with no src rect by Brian Salomon · 6 years ago
  47. 9ed1a2c Add ability for an SkDevice to handle the drawing of an SkDrawable. by Greg Daniel · 6 years ago
  48. 32dfdbe [canvaskit] Slice out SkPicture by Kevin Lubick · 6 years ago
  49. d7065e7 Revert "Revert "Add experimental API to draw a set of SkImages in one SkCanvas call."" by Brian Salomon · 6 years ago
  50. 8d5b41b Revert "Add experimental API to draw a set of SkImages in one SkCanvas call." by Brian Salomon · 6 years ago
  51. 0a0304c Add experimental API to draw a set of SkImages in one SkCanvas call. by Brian Salomon · 6 years ago
  52. 431ac56 Use SkSurfaceValidateRasterInfo in some lesser-used canvas factories by Brian Osman · 6 years ago
  53. 363a3f8 SkCanvas: remove unused SkCanvas::InitFlags by Hal Canary · 6 years ago
  54. 5d8949c mark SkCanvas layer device as immutable before compositing it on restore by Lee Salzman · 6 years ago
  55. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  56. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  57. f7c723c Add tracing to saveLayer by Yuqian Li · 6 years ago
  58. 500cbc6 clean up for removing drawTextOnPath from canvas by Mike Reed · 6 years ago
  59. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  60. 7c8d2e9 don't support virtual onDrawTextOnPath by Mike Reed · 6 years ago
  61. c349f18 use textonpath util for canvas::drawTextOnPath by Mike Reed · 6 years ago
  62. 49f8da0 use nothingToDraw more often by Mike Reed · 6 years ago
  63. c97a339 added optimizations to speed up skinning by Ruiqi Mao · 6 years ago
  64. b935cf8 const all the things by Herb Derby · 6 years ago
  65. 2eacff0 Redo drawTextRSXForm for glyph runs by Herb Derby · 6 years ago
  66. b609e6d added byte and ubyte types to SKSL by Ruiqi Mao · 6 years ago
  67. b983e6b Device interface uses glyph run list by Herb Derby · 6 years ago
  68. 8a6348e Introduce text blob processing but don't wire it up by Herb Derby · 6 years ago
  69. c434ade Move to using pointers in simplifyDraw* by Herb Derby · 6 years ago
  70. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  71. e0a9962 Interpolate patch vertices in destination color space by Brian Osman · 6 years ago
  72. 9a6e42f added caching of SkVertices by Ruiqi Mao · 6 years ago
  73. c05aa7d Revert "added skeletal animation support to GPU backend" by Ruiqi Mao · 6 years ago
  74. b630734 added skeletal animation support to GPU backend by Ruiqi Mao · 6 years ago
  75. 94d57c4 updated SkCanvas documentation for animation overloads of drawVertices by Ruiqi Mao · 6 years ago
  76. f510149 skeletal animation support added to API and software backend by Ruiqi Mao · 6 years ago
  77. 3858045 Revert "Remove drawTextBlob from device use drawGlyphRunList" by Robert Phillips · 6 years ago
  78. e2e52e4 Remove drawTextBlob from device use drawGlyphRunList by Herb Derby · 6 years ago
  79. 3785471 basic first pass at RGBA F32 support by Mike Klein · 6 years ago
  80. 4a44743 Use the correct paint from the looper by Herb Derby · 6 years ago
  81. 9d85d63 Use SkGlyphRun instead of builder by Herb Derby · 6 years ago
  82. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  83. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  84. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  85. 59d997a New more efficient run builder by Herb Derby · 6 years ago
  86. 4ffa027 Smarter use of glyph cache by Herb Derby · 6 years ago
  87. 41f4f31 Reland "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Herb Derby · 6 years ago
  88. 74b390d Revert "Have draw(Text|PosText|PosTextH) use a single entry on the device" by Hal Canary · 6 years ago
  89. 4225b32 Have draw(Text|PosText|PosTextH) use a single entry on the device by Herb Derby · 6 years ago
  90. 969be1c Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice. by Brian Salomon · 6 years ago
  91. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 6 years ago
  92. 5140f9a Minor refactoring to image filters by Robert Phillips · 6 years ago
  93. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 6 years ago
  94. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 6 years ago
  95. c247a4e fix android-framework by Mike Reed · 6 years ago
  96. 910ca0f Experiment to track coverage in a layer by Mike Reed · 6 years ago
  97. 738a256 Properly restore from image filter save layers. by Ben Wagner · 6 years ago
  98. b57b931 use SkRect::outset, as it clamps on overflow by Mike Reed · 6 years ago
  99. 57e1f02 (Mostly) respect FilterQuality in draw[stretchy] by Leon Scroggins III · 6 years ago
  100. 3d0e850 Prevent matrix stack from being corrupted if a rotated image filter is clipped out by Robert Phillips · 6 years ago