1. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  2. 3ba15ae SkPicture: try to no-op away clone(). by mtklein · 10 years ago
  3. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  4. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  5. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  6. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 10 years ago
  7. e372e78 Add alternate SkPicture::clone by robertphillips · 10 years ago
  8. 6142609 Cleanup SkPicture* classes a bit by robertphillips · 10 years ago
  9. 3afef1f Clean up a bit after SkPictureData/SkPicturePlayback split by robertphillips · 10 years ago
  10. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  11. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  12. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  13. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  14. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  15. 40684ba Prune some dead code from SkPicture.cpp. by mtklein · 10 years ago
  16. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  17. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  18. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  19. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  20. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  21. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  22. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  23. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  24. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  25. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  26. 173a5c5 invert comparison sense for reason return by humper · 10 years ago
  27. a1ff26a Add a way for the gpu veto to report back the reason why it said no by commit-bot@chromium.org · 10 years ago
  28. 2ee3c2c Add choke point for performing a fake endRecording by commit-bot@chromium.org · 10 years ago
  29. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  30. 300c606 Revert r14571 (Infrastructure changes to support pull saveLayers forward task - https://codereview.chromium.org/266203003) due to breaking Android unit tests by robertphillips@google.com · 10 years ago
  31. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  32. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  33. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  34. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  35. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  36. c822bb3 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  37. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  38. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  39. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  40. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  41. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  42. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  43. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  44. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  45. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  46. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  47. 1c30818 fix non-gpu build by commit-bot@chromium.org · 10 years ago
  48. eb9547c stub for ganesh veto by commit-bot@chromium.org · 10 years ago
  49. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  50. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  51. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  52. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 10 years ago
  53. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 10 years ago
  54. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  55. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  56. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 10 years ago
  57. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 10 years ago
  58. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 10 years ago
  59. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 10 years ago
  60. 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
  61. e8d9614 This is intended to make it easier for us to be backwards compatible. by commit-bot@chromium.org · 10 years ago
  62. 19fafef change PictureRecord (and its private subclasses) to take size instead of device by commit-bot@chromium.org · 11 years ago
  63. 550db50 Cleanup unref and null by commit-bot@chromium.org · 11 years ago
  64. 5e0995e Revert of Revert "Serialization of SkPictureImageFilter" (https://codereview.chromium.org/153583007/) by commit-bot@chromium.org · 11 years ago
  65. 7713c38 Revert "Serialization of SkPictureImageFilter" by fmalita@google.com · 11 years ago
  66. c5acc6c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 4f6318d Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  68. 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
  69. 670b98e Serialization of SkPictureImageFilter by commit-bot@chromium.org · 11 years ago
  70. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  71. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  72. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  73. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  74. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  75. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  76. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  77. 6300f4d Add 'skiapict' magic bytes to SkPicture format. by commit-bot@chromium.org · 11 years ago
  78. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  79. 1270532 Allow creating a picture from skp to fail. by scroggo@google.com · 11 years ago
  80. ca0c838 Move bound and isFinite into pathref by robertphillips@google.com · 11 years ago
  81. 8c90212 R-Tree -- Don't sort draw commands unless specified. by sglez@google.com · 11 years ago
  82. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  83. 7ce661d Blur refactoring by robertphillips@google.com · 11 years ago
  84. 9b051a3 Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready. by robertphillips@google.com · 11 years ago
  85. 3055b70 Split SkDevice out of SkBitmapDevice by robertphillips@google.com · 11 years ago
  86. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 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
  88. faa5ae4 Turn on -Wall -Wextra on Mac, and fix all the warnings that crop up for /usr/bin/g++ and Clang 3.3. by commit-bot@chromium.org · 11 years ago
  89. 056dab3 Revert "Temporary change to keep chrome happy." by scroggo@google.com · 11 years ago
  90. 0e0180a Temporary change to keep chrome happy. by scroggo@google.com · 11 years ago
  91. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  92. 24287c1 Revert "Patch to prevent chromium breakage until the DEPS." by scroggo@google.com · 11 years ago
  93. edef4aa Patch to prevent chromium breakage until the DEPS. by scroggo@google.com · 11 years ago
  94. 74babdf add SkDrawPictureCallback optional parameter to drawPicture(), which can abort the picture drawing. by reed@google.com · 11 years ago
  95. 2983ddd Revert "Allow supporting 1 older PICTURE_VERSION." by scroggo@google.com · 11 years ago
  96. 0cb7df9 Allow supporting 1 older PICTURE_VERSION. by scroggo@google.com · 11 years ago
  97. 12d588a Remove bogus ability for creating an SkPicturePlayback to fail. by scroggo@google.com · 11 years ago
  98. 32ef131 Remove SkSerializationHelpers. by scroggo@google.com · 12 years ago
  99. f8d7d27 Create SkLazyPixelRef which performs lazy decoding. by scroggo@google.com · 12 years ago
  100. e4ce5b8 Add NOOP "command" to picture format by robertphillips@google.com · 12 years ago