1. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  2. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  3. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  4. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  5. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  6. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  7. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  8. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  9. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  10. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  11. 8bbcd5a Reduce overhead for linear color xforms by msarett · 8 years ago
  12. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  13. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  14. 200877e Optimize color xforms when src and dst are matching by msarett · 8 years ago
  15. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  16. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  17. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  18. 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
  19. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  20. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  21. 575b2a3 Fix master-skia build by msarett · 8 years ago
  22. 6bdbf44 Improve naive SkColorXform to half floats by msarett · 8 years ago
  23. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  24. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  25. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  26. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  27. 469f1c5 Use SK_TEST_QCMS to mark qcms test code by msarett · 8 years ago
  28. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago