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