1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  3. 0c263fa Deduplicate typefaces across sub-pictures by mtklein · 9 years ago
  4. 5479d3b Double free in ~SkPictureData() by fmalita · 9 years ago
  5. c210035 add break statement -- lost during rewrite earlier by reed · 9 years ago
  6. 871872f change old picture serialization to really handle images by reed · 9 years ago
  7. d9591bb Switch font embedding to a compile-time flag, with a todo for runtime. by mtklein · 10 years ago
  8. 783fe16 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  9. 8ea6dab Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/) by reed · 10 years ago
  10. 7ef1972 Rename SkDrawPictureCallback to SkPicture::AbortCallback by robertphillips · 10 years ago
  11. 1a4900e Force embedding full font when serializing pictures. by mtklein · 10 years ago
  12. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  13. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  14. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  15. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  16. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  17. 88fd0fb Bump min picture version. by mtklein · 10 years ago
  18. 703d3c7 Followup: remove unnecessary SkTRefArray by mtklein · 10 years ago
  19. 71a2363 More cleanup: streamline paths and bitmaps. by mtklein · 10 years ago
  20. ac6a2f9 detect bad bitmaps during deserialization by reed · 10 years ago
  21. a74ce85 Start stripping out complicated parts of SkPicture{Record,Data}. by mtklein · 10 years ago
  22. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  23. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  24. 587c5a2 Seems that some of our compliers can't infer this type, though most can. by Mike Klein · 10 years ago
  25. 610a015 Remove SkPaint dirty bits. by mtklein · 10 years ago
  26. 9594da1 use SkData::NewUninitialized by reed · 10 years ago
  27. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  28. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  29. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  30. 0ed4e86 Stop sorting the results of SkBBH::search(). by mtklein · 10 years ago
  31. c019ec4 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  32. 3b73e01 Revert of Add layer counting to SkPictureRecord (https://codereview.chromium.org/464433002/) by mtklein · 10 years ago
  33. 4a2b2e8 Add layer counting to SkPictureRecord by robertphillips · 10 years ago
  34. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  35. afdada2 Moved SkPictureContentInfo into its own file. It now tracks the number of skia by hendrikw · 10 years ago
  36. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  37. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  38. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  39. 3afef1f Clean up a bit after SkPictureData/SkPicturePlayback split by robertphillips · 10 years ago
  40. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  41. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago[Renamed (93%) from src/core/SkPicturePlayback.cpp]
  42. 952841b Begin atlasing by robertphillips · 10 years ago
  43. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  44. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  45. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  46. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  47. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  48. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  49. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  50. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  51. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  52. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  53. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  54. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  55. 8216506 Ensure playing back a picture always balances saves and restores by commit-bot@chromium.org · 10 years ago
  56. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  57. 3d41c4a Revert r14650 (Fix rendering artifacts in pull-saveLayers-forward mode - https://codereview.chromium.org/267293007) due to unit test failures by robertphillips@google.com · 10 years ago
  58. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  59. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  60. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  61. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  62. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  63. 98c4e52 Revert of Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. (https://codereview.chromium.org/246893005/) by commit-bot@chromium.org · 10 years ago
  64. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  65. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  66. 8798ae3 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  67. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  68. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  69. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  70. c3c67df remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  71. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  72. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  73. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  74. 2002d88 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  75. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  76. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 11 years ago
  77. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  79. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 11 years ago
  80. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 11 years ago
  81. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 11 years ago
  82. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  83. d7e0fbe Pulling these out of other reviews so avoid code review clutter. by commit-bot@chromium.org · 11 years ago
  84. 8016f79 This is just the first version and shows how I intend to orchestrate this. Future enhancements will: by commit-bot@chromium.org · 11 years ago
  85. 06e9752 Add debug check of chunk size written to skp by commit-bot@chromium.org · 11 years ago
  86. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 11 years ago
  87. 6f4fb0f Generating the 1M skps frequently yields truncated skps. This tool is intended to help automate weeding these out. by commit-bot@chromium.org · 11 years ago
  88. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  89. 03fc3b4 Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.chromium.org/183453002/) due to broken Chrome Canary and failing tests. by robertphillips@google.com · 11 years ago
  90. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  91. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  92. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  93. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  94. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 11 years ago
  95. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  96. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 11 years ago
  97. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  98. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  99. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  100. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago