1. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  2. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  3. d72094d Add test that confirms Pictures don't leak pixel refs. by mtklein · 10 years ago
  4. d628330 Switch GPU Optimization code to SkRecord by robertphillips · 10 years ago
  5. 533eb78 Convert BBH APIs to use SkRect. by mtklein · 10 years ago
  6. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  7. c92e550 Install a hook to swap between SkPicture backends with a single define. by mtklein · 10 years ago
  8. 53fecfb Our SkPicture::Analysis visitors should recurse into nested pictures. by mtklein · 10 years ago
  9. c551d9f Implement SkPicture::hasText() for SkRecord backend. by mtklein · 10 years ago
  10. 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
  11. 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
  12. 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
  13. 3e8232b Counterproposal for skirting the BBH when the query fully contains the picture. by mtklein · 10 years ago
  14. 750ae26 Expose API for whether an SkPicture contains text by ajuma · 10 years ago
  15. 6617d50 Rename GPUAccelData to GrAccelData by robertphillips · 10 years ago
  16. 3f22e8c Fix end-of-pattern matching for Skia recording optimization. by dneto · 10 years ago
  17. e904c09 Fix alpha textures in NV ES3 contexts on Windows. by bsalomon · 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. db53990 Rename SkPicturePlayback to SkPictureData by robertphillips · 10 years ago
  21. 5f6102d SaveFlags be-gone by Florin Malita · 10 years ago
  22. d3e474e Deprecate SkPicture::clone(). by mtklein · 10 years ago
  23. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  24. 6fc763e No one uses SkPicture::swap. by Mike Klein · 10 years ago
  25. 9058d60 Fix error revealed by Android unit test by robertphillips · 10 years ago
  26. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  27. e2f2b98 No longer limit SkPictureRecorder::partialReplay to Android by robertphillips · 10 years ago
  28. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  29. dcf9ab1 Remove legacy picture recording by robertphillips · 10 years ago
  30. 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
  31. a3264e5 Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)" by commit-bot@chromium.org · 10 years ago
  32. d0f824c Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/) by commit-bot@chromium.org · 10 years ago
  33. 986d681 setConfig -> setInfo by commit-bot@chromium.org · 10 years ago
  34. 8e7d37d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  35. 6d3eaea add replay entry point to SkPictureRecorder for Android by commit-bot@chromium.org · 10 years ago
  36. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  37. 8216506 Ensure playing back a picture always balances saves and restores by commit-bot@chromium.org · 10 years ago
  38. 47b679b comment out info4 test until Rob can fix it by reed@google.com · 10 years ago
  39. 8a1e688 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  40. f97d65d Fix rendering artifacts in pull-saveLayers-forward mode by commit-bot@chromium.org · 10 years ago
  41. a5b068c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  42. 0205aba Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  43. 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
  44. 6b392b6 Infrastructure changes to support pull-saveLayers-forward task by commit-bot@chromium.org · 10 years ago
  45. b950c6f Fix r14368 (First pass at GPU veto) for non-GPU builds by robertphillips@google.com · 10 years ago
  46. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  47. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  48. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  49. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  50. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  51. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  52. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  53. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  54. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  55. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 10 years ago
  56. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  57. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  58. 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
  59. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  60. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 10 years ago
  61. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 10 years ago
  62. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 10 years ago
  63. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 10 years ago
  64. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  65. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  66. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  67. 0e4ce14 Fix for r13038 by robertphillips@google.com · 11 years ago
  68. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  69. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. fe5824a Fix for Mac-specific compilation issue in r13000 by robertphillips@google.com · 11 years ago
  71. ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
  72. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  73. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  74. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  75. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  76. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  77. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  78. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  79. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  80. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  81. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  82. 6a32add Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""""" by reed@google.com · 11 years ago
  83. 6965a0a PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."""" by reed@google.com · 11 years ago
  84. 2ebc10d Revert "Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap.""" by reed@google.com · 11 years ago
  85. 473f0aa Revert "Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap."" by reed@google.com · 11 years ago
  86. 5b132b2 Revert "PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap." by reed@google.com · 11 years ago
  87. 3e89524 PixelRef now returns (nearly) everything that is currently in SkBitmap. The goal is to refactor bitmap later to remove redundancy, and more interestingly, remove the chance for a disconnect between the actual (pixelref) rowbytes and config, and the one claimed by the bitmap. by reed@google.com · 11 years ago
  88. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  89. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  90. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  91. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  92. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 11 years ago
  93. fe433c1 When gather pixel refs was broken, REPORTER_ASSERT(data) realized that data was NULL, but subsequent lines dereferenced it anyway, and so segfaulted. by commit-bot@chromium.org · 11 years ago
  94. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  95. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  96. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  97. 279627e reverting 9031 by junov@chromium.org · 11 years ago
  98. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
  99. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 11 years ago
  100. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago