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