1. 2563601 Initial implementation of a SkColorSpace_A2B xform by raftias · 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. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  5. 31d097e8 Add SkColorSpaceXform to the public API by msarett · 8 years ago
  6. c6cc28c Fixed invalid memory access issue in SkColorSpaceXform::apply() by raftias · 8 years ago
  7. cf7b877 Add BGRA as input format to SkColorSpaceXform by msarett · 8 years ago
  8. 4be0e7c Make SkColorSpaceXform::New() take bare ptrs by msarett · 8 years ago
  9. c044461 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  10. c71a9b7 Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:140001 of https://codereview.chromium.org/2339233003/ ) by msarett · 8 years ago
  11. 43d6651 Support Float32 output from SkColorSpaceXform by msarett · 8 years ago
  12. 55bcc8e Delete some LUTs from SkColorSpaceXform by msarett · 8 years ago
  13. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  14. 9dc6cf6 Fix generic color space xform, ColorSpaceXformTest by msarett · 8 years ago
  15. d1ec89b Perform color correction on png decodes by msarett · 8 years ago
  16. 50ce1f2 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  17. 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
  18. 73d5533 Add color space xform support to SkJpegCodec (includes F16!) by msarett · 8 years ago
  19. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  20. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  21. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  22. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  23. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  24. b435963 Tweak a couple things I found confusing in ColorSpaceXform unit tests. by mtklein · 8 years ago
  25. 9ce3a54 Add capability for SkColorXform to output half floats by msarett · 8 years ago
  26. 4d60214 Revert of Potential fix for flaky TSAN (patchset #1 id:1 of https://codereview.chromium.org/2084243003/ ) by msarett · 8 years ago
  27. 949999d Potential fix for flaky TSAN by msarett · 8 years ago
  28. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  29. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  30. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago