1. 5bd9848 remove kReturnNullForEmpty_FinishFlag feature by Mike Klein · 7 years ago
  2. 46b83a4 Update endRecordingAsPicture to finishRecordingAsPicture by Yuqian Li · 8 years ago
  3. 02b7349 no need for SK_SUPPORT_LEGACY_CANVAS_IS_REFCNT anymore by Mike Reed · 8 years ago
  4. 5df4934 Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt" by Mike Reed · 8 years ago
  5. b613c26 Revert "Change SkCanvas to *not* inherit from SkRefCnt" by Heather Miller · 8 years ago
  6. fac8db2 Revert "Fix BUG=chromium:664036" by Heather Miller · 8 years ago
  7. 805eb6c Fix BUG=chromium:664036 by Hal Canary · 8 years ago
  8. 8240750 Change SkCanvas to *not* inherit from SkRefCnt by Mike Reed · 8 years ago
  9. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  10. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  11. c518a76 Clean up unused SkPictureRecorder::optimizeFor() by mtklein · 8 years ago
  12. 8bbbb69 Revert of add parallel public API for recording SkLiteDL. (patchset #1 id:1 of https://codereview.chromium.org/2246893002/ ) by mtklein · 8 years ago
  13. ced26a3 add parallel public API for recording SkLiteDL. by mtklein · 8 years ago
  14. 1bb5fec Sketch SkPictureRecorder::optimizeFor(GrContext*). by mtklein · 8 years ago
  15. 4c7e117 Remove dead flag from SkPictureRecorder by robertphillips · 8 years ago
  16. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  17. 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
  18. ca2622b return pictures as sk_sp by reed · 8 years ago
  19. aa6f739 Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables by djsollen · 9 years ago
  20. 0867943 Move the last headers. Cross your fingers. by mtklein · 9 years ago
  21. 3a4b134 Revert "Move the rest of src headers used by include to include/private." by Mike Klein · 9 years ago
  22. d12e6ff Move the rest of src headers used by include to include/private. by mtklein · 9 years ago
  23. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  24. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  25. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  26. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  27. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  28. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  29. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  30. 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
  31. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  32. 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
  33. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  34. 7d1b945 Mark SkPictureRecorder::endRecording as SK_WARN_UNUSED_RESULT. by jbroman · 9 years ago
  35. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  36. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  37. c4e8772 Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/) by reed · 10 years ago
  38. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  39. b64e569 Remove legacy Picture defines. by scroggo · 10 years ago
  40. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  41. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  42. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  43. 7c4cdd2 Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/) by reed · 10 years ago
  44. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  45. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  46. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  47. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  48. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  49. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  50. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  51. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  52. f22b6b5 Use smart pointers to make SkPictureRecorder lifetimes less manual. by Mike Klein · 10 years ago
  53. 1d7975b Remove unused class from the Android framework build by djsollen · 10 years ago
  54. dbb7b30 Update the name of the friended android class and add the appropriate guards. by djsollen · 10 years ago
  55. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  56. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  57. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  58. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  59. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  60. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  61. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  62. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  63. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago