1. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 7 years ago
  2. 7614794 remove discardablepixelref by Mike Reed · 8 years ago
  3. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  4. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  5. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  6. 18300a3 detach -> release by mtklein · 8 years ago
  7. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  8. 07e2692 SkResourceCache::GetAllocator() index8 and other color types handling by aleksandar.stojiljkovic · 9 years ago
  9. d114645 SkInstallDiscardablePixelRef is deprecated, enforce that by reed · 9 years ago
  10. dd42e5c Revert "Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ )" by reed · 9 years ago
  11. 60c73d5 Revert of remove unused SkCachingPixelRef (patchset #1 id:1 of https://codereview.chromium.org/1364743002/ ) by benjaminwagner · 9 years ago
  12. 70d58b7 remove unused SkCachingPixelRef by reed · 9 years ago
  13. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  14. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  15. ddbbdda SkImage method for detecting lazy decoding by fmalita · 9 years ago
  16. ef004e1 Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS by scroggo · 9 years ago
  17. 1c84634 add runtime option to provide data->imagegenerator factory by reed · 9 years ago
  18. 5315fd4 Remove SkImageGenerator pieces only for SkCodec. by scroggo · 9 years ago
  19. 871872f change old picture serialization to really handle images by reed · 9 years ago
  20. ab86577 add assert that the lock-count on pixelref is balanced by reed · 9 years ago
  21. d129084 remove dead code behind BOOL_ONGETINFO by reed · 9 years ago
  22. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  23. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 9 years ago
  24. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 9 years ago
  25. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 9 years ago
  26. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 9 years ago
  27. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  28. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  29. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  30. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  31. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  32. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  33. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  34. 8482504 make allocPixels throw on failure by reed · 10 years ago
  35. 011f39a rename ScaledImageCache to ResourceCache by reed · 10 years ago
  36. ea4673f SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  37. 78ee93f Revert of SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. (https://codereview.chromium.org/465823003/) by halcanary · 10 years ago
  38. 186f7b0 SkImage::NewFromGenerator(SkImageGenerator*), and a unit test. by halcanary · 10 years ago
  39. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  40. 00f8d6c Revert "Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/)" by commit-bot@chromium.org · 10 years ago
  41. 924205a Revert of add colortable support to imagegenerator (https://codereview.chromium.org/304443003/) by commit-bot@chromium.org · 10 years ago
  42. b263985 add colortable support to imagegenerator by commit-bot@chromium.org · 10 years ago
  43. 2d970b5 hide discardable factory from public imagegenerator api by commit-bot@chromium.org · 10 years ago
  44. 28fcae2 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  45. 96edc24 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  46. d923288 Revert of Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/234243002/) by commit-bot@chromium.org · 10 years ago
  47. 757ebd2 Revert of Rename kPMColor_SkColorType to kN32_SkColorType. (https://codereview.chromium.org/227433009/) by commit-bot@chromium.org · 10 years ago
  48. 149e9a1 Rename kPMColor_SkColorType to kN32_SkColorType. by commit-bot@chromium.org · 10 years ago
  49. cf2f008 SkDiscardableMemoryPool to abstract class by commit-bot@chromium.org · 10 years ago
  50. 709ca75 SkOnce: add option to call another cleanup function once at exit. by commit-bot@chromium.org · 11 years ago
  51. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 11 years ago
  52. 227c246 Resolve a few memory leaks in tests. by commit-bot@chromium.org · 11 years ago
  53. 5867481 Remove unnamed namespace usage from tests/ by tfarina@chromium.org · 11 years ago
  54. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  55. 3d50ea1 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  56. 1ad518b Revert of https://codereview.chromium.org/93703004/ by commit-bot@chromium.org · 11 years ago
  57. d665dc4 Add Options to SkDecodingImageGenerator, simplify API. by halcanary@google.com · 11 years ago
  58. 1d0654f be sure to unlock the discardablememory before deleting it by reed@google.com · 11 years ago
  59. edd370f Sk_API for SkImageGenerator and SkInstallDiscardablePixelRef by halcanary@google.com · 11 years ago
  60. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  61. 726b97a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  62. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  63. dcfebfa Fix MacOS build error from 36d08c5c90c7 by halcanary@google.com · 11 years ago
  64. 36d08c5 SkCachingPixelRef to use SkImageGenerator by halcanary@google.com · 11 years ago
  65. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  66. 6e3e422 Break up SkLazyPixelRef functionally into class hierarchy. by commit-bot@chromium.org · 11 years ago
  67. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  68. b77f0f4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  69. 7585479 Allow SkLazyPixelRef to use SkScaledImageCache by commit-bot@chromium.org · 11 years ago