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