1. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  2. 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
  3. 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
  4. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  5. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  6. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  7. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 7 years ago
  8. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  9. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  10. a225e9b Finish color space support for SkCodec by Matt Sarett · 8 years ago
  11. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  12. 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
  13. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  14. e26a8ad Request legacy mode behavior from SkCodec in BitmapRegionDecoder by msarett · 8 years ago
  15. 577967c Fix uses of SkImageInfo in BRD to preserve color space info by msarett · 8 years ago
  16. 3d47732 Delete workaround for matching bitmap and pixel ref rowbytes by msarett · 8 years ago
  17. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  18. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  19. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago[Renamed from tools/android/SkBitmapRegionCodec.cpp]
  20. 7fdda60 Lock pixels again after dummy reset of pixel ref in SkBitmapRegionCodec by msarett · 9 years ago
  21. cb8d719 Make BRD take advantage of zero initialized memory by msarett · 9 years ago
  22. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago[Renamed (98%) from tools/SkBitmapRegionCodec.cpp]
  23. fcff08c SkBitmapRegionCodec needs to use the rowBytes on the pixel ref by msarett · 9 years ago
  24. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  25. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago