1. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago
  2. 895c43b Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  3. c54d8db Remove SkCanvas::drawBitmapMatrix() by Florin Malita · 10 years ago
  4. 3030445 Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of https://codereview.chromium.org/784643002/) by scroggo · 10 years ago
  5. 02b217f Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  6. c0708cb Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of https://codereview.chromium.org/784643002/) by robertphillips · 10 years ago
  7. 0c4aba6 Replace EncodeBitmap with an interface. by scroggo · 10 years ago
  8. 01d6e5f Use variable length key (rather than accumulated matrix) as save layer hoisting key by robertphillips · 10 years ago
  9. 1bdfd3f option to return drawable from recording by reed · 10 years ago
  10. 90d0ff0 add some debugging to SkNVRefCnt by reed · 10 years ago
  11. 04c9695 Remove Picture deletion listeners. by mtklein · 10 years ago
  12. 08d1fcc Add SkNVRefCnt, prune down SkPicture's size by mtklein · 10 years ago
  13. 158fcaa Implement SkPicture::bytesUsed() for SkRecord backend by tomhudson · 10 years ago
  14. 78e2768 Allow pictures to have a full bounds by reed · 10 years ago
  15. 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
  16. 7e76bff allow pictures to have a full bounds by reed · 10 years ago
  17. 8236591 Rename GrAccelData to SkLayerInfo and move it to src/core by robertphillips · 10 years ago
  18. 4e8e342 Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp by robertphillips · 10 years ago
  19. 81f71b6 Change where layer hoisting data is gathered by robertphillips · 10 years ago
  20. d86b07a Fix PictureTest for new GPU veto by jvanverth · 10 years ago
  21. d8aa7b7 Upgrade GPUOptimize by robertphillips · 10 years ago
  22. a41d3c3 Make RTree handle the case where the playback canvas has empty clip bounds by junov · 10 years ago
  23. 4477c3c Cut down SkBBH API more. by mtklein · 10 years ago
  24. 9e6835d Track nested picture xform state for layer hoisting by robertphillips · 10 years ago
  25. 3aac6e0 Add clip to layer cache by robertphillips · 10 years ago
  26. 232f6b0 Remove unused SaveLayerInfo::fValid field by robertphillips · 10 years ago
  27. 208d170 Add SkBBoxHierarchy::reserve() as an optional size hint. by mtklein · 10 years ago
  28. 8f8c25e Demote getCount, getDepth, and clear to RTree-only methods. by mtklein · 10 years ago
  29. 6bd4196 BBHs: void* data -> unsigned data by mtklein · 10 years ago
  30. 8e12656 Remove DEPRECATED_beginRecording(). by mtklein · 10 years ago
  31. 30d2cc6 Update layer hoisting code to correctly render sub-picture layers by robertphillips · 10 years ago
  32. 4815fe5 Fix bug in layer hoisting transition to SkRecord backend by robertphillips · 10 years ago
  33. d954498 Revert of Revert of allow canvas to force conservative clips (for speed) (patchset #1 id:1 of https://codereview.chromium.org/554033003/) by reed · 10 years ago
  34. 6f09709 Revert of allow canvas to force conservative clips (for speed) (patchset #7 id:120001 of https://codereview.chromium.org/541593005/) by reed · 10 years ago
  35. 27a5e65 Allow SkCanvas to be initialized to force conservative rasterclips. This has the following effects: by reed · 10 years ago
  36. 93f52a6 Turn on the save-layer optimization. by mtklein · 10 years ago
  37. 87c4138 Turn on all pixel-perfect SkRecord optimizations. by mtklein · 10 years ago
  38. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  39. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  40. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  41. d72094d Add test that confirms Pictures don't leak pixel refs. by mtklein · 10 years ago
  42. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  43. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  44. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  45. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  46. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  47. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  48. 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
  49. 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
  50. 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
  51. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  52. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  53. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  54. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  55. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 10 years ago
  56. cfaeec4 Remove Skia's use of the default SkPicture constructor and multi-clone by Robert Phillips · 10 years ago
  57. dd52896 Remove SkPicture copy constructor by robertphillips · 10 years ago
  58. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  59. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  60. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  61. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  62. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  63. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  64. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  65. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  66. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  67. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  68. 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
  69. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  70. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  71. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  72. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  73. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  74. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  75. 8216506 Ensure playing back a picture always balances saves and restores by commit-bot@chromium.org · 10 years ago
  76. 47b679b comment out info4 test until Rob can fix it by reed@google.com · 10 years ago
  77. 8a1e688 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  78. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  79. a5b068c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  80. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  81. 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
  82. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  83. b950c6f Fix r14368 (First pass at GPU veto) for non-GPU builds by robertphillips@google.com · 10 years ago
  84. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  85. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  86. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  87. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  88. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  89. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  90. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  91. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  92. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  93. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 10 years ago
  94. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  95. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  96. 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 · 10 years ago
  97. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  98. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 10 years ago
  99. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  100. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago