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