1. c6ad9ee More SkPicture cleanup by mtklein · 10 years ago
  2. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  3. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  4. 6beeb8f Small refactoring of layer discovery code by robertphillips · 10 years ago
  5. f7007b0 Enable distance field path rendering in Chrome. by jvanverth · 10 years ago
  6. d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
  7. 234f036 Adding an option to render only the shadow in SkDropShadowImageFilter by sugoi · 10 years ago
  8. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  9. 68cd2aa Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw by robertphillips · 10 years ago
  10. 46616af Strip old backend recording down to essentials by mtklein · 10 years ago
  11. 5bc760a Remove support for SkPicture::clone(). by mtklein · 10 years ago
  12. c5e15a1 remove alphatype from colortable by reed · 10 years ago
  13. ee6631e Update RecordReplaceDrawTest to generate and pass pictures by robertphillips · 10 years ago
  14. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  15. 274b4ba Switch Layer Hoisting over to SkRecord backend by robertphillips · 10 years ago
  16. 2ed8a75 Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code by robertphillips · 10 years ago
  17. 5ee785d Remove legacy (and also broken) SkPicture constructor. by djsollen · 10 years ago
  18. 98d709b Reorganize Layer Hoisting code by robertphillips · 10 years ago
  19. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  20. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  21. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  22. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  23. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  24. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  25. 7b705bb Always read .skp files and other serialized pictures into SkRecord. by mtklein · 10 years ago
  26. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  27. 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
  28. 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
  29. 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
  30. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  31. 5a246bb int SkPicture::approximateOpCount() by mtklein · 10 years ago
  32. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  33. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  34. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  35. 5ad6ee1 Plumbing for using a BBH in SkRecordDraw. by mtklein · 10 years ago
  36. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  37. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  38. 55b6d8b Implement a persistent uniqueID-based cache for SkImageFilter. by senorblanco · 10 years ago
  39. d771f6b Add auto purging for SkPicture-related Ganesh resources (esp. layers) by robertphillips · 10 years ago
  40. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  41. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  42. c870d49 Use SkShader's localMat for SkLocalMatrixShader. by scroggo · 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. c26d991 Split SkPictureReplacementPlayback out of SkPicturePlayback by robertphillips · 10 years ago
  47. 004522f Back off from SkPicture API hardening a bit by Robert Phillips · 10 years ago
  48. 6daadc7 Harden SkPicture interface a bit by robertphillips · 10 years ago
  49. 3afef1f Clean up a bit after SkPictureData/SkPicturePlayback split by robertphillips · 10 years ago
  50. ce4dd3d Split SkPicturePlayback out of SkPictureData by robertphillips · 10 years ago
  51. d930511 Linear-time implementation of willPlaybackBitmaps(), computed & cached by tomhudson · 10 years ago
  52. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  53. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  54. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  55. c11530e Tick off some TODOs: by Mike Klein · 10 years ago
  56. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  57. 744fb73 Enable basic drawing with SkRecord-based pictures. by Mike Klein · 10 years ago
  58. 02830f0 Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag by robertphillips · 10 years ago
  59. e26e65e Remove SkPicture pointer from SkPicturePlayback by robertphillips · 10 years ago
  60. 0bdbea7 Remove picture pre-allocation from SkPictureRecorder by robertphillips · 10 years ago
  61. 6de2712 Remove unused 'deepCopy' parameter by robertphillips · 10 years ago
  62. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  63. 643b8bd First pass at splitting out SkPictureRecord from SkPicture by robertphillips · 10 years ago
  64. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  65. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  66. 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
  67. 968edca stop calling SkBitmap::flatten by commit-bot@chromium.org · 10 years ago
  68. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  69. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  70. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  71. 2ee3c2c Add choke point for performing a fake endRecording by commit-bot@chromium.org · 10 years ago
  72. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  73. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  74. beb1af2 First pass at pre-rendering saveLayers for GPU by robertphillips@google.com · 10 years ago
  75. cc9dbfb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  76. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  77. 76a3b2a Remove support for inheriting the paint color from SkColorShader by commit-bot@chromium.org · 10 years ago
  78. 8f831f2 First step in pulling SkPicturePlayback & SkPictureRecord out of SkPicture by commit-bot@chromium.org · 10 years ago
  79. aec1438 Add asADash entry point into SkPathEffect to allow extracting Dash info from PathEffects by commit-bot@chromium.org · 10 years ago
  80. 44d83c1 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  81. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  82. 60bd751 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  83. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  84. 7518ff2 Revert of Add flipped gradient branch to two point conical gradient (https://codereview.chromium.org/227623004/) by commit-bot@chromium.org · 10 years ago
  85. cf41935 Add flipped gradient branch to two point conical gradient by commit-bot@chromium.org · 10 years ago
  86. 8121c6c Reverting r14225 (Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling - https://codereview.chromium.org/237673017/) due to compiler complaints by robertphillips@google.com · 10 years ago
  87. a387db2 Fix SK_SUPPORT_DEPRECATED_RECORD_FLAGS handling by robertphillips@google.com · 10 years ago
  88. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  89. 85faf50 remove legacy filter-flags, and store FilterLevel directly by commit-bot@chromium.org · 10 years ago
  90. 5199701 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  91. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  92. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  93. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  94. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  95. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  96. 75cf29b Add new experimental API to SkPicture to get "id" of current op by commit-bot@chromium.org · 10 years ago
  97. eb9547c stub for ganesh veto by commit-bot@chromium.org · 10 years ago
  98. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  99. 14bdd52 Revert of r13836 due to Chromium cc_unittests failures by robertphillips@google.com · 10 years ago
  100. ecb745d Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago