1. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  2. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  3. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  4. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  5. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  6. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  7. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  8. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  9. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  10. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  11. a5517e2 add src-rect-constraint to drawImageRect by reed · 9 years ago
  12. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  13. 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
  14. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  15. 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
  16. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  17. 95145a9 Switch to a more complete method of filtering hoisted layers by robertphillips · 10 years ago
  18. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  19. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  20. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  21. 478dd72 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  22. 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
  23. 702eb96 Fix layer hoisting image filter corner cases by robertphillips · 10 years ago
  24. e99d499 Fuse GrReplacements and GrLayerCache by robertphillips · 10 years ago
  25. af57903 Force SkMatrix type while recording too. by mtklein · 10 years ago
  26. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  27. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  28. 30d7841 Add support for hoisting layers in pictures drawn with a matrix by robertphillips · 10 years ago
  29. 6be2aa9 wip for drawables by reed · 10 years ago
  30. 0882fdc Add return value on GrRecordReplaceDraw by robertphillips · 10 years ago
  31. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  32. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  33. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  34. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  35. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  36. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  37. a0537de Copy layer-hoisting related SkPaints by robertphillips · 10 years ago
  38. 46625e0 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  39. 2243109 Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/) by robertphillips · 10 years ago
  40. 7c0cfd4 Fix two SkRecord-backed layer hoisting bugs by robertphillips · 10 years ago
  41. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  42. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  43. d982eb2 Replace SkPictureReplacementPlayback with GrRecordReplaceDraw by robertphillips · 10 years ago