1. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  2. b34ab04 Revert "Revert "SaveLayerRec::fClipMask -> raw pointer"" by Mike Klein · 7 years ago
  3. 3354969 Revert "SaveLayerRec::fClipMask -> raw pointer" by Mike Klein · 7 years ago
  4. a6b72cb SaveLayerRec::fClipMask -> raw pointer by Florin Malita · 7 years ago
  5. 53f77bd Initial clip-mask-layer support by Florin Malita · 7 years ago
  6. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  7. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  8. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  9. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  10. ebfce6d change SkClipOp to a class enum by Mike Reed · 8 years ago
  11. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  12. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  13. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  14. faba371 remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM by Mike Reed · 8 years ago
  15. 5e25717 hide setImageFilter(ptr) by Mike Reed · 8 years ago
  16. 7d954ad remove xfermode from public api by Mike Reed · 8 years ago
  17. 71df2d7 Add a src rect to drawImageLattice() API by msarett · 8 years ago
  18. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  19. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  20. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  21. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  22. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  23. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  24. 1688206 Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy by msarett · 8 years ago
  25. d5b88a3 remove support for serializing bitmaps in old format by reed · 8 years ago
  26. ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
  27. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  28. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  29. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  30. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  31. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  32. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  33. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  34. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  35. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  36. 45561a0 drawTextRSXform by reed · 8 years ago
  37. 95416f4 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  38. 569b021 Revert of Enable flattening of SkRecordedDrawable (patchset #8 id:140001 of https://codereview.chromium.org/1913843002/ ) by mtklein · 8 years ago
  39. d636950 Enable flattening of SkRecordedDrawable by msarett · 8 years ago
  40. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  41. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  42. e8f3062 switch surface to sk_sp by reed · 8 years ago
  43. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  44. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  45. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  46. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  47. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  48. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  49. 512f3e3 remove now defunct get_paint_offset by reed · 9 years ago
  50. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  51. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  52. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  53. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  54. c2e2977 Dedup SkPaths by gen-ID when going to .skp by mtklein · 9 years ago
  55. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  56. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  57. 451af50 remove SkDeferredCanvas by reed · 9 years ago
  58. 562fe47 remove all guards for changes to drawBitmapRect / drawImageRect by reed · 9 years ago
  59. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  60. 4c21dc5 add drawImageNine by reed · 9 years ago
  61. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  62. 5351aad Fix memory leak in SkPictureRecord by robertphillips · 9 years ago
  63. 871872f change old picture serialization to really handle images by reed · 9 years ago
  64. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  65. a85d4d0 Make drawImage a virtual on SkDevice by reed · 9 years ago
  66. 06dad4b Revert of Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1126273002/) by reed · 9 years ago
  67. 620ba3a Revert of Revert of Make drawImage a virtual on SkDevice (patchset #1 id:1 of https://codereview.chromium.org/1124003002/) by reed · 9 years ago
  68. 3538e3b Revert of Make drawImage a virtual on SkDevice (patchset #4 id:60001 of https://codereview.chromium.org/1122643005/) by reed · 9 years ago
  69. 14fe8fd Make drawImage a virtual on SkDevice by reed · 9 years ago
  70. 119468b Revert of Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/11188… (patchset #2 id:20001 of https://codereview.chromium.org/1122813002/) by reed · 9 years ago
  71. 5392785 Make drawImage a virtual on SkDevice (patchset #3 id:40001 of https://codereview.chromium.org/1118823004/)" by reed · 9 years ago
  72. 41af966 Revert of Revert of move remaining virtual draw methods to onDraw (patchset #1 id:1 of https://codereview.chromium.org/835913002/) by reed · 10 years ago
  73. e87e383 Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001 of https://codereview.chromium.org/817723005/) by reed · 10 years ago
  74. 2e0f7d5 move remaining virtual draw methods to onDraw by reed · 10 years ago
  75. c4fda92 remove unused drawData by reed · 10 years ago
  76. 3fcc125 Remove SkCanvas::isDrawingToLayer by junov · 10 years ago
  77. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  78. 2ff1fce Defer saves() until they're needed by reed · 10 years ago
  79. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  80. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  81. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  82. 3729469 Change clear() to respect the clip by reed · 10 years ago
  83. e069400 Restore bitmap dedup in SkPictureRecord. Cuts RAM usage of DM by half. by mtklein · 10 years ago
  84. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  85. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  86. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  87. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  88. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  89. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  90. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  91. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  92. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  93. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  94. dd1e9f7 Remove a linear search in SkPictureRecord::addTextBlob. by jbroman · 10 years ago
  95. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  96. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  97. 8a39a6b Quickfix for incorrect PICTURE_MATRIX_PAINT & PATCH optimization. by fmalita · 10 years ago
  98. 9f49cfd Add missing DRAW_PICTURE_MATRIX_PAINT paint offset. by fmalita · 10 years ago
  99. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  100. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago