1. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  2. 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
  3. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  4. 6be2aa9 wip for drawables by reed · 10 years ago
  5. c6ad9ee More SkPicture cleanup by mtklein · 10 years ago
  6. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  7. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  8. 4d52afe Shrink saveLayer device bounds when it supplies an explicit bounds and has a complex paint by robertphillips · 10 years ago
  9. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  10. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  11. 8de02f4 Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD. by mtklein · 10 years ago
  12. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  13. 4fc5b88 SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that. by mtklein · 10 years ago
  14. 81940de Add flag to call SkRecordOptimize on new pictures. by mtklein · 10 years ago
  15. 97bf60f Delay any SkRecordOptimize until after SkRecord has stuck. by mtklein · 10 years ago
  16. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  17. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  18. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  19. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  20. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  21. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  22. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  23. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  24. c8c4b95 Revert of Revert back to SkPictureData pictures. Huge perf regression. (patchset #1 of https://codereview.chromium.org/496603002/) by mtklein · 10 years ago
  25. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  26. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  27. 4082d29 Revert back to SkPictureData pictures. Huge perf regression. by mtklein · 10 years ago
  28. 1b523ba Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  29. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  30. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  31. 3a0f279 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  32. 27dc17c Revert "Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702." by Mike Klein · 10 years ago
  33. 60c2a79 Move the code over using the same template type approach previously used for willPlayBackBitmaps in http://skbug.com/2702. by tomhudson · 10 years ago
  34. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  35. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  36. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  37. 6162af8 Cleaning up SkPicture-related classes by robertphillips · 10 years ago
  38. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  39. 3ba15ae SkPicture: try to no-op away clone(). by mtklein · 10 years ago
  40. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  41. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  42. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  43. ffc75ef Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381193002/) by robertphillips · 10 years ago
  44. e372e78 Add alternate SkPicture::clone 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. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  49. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  50. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  51. 7373456 Support serialization in SkRecord-backed SkPictures. by mtklein · 10 years ago
  52. 40684ba Prune some dead code from SkPicture.cpp. by mtklein · 10 years ago
  53. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  54. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  55. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 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. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  61. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  62. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  63. 173a5c5 invert comparison sense for reason return by humper · 10 years ago
  64. 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
  65. 2ee3c2c Add choke point for performing a fake endRecording by commit-bot@chromium.org · 10 years ago
  66. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  67. 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
  68. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  69. eeaeafe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  70. 66ec1e4 Move setup of SkPictCopyInfo into SkPicture::clone by commit-bot@chromium.org · 10 years ago
  71. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  72. b0430d0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  73. c822bb3 Fix for r14341 Chrome build error by robertphillips@google.com · 10 years ago
  74. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  75. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  76. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  77. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  78. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  79. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  80. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  81. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  82. 0943f5f Thread picture version through to SkReadBuffer. by commit-bot@chromium.org · 10 years ago
  83. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  84. 1c30818 fix non-gpu build by commit-bot@chromium.org · 10 years ago
  85. eb9547c stub for ganesh veto by commit-bot@chromium.org · 10 years ago
  86. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  87. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 11 years ago
  88. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 11 years ago
  89. 1c556db Reverting r13831 (Add a means of extracting active operations from SkPicture) due to Mac compiler issue by robertphillips@google.com · 11 years ago
  90. 0b23f9e Add a means of extracting active operations from SkPicture by robertphillips@google.com · 11 years ago
  91. eb849e5 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. 145d1c0 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  93. 5ed01d1 Revert r13810 (Proposed SkCanvas API for preLoading textures to VRAM v2.0) by robertphillips@google.com · 11 years ago
  94. 1ab85c8 Proposed SkCanvas API for preLoading textures to VRAM v2.0 by commit-bot@chromium.org · 11 years ago
  95. 9e5f85e Fixing SkPicture serialization by commit-bot@chromium.org · 11 years ago
  96. e494dbd The motivation for this CL is to de-clutter SkPicture's beginRecording method. by commit-bot@chromium.org · 11 years ago
  97. 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
  98. e8d9614 This is intended to make it easier for us to be backwards compatible. by commit-bot@chromium.org · 11 years ago
  99. 19fafef change PictureRecord (and its private subclasses) to take size instead of device by commit-bot@chromium.org · 11 years ago
  100. 550db50 Cleanup unref and null by commit-bot@chromium.org · 11 years ago