1. 0764efe Add option to skip rects to drawImageLattice() by msarett · 8 years ago
  2. 44df651 Add drawRegion() API to SkCanvas by msarett · 8 years ago
  3. e6f5d56 Made shadows blurry (thru implementing variance mapping) by vjiaoblack · 8 years ago
  4. ac3aa24 Plumb drawArc to SkDevice. by bsalomon · 8 years ago
  5. cbdf007 Fast path translate() in SkCanvas and SkLiteDL. by mtklein · 8 years ago
  6. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  7. da574d1 Replace old SkRecords RefBox with sk_sp. by mtklein · 8 years ago
  8. 9b84f8c turn bitmaps into images during recording by reed · 8 years ago
  9. 95302da Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  10. 33d3258 Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 of https://codereview.chromium.org/2146073003/ ) by vjiaoblack · 8 years ago
  11. 0ae097d Creating framework for drawShadowedPicture by vjiaoblack · 8 years ago
  12. e5de130 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  13. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  14. 6e998e6 Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  15. 1185d90 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  16. e504dbc Revert "Added the framework for having canvas/recorder/picture record depth_set's." by mtklein · 8 years ago
  17. 6d3fb89 Added the framework for having canvas/recorder/picture record depth_set's. by vjiaoblack · 8 years ago
  18. 45561a0 drawTextRSXform by reed · 8 years ago
  19. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  20. 343a63d SkRecord: infer return type for visit() and mutate(). by mtklein · 8 years ago
  21. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  22. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  23. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  24. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago
  25. 0575cb2 Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of https://codereview.chromium.org/1523053003/ ) by reed · 9 years ago
  26. 2474159 add backdrop option to SaveLayerRec by reed · 9 years ago
  27. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  28. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  29. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  30. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  31. db64af3 Fix filter primitive bounds computations. by senorblanco · 9 years ago
  32. 02046c5 fix a couple flaky nonnull attribute ubsan warnings by mtklein · 9 years ago
  33. e9d2052 Record concat as Concat. by mtklein · 9 years ago
  34. 40732b3 SkRecord refactor: fill bounds array instead of BBH directly by mtklein · 9 years ago
  35. 449d9b7 simplify code in SkRecords.h by mtklein · 9 years ago
  36. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  37. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  38. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  39. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  40. 6e9aed9 Fixing src rect constraint support for drawImage with SkPicture by junov · 9 years ago
  41. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  42. a8db728 add matrix options to drawDrawable by reed · 9 years ago
  43. 64b4c78 Add support for drawBitmapRect() to SkMiniRecorder. by mtklein · 9 years ago
  44. 4c21dc5 add drawImageNine by reed · 9 years ago
  45. 71c3c76 add SkCanvas::drawAtlas by reed · 9 years ago
  46. 109a23d Remove the SkCanvas comment API by fmalita · 9 years ago
  47. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  48. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  49. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  50. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  51. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  52. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  53. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 9 years ago
  54. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  55. bfd5bff Simplify SkBBH::insert API by mtklein · 9 years ago
  56. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  57. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 9 years ago
  58. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 9 years ago
  59. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  60. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  61. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  62. 49aabde Clean up dead clear() code in SkRecord. by mtklein · 10 years ago
  63. c4fda92 remove unused drawData by reed · 10 years ago
  64. c187a3c Fix computation of bound in FillBounds::updateSaveBounds by robertphillips · 10 years ago
  65. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  66. 86f0328 Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/) by robertphillips · 10 years ago
  67. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  68. 9a5380d Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (patchset #1 id:1 of https://codereview.chromium.org/805983003/) by mtklein · 10 years ago
  69. 02d2b98 Use SkPaint::getFontBounds() for text bounding boxes in pictures. by mtklein · 10 years ago
  70. f0f1411 Cull pushCull and popCull from Skia. by mtklein · 10 years ago
  71. f55c314 Enforce thread-safety of bitmaps in pictures via the type. by mtklein · 10 years ago
  72. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  73. 8eddfb5 Change clear() to respect the clip by reed · 10 years ago
  74. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  75. af641a1 Revert "Change clear() to respect the clip" by reed · 10 years ago
  76. 3729469 Change clear() to respect the clip by reed · 10 years ago
  77. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  78. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  79. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  80. 42ddcd4 All the small packing tweaks mentioned in the bug. by mtklein · 10 years ago
  81. cdeeb09 SkRecord: Pack SkRegion::Op and AA bit together. by mtklein · 10 years ago
  82. 7cc1a34 Make sure pictures draw Clears even when the clip is empty. by mtklein · 10 years ago
  83. 72f92ac No need to short circuit the query rect here anymore. by mtklein · 10 years ago
  84. 6be2aa9 wip for drawables by reed · 10 years ago
  85. 8910879 Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional by robertphillips · 10 years ago
  86. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  87. 74576eb Clean up CollectLayers code by robertphillips · 10 years ago
  88. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  89. d239d42 Add comments to SkRecordDraw to help people follow. by danakj · 10 years ago
  90. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  91. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  92. ed167ac Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #5 id:80001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  93. c51add6 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  94. 27f965a Revert of Use SkTypeface::getBounds() in bounding-box calculations. (patchset #3 id:40001 of https://codereview.chromium.org/680363003/) by mtklein · 10 years ago
  95. bf8dc34 Use SkTypeface::getBounds() in bounding-box calculations. by mtklein · 10 years ago
  96. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  97. 41966d4 Dilate approximated text bounds to squelch recent assertion failure. by mtklein · 10 years ago
  98. 6515175 Override SkCanvas::drawImage() in SkRecorder. by piotaixr · 10 years ago
  99. 19653d1 Implicit SkTextBlob bounds by fmalita · 10 years ago
  100. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago