1. 40732b3 SkRecord refactor: fill bounds array instead of BBH directly by mtklein · 9 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  4. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  5. d711d11 Thread through a flag to force SkPicture::playback() when recording subpictures. by mtklein · 9 years ago
  6. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  7. 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
  8. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  9. 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
  10. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  11. 2420e10 Straighten out SkPicture::AccelData APIs. by mtklein · 9 years ago
  12. 00c2af8 Reduce ref counting in SkPictureRecorder. by mtklein · 9 years ago
  13. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 9 years ago
  14. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  15. c654e90 Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://codereview.chromium.org/1067893002/) by mtklein · 9 years ago
  16. f920e46 SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  17. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  18. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  19. 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
  20. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  21. 3cb3840 Rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  22. 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
  23. 4ae9eb7 rename SkCanvasDrawable to SkDrawable, and make public by reed · 10 years ago
  24. 26a6bf6 free up picturerecorder refs after returning picture or drawable by reed · 10 years ago
  25. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  26. 19ac767 SkPicture::SnapshotArray doesn't really stand to benefit from refcounting. by mtklein · 10 years ago
  27. b7ee349 SkData -> SkPicture::SnapshotArray by mtklein · 10 years ago
  28. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  29. 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
  30. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  31. 6be2aa9 wip for drawables by reed · 10 years ago
  32. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  33. 909b04b Fix Android framework build. by scroggo · 10 years ago
  34. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  35. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  36. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  37. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  38. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  39. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  40. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  41. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  42. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  43. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  44. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  45. f22b6b5 Use smart pointers to make SkPictureRecorder lifetimes less manual. by Mike Klein · 10 years ago
  46. 887f397 Add EXPERIMENTAL_beginRecording() for SkRecord-based recording. by mtklein · 10 years ago
  47. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  48. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  49. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  50. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  51. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  52. 2246e32 Make SkPictureRecorder::partialReplay const by commit-bot@chromium.org · 10 years ago
  53. 5889e30 Include SkTypes to fix Android frameworks build by commit-bot@chromium.org · 10 years ago
  54. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  55. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago