1. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  2. e462f2b Revert of Begin atlasing (https://codereview.chromium.org/354533004/) by robertphillips · 10 years ago
  3. 55e61f0 Begin atlasing by robertphillips · 10 years ago
  4. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  5. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  6. 12c2198 Remove dashing from gpu veto by egdaniel · 10 years ago
  7. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  8. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  9. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  10. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  11. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  12. 7ed173b formalize named picture versions by commit-bot@chromium.org · 10 years ago
  13. 8216506 Ensure playing back a picture always balances saves and restores by commit-bot@chromium.org · 10 years ago
  14. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  15. 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
  16. 7252f7b Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  17. b2c82c9 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  18. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  19. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  20. a31eacb Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  21. 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
  22. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  23. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  24. 8798ae3 Refactor SkPictureStateTree::Iterator to avoid use of kClip_SaveFlag. by commit-bot@chromium.org · 10 years ago
  25. dcecb16 fix size_t/int warnings in pictures by commit-bot@chromium.org · 10 years ago
  26. 2cfa320 fix warnings around size_t/int by commit-bot@chromium.org · 10 years ago
  27. f6a5afb Remove currently unused code by commit-bot@chromium.org · 10 years ago
  28. c3c67df remove dead code from SkPicturePlayback by commit-bot@chromium.org · 10 years ago
  29. e9085b1 remove two more effects that are now immutable by commit-bot@chromium.org · 10 years ago
  30. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  31. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  32. 2002d88 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  33. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  34. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  35. db0c875 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  36. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  37. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 10 years ago
  38. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 10 years ago
  39. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 10 years ago
  40. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  41. d7e0fbe Pulling these out of other reviews so avoid code review clutter. by commit-bot@chromium.org · 10 years ago
  42. 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
  43. 06e9752 Add debug check of chunk size written to skp by commit-bot@chromium.org · 10 years ago
  44. 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
  45. 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
  46. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  47. 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
  48. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 11 years ago
  49. 210ae2a Culling API by commit-bot@chromium.org · 11 years ago
  50. aca1c01 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  51. ed9806f add SkCanvas::drawDRRect by commit-bot@chromium.org · 11 years ago
  52. ac50046 Reverting r13496 (Merge tomhudson and mtklein SkPaint shrinking approaches) due to memory leaks by robertphillips@google.com · 11 years ago
  53. cf52f5b Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  54. ead1efb Revert of Merge tomhudson and mtklein SkPaint shrinking approaches. (https://codereview.chromium.org/158913005/) by commit-bot@chromium.org · 11 years ago
  55. d017542 Merge tomhudson and mtklein SkPaint shrinking approaches. by commit-bot@chromium.org · 11 years ago
  56. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  57. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  58. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  59. 8b4799a Revert of r13347 (Serialization of SkPictureImageFilter - https://codereview.chromium.org/138063005) due to bump in skp file format by robertphillips@google.com · 11 years ago
  60. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  61. a2bd2d1 Set write buffer flags only in SkWriteBuffer and SkFlatController constructors. by commit-bot@chromium.org · 11 years ago
  62. 8b0e8ac Refactor read and write buffers. by commit-bot@chromium.org · 11 years ago
  63. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  64. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  65. 07adb63 Function pointers -> templates in SkPictureFlat. by commit-bot@chromium.org · 11 years ago
  66. 85e143c reenable vertices gm, adding picture support by reed@google.com · 11 years ago
  67. 1915fd0 remove unused SkFixed and SkFract functions by reed@google.com · 11 years ago
  68. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  69. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  70. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  71. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  72. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  73. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  74. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  75. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  76. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  77. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  78. fb6deed make explicit the requirement that all colorfilters are reentrant-safe by reed@google.com · 11 years ago
  79. 8649057 commit to xfermode objects being immutable by commit-bot@chromium.org · 11 years ago
  80. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  81. 31acc11 Fix name of "bleed" flag by robertphillips@google.com · 11 years ago
  82. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. eed779d This CL plumbs in the drawBitmapRectToRect "bleed" flag and makes it live on the simplest GPU path. by commit-bot@chromium.org · 11 years ago
  84. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  85. 0a4805e First pass at Comment API by robertphillips@google.com · 11 years ago
  86. 6d9c92b Remove offsetcanvas from debugger by robertphillips@google.com · 11 years ago
  87. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  88. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  89. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  90. 73c0abc Catch failures to SkTypeface::Deserialize() and use the default in that case. by reed@google.com · 11 years ago
  91. 4b32bd5 Fixing SkPicture command pattern optimizations to make them work correctly with bounding box hierarchies by commit-bot@chromium.org · 11 years ago
  92. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 12 years ago
  93. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  94. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  95. c4dc831 Fix a warning on Android. by scroggo@google.com · 12 years ago
  96. ce8343d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  97. 87fbbd3 non-SK_DEVELOPER-mode patch for r7752 by robertphillips@google.com · 12 years ago
  98. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago
  99. 2ca1aaa Now store chunk size in skp file format by robertphillips@google.com · 12 years ago
  100. d9b0f48 Only support SkPicture abort for Android due to the fragility of the existing API by djsollen@google.com · 12 years ago