1. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  2. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  3. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  4. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 7 years ago
  5. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 7 years ago
  6. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  7. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 7 years ago
  8. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 7 years ago
  9. e151bdb Fix color space matrix hashing to avoid hashing the typemask by Matt Sarett · 8 years ago
  10. 1e85424 Improve detection of color space transfer fns by Matt Sarett · 8 years ago
  11. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  12. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  13. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  14. 0186661 Reject non-D50 matrices from ICC profiles 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. 8c05b45 Add tests for ColorSpacePrimaries to XYZD50 by Matt Sarett · 8 years ago
  17. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  18. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  19. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  20. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  21. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  22. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  23. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  24. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  25. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  26. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  27. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  28. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  29. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  30. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  31. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  32. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  33. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  34. 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
  35. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  36. 9d15dab Parse ICC profiles from webps by msarett · 8 years ago
  37. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  38. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  39. c5064d9 Revert of Add regression test (patchset #2 id:20001 of https://codereview.chromium.org/2243143002/ ) by msarett · 8 years ago
  40. bcae9d3 Add regression test by msarett · 8 years ago
  41. c213f0d Hide (mostly) unused SkColorSpace writeToICC() function by msarett · 8 years ago
  42. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  43. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  44. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  45. 530c844 Remove unnecessary getColorSpace() API from SkCodec by msarett · 8 years ago
  46. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  47. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  48. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  49. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  50. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  51. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  52. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  53. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  54. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  55. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  56. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  57. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  58. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  59. 2c3eca3 Approximate common gamma tables as single values by msarett · 8 years ago
  60. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 8 years ago
  61. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  62. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  63. 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
  64. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  65. 92271fc Don't crash when resource path is omitted by Brian Salomon · 8 years ago
  66. d2100f2 Don't crash when resource path isn't specified by Brian Salomon · 8 years ago
  67. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  68. 18300a3 detach -> release by mtklein · 8 years ago
  69. 53add95 Disable color space test for old versions of libpng by msarett · 8 years ago
  70. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago