1. c1f7774 Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  2. a129dfe Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS" by Mike Reed · 8 years ago
  3. 8e7432b remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS by Mike Reed · 8 years ago
  4. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  5. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  6. e54c75f remove SkError by Mike Klein · 8 years ago
  7. 627778d isABitmap is deprecated, use isAImage by Mike Reed · 8 years ago
  8. 73603f3 abstract name of clipping ops, to transtion to a more restricted set by reed · 8 years ago
  9. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  10. a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
  11. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  12. c573a40 Add drawImageLattice() and drawBitmapLattice() APIs by msarett · 8 years ago
  13. de996a0 re-disable save/restore peephole optimization by reed · 8 years ago
  14. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  15. 41c27e1 Experiment: add flag for finish-recording to return null by reed · 8 years ago
  16. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  17. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  18. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  19. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  20. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  21. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  22. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  23. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  24. 1e90304 SkMD5: .update() -> .write() by halcanary · 8 years ago
  25. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  26. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  27. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  28. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  29. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  30. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  31. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  32. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  33. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  34. ca2622b return pictures as sk_sp by reed · 8 years ago
  35. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  36. 5f939ab Use std::unique_ptr. by mtklein · 8 years ago
  37. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  38. 2691d76 Use std::unique_ptr. by mtklein · 8 years ago
  39. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 8 years ago
  40. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 8 years ago
  41. ce563cd more shader-->sp conversions by reed · 8 years ago
  42. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  43. 3dd9ed3 Use std::unique_ptr. by mtklein · 8 years ago
  44. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 8 years ago
  45. 20c1e3a Use std::unique_ptr. by mtklein · 8 years ago
  46. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 8 years ago
  47. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 8 years ago
  48. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 8 years ago
  49. e3b38ce unify how canvas checks for null on skia objects (images, blobs, pictures) by reed · 9 years ago
  50. 5e1ddb1 Reland of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1540203002/ ) by reed · 9 years ago
  51. 2d6ba66 Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) by reed · 9 years ago
  52. d63f60a change all factories to return their base-class by reed · 9 years ago
  53. 4960eee change signature for virtual related to saveLayer, passing SaveLayerRec by reed · 9 years ago
  54. da420b9 Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview.chromium.org/1529803004/ ) by reed · 9 years ago
  55. 3270467 Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://codereview.chromium.org/1534443003/ ) by reed · 9 years ago
  56. 4657ce2 remove drawSprite from canvas by reed · 9 years ago
  57. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  58. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  59. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  60. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  61. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  62. 1530283 Generate list of GPU contexts outside tests by kkinnunen · 9 years ago
  63. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  64. 5ef194c Suppress embedding fonts when the skp's fonts match the OS fonts. by caryclark · 9 years ago
  65. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  66. a16af21 Have SkPicture::willPlayBackBitmaps() count SkImages too. by mtklein · 9 years ago
  67. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  68. c6ad06a unsigned -> int for counts and indices in picture-related code by mtklein · 9 years ago
  69. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  70. 84984ef Revert[2] of guard to remove DrawBitmapRectFlags by reed · 9 years ago
  71. 9111019 Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://codereview.chromium.org/1235393003/) by scroggo · 9 years ago
  72. 6fb0b67 guard to remove DrawBitmapRectFlags by reed · 9 years ago
  73. 2ecc000 Preserve SKP cullrects on deserialization by fmalita · 9 years ago
  74. eedc334 Fix leak in PictureTest.cpp by mtklein · 9 years ago
  75. eeff8bb Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording. by schenney · 9 years ago
  76. 9db912c Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  77. 72743b1 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #25 id:480001 of https://codereview.chromium.org/1112523006/) by mtklein · 9 years ago
  78. 15877b6 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  79. b7ed856 Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (patchset #22 id:420001 of https://codereview.chromium.org/1112523006/) by reed · 9 years ago
  80. c92c129 Sketch splitting SkPicture into an interface and SkBigPicture. by mtklein · 9 years ago
  81. 1c2c441 add heuristic to pour small pictures into recordings, rather than ref'ing by reed · 9 years ago
  82. 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 9 years ago
  83. 29b1afc Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  84. 35f5576 Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of https://codereview.chromium.org/1061783002/) by mtklein · 9 years ago
  85. e2dd940 Rearrange SkRecord with small N in mind by mtklein · 9 years ago
  86. feaadee SkCanvas::resetForNextPicture() by mtklein · 9 years ago
  87. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  88. 3e5c2b1 Preserve texture compression when saving a revised skp from debugger by robertphillips · 9 years ago
  89. 23d8593 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  90. a0865b4 Revert of Update SkPicture cull rects with RTree information (patchset #6 id:140001 of https://codereview.chromium.org/971803002/) by joshualitt · 9 years ago
  91. 2dd3b66 Update SkPicture cull rects with RTree information by schenney · 9 years ago
  92. bfd5bff Simplify SkBBH::insert API by mtklein · 9 years ago
  93. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  94. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  95. e44acc9 remove more dead code by reed · 10 years ago
  96. b0dfb54 remove (unused) GatherPixelRefs by reed · 10 years ago
  97. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  98. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  99. d990e2f add testing flag to ignore saveLayer bounds by reed · 10 years ago
  100. 53b9e2e add const to encodePixels pixel parameter by reed · 10 years ago