1. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  2. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  3. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  4. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  5. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  6. 008fbd1 Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset #1 id:20001 of https://codereview.chromium.org/2302413002/ ) by mgiuca · 8 years ago
  7. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  8. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  9. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  10. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  11. c5064d9 Revert of Add regression test (patchset #2 id:20001 of https://codereview.chromium.org/2243143002/ ) by msarett · 8 years ago
  12. bcae9d3 Add regression test by msarett · 8 years ago
  13. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  14. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  15. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  16. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  17. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  18. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  19. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  20. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  21. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  22. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  23. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  24. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  25. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  26. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  27. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  28. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  29. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  30. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  31. 2c3eca3 Approximate common gamma tables as single values by msarett · 8 years ago
  32. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 8 years ago
  33. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  34. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  35. a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 8 years ago
  36. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  37. 92271fc Don't crash when resource path is omitted by Brian Salomon · 8 years ago
  38. d2100f2 Don't crash when resource path isn't specified by Brian Salomon · 8 years ago
  39. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  40. 18300a3 detach -> release by mtklein · 8 years ago
  41. 53add95 Disable color space test for old versions of libpng by msarett · 8 years ago
  42. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago