1. b950c6f Fix r14368 (First pass at GPU veto) for non-GPU builds by robertphillips@google.com · 10 years ago
  2. e2cb12a First pass at GPU veto by commit-bot@chromium.org · 10 years ago
  3. 770963f Staging for cleanup of SkPicture-related headers by robertphillips@google.com · 10 years ago
  4. 5fb2ce3 Staged removal of SkPicture-derived classes by commit-bot@chromium.org · 10 years ago
  5. d393b17 Retract SkPicture::kOptimizeForClippedPlayback_RecordingFlag from public API by commit-bot@chromium.org · 10 years ago
  6. 84b18c7 split SkPictureRecorder out of SkPicture by robertphillips@google.com · 10 years ago
  7. 2b4e370 Convert SkPicture's generation ID to a unique ID by commit-bot@chromium.org · 10 years ago
  8. a915772 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  9. d550088 Add generation ID to SkPicture by robertphillips@google.com · 10 years ago
  10. 70512af Add a means of extracting active operations from SkPicture by commit-bot@chromium.org · 10 years ago
  11. 5bee054 Give PictureTest more verbose error messages. by commit-bot@chromium.org · 10 years ago
  12. 370a899 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  13. 8f90a89 add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  14. 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
  15. 392c9be add new onClip* methods to SkCanvas by robertphillips@google.com · 10 years ago
  16. ea7d08e Add unit test for unbalanced save and restores in pictures. by commit-bot@chromium.org · 11 years ago
  17. deee496 replace setConfig+allocPixels with single call by mike@reedtribe.org · 11 years ago
  18. 50b393a SkPictureRecord: silently do nothing for non-drawable SkBitmaps. by commit-bot@chromium.org · 11 years ago
  19. e254310 add SkCanvas constructor that explicitly creates no_config with dimensions by commit-bot@chromium.org · 11 years ago
  20. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  21. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  22. 2e9a715 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  23. 0e4ce14 Fix for r13038 by robertphillips@google.com · 11 years ago
  24. 56bf6e4 Pull in Chromium's version of GatherPixelRefs by robertphillips@google.com · 11 years ago
  25. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. fe5824a Fix for Mac-specific compilation issue in r13000 by robertphillips@google.com · 11 years ago
  27. ed9866c Expand GatherPixelRefs unit test by robertphillips@google.com · 11 years ago
  28. 672588b change offset to xy for pixelref subsetting by reed@google.com · 11 years ago
  29. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  30. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  31. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  32. bf79023 Update all callsites to use info for pixelrefs by reed@google.com · 11 years ago
  33. 0daa1ad Reverting r12665 & r12666 (Remove duplicate impl for SkImageInfo flattening) due to Chromium/Blink compilation errors by robertphillips@google.com · 11 years ago
  34. 93b4059 Remvoe duplicate impl for SkImageInfo flattening Add onNewLockPixels by reed@google.com · 11 years ago
  35. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  36. 398337b Revert "remvoe duplicate impl for SkImageInfo flattening" by reed@google.com · 11 years ago
  37. f3aead2 remvoe duplicate impl for SkImageInfo flattening by reed@google.com · 11 years ago
  38. 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
  39. 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
  40. 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
  41. 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
  42. 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
  43. 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
  44. 381010e Expose SkPicture::willPlayBackBitmaps() by tomhudson@google.com · 11 years ago
  45. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  46. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  47. 1f2f338 Split SkDevice into SkBaseDevice and SkBitmapDevice by robertphillips@google.com · 11 years ago
  48. d0f1a4f Fix clip expansion in SkPictureRecord::recordRestoreOffsetPlaceholder() by fmalita@google.com · 11 years ago
  49. 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
  50. f1754ec Replace SkPicture(SkStream) constructors with a factory. by scroggo@google.com · 11 years ago
  51. 1b1bcc3 New API for encoding bitmaps during serialization. by scroggo@google.com · 11 years ago
  52. d575eed Fix behavior of SkPicture::kUsePathBoundsForClip_RecordingFlag to handle inverse fills and all clip ops correctly. by junov@chromium.org · 11 years ago
  53. 279627e reverting 9031 by junov@chromium.org · 11 years ago
  54. 0962ae1 Fix SkPicture path bound optimization to handle inverse filled paths. by junov@chromium.org · 11 years ago
  55. 49ce11b Use SkError for a bitmap that could not be decoded. by scroggo@google.com · 11 years ago
  56. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  57. 54f0d1b Tests : Unused parameters cleanup by sugoi@google.com · 11 years ago
  58. 94f20dc Fixing crash in cloning empty SkPicture object by junov@chromium.org · 12 years ago
  59. 72aa79c override drawOval and drawRRect in GatherPixelRefDevice, so we don't miss those, by reed@google.com · 12 years ago
  60. 5f429b0 Fix signed/unsigned comparison in PictureTest.cpp by bsalomon@google.com · 12 years ago
  61. c3d753e Fix signed/unsigned comparison warning in PictureTest.cpp by bsalomon@google.com · 12 years ago
  62. 7c9d539 In SKP serialization, use existing encoded data. by scroggo@google.com · 12 years ago
  63. 4b90b11 Handle recording a bitmap if copy fails. by scroggo@google.com · 12 years ago
  64. c3d7d90 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. fe7b1ed add SkPictureUtils::GatherPixelRefs() by reed@google.com · 12 years ago
  66. 52c2437 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  67. 21b519d catch empty stack in restorefixup called by clipRect by reed@google.com · 12 years ago
  68. d614c6a For a picture playback with nothing written, use an empty SkData. by scroggo@google.com · 12 years ago