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