1. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
  2. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
  3. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
  4. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
  5. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  6. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
  7. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
  8. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  9. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  10. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  11. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  12. 693fdbd refFoo variant for getters that naturally have a sk_sp by Mike Reed · 8 years ago
  13. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  14. a9e9bfc Delete qcms by Matt Sarett · 8 years ago
  15. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  16. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  17. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  18. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  19. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  20. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  21. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  22. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  23. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  24. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  25. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  26. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  27. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  28. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  29. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  30. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  31. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  32. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  33. 39979d8 Revert of Add color space xform support to SkJpegCodec (includes F16!) (patchset #9 id:260001 of https://codereview.chromium.org/2174493002/ ) by msarett · 8 years ago
  34. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  35. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  36. 575b2a3 Fix master-skia build by msarett · 8 years ago
  37. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  38. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  39. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  40. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  41. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  42. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  43. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago