1. 41ba826 (Almost) no one needs to know about SkPixelRef by Brian Osman · 6 years ago
  2. 6e45ce7 Fix uninitialized errors in SkPngCodec by Leon Scroggins III · 6 years ago
  3. 0118e97 Remove calls to computeOutputColor- Type and Space by Leon Scroggins III · 6 years ago
  4. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  5. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  6. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  7. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  8. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  9. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  10. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  11. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  12. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  13. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  14. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  15. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  16. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  17. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  18. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 7 years ago
  19. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  20. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  21. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  22. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  23. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  24. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  25. e26a8ad Request legacy mode behavior from SkCodec in BitmapRegionDecoder by msarett · 8 years ago
  26. 577967c Fix uses of SkImageInfo in BRD to preserve color space info by msarett · 8 years ago
  27. 3d47732 Delete workaround for matching bitmap and pixel ref rowbytes by msarett · 8 years ago
  28. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  29. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  30. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago[Renamed from tools/android/SkBitmapRegionCodec.cpp]
  31. 7fdda60 Lock pixels again after dummy reset of pixel ref in SkBitmapRegionCodec by msarett · 9 years ago
  32. cb8d719 Make BRD take advantage of zero initialized memory by msarett · 9 years ago
  33. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago[Renamed (98%) from tools/SkBitmapRegionCodec.cpp]
  34. fcff08c SkBitmapRegionCodec needs to use the rowBytes on the pixel ref by msarett · 9 years ago
  35. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  36. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago