1. 6c4ea7e Fix 3 related races in SkColorSpace.cpp. by Mike Klein · 7 years ago
  2. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  3. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  4. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  5. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  6. 73e6270 Expose SkColorSpaceTransferFn inversion function by Brian Osman · 7 years ago
  7. d83545e Add SkColorSpace::isSRGB() by Matt Sarett · 7 years ago
  8. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 8 years ago
  9. 6722553 Add SkColorSpace::isNumericalTransferFn() to the public API by Matt Sarett · 8 years ago
  10. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  11. 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
  12. 25834ff Use non-linear blending flag in raster pipeline blitter by Matt Sarett · 8 years ago
  13. 3f40598 Non linear blending flag for SkColorSpace by Brian Osman · 8 years ago
  14. 3e50027 Delete legacy named color space API by Matt Sarett · 8 years ago
  15. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  16. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  17. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  18. 0312a0c Add toXYZD50() to SkColorSpace API by Matt Sarett · 8 years ago
  19. 1e85424 Improve detection of color space transfer fns by Matt Sarett · 8 years ago
  20. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  21. c2881e9 Refine constant sRGB and Adobe RGB to D50 matrices by Matt Sarett · 8 years ago
  22. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  23. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  24. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  25. 99e3f7d Remove unneeded SkColorSpace constructor TBR=reed@google.com BUG=skia: by Matt Sarett · 8 years ago
  26. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  27. bbf251b Hash the gamut of XYZ color spaces, to speed up comparison by Brian Osman · 8 years ago
  28. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  29. f489886 Cache dst LUTs in SkColorSpaceXform by Matt Sarett · 8 years ago
  30. c434f51 Add NewRGB() with float gamma to SkColorSpace public API by Matt Sarett · 8 years ago
  31. 7c602de Removed makeLinearGamma() from the public API for SkColorSpace by raftias · 8 years ago
  32. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  33. a5a31dd Add SkColorSpacePrimaries to help with making D50 matrices by msarett · 8 years ago
  34. 7802c3d Move toXYZD50() to SkColorSpace_Base by msarett · 8 years ago
  35. eec8304 Added kSRGBLinear_Named color space, along with tests by brianosman · 8 years ago
  36. 94d7872 In makeLinearGamma, return the original CS if it's already linear by Brian Osman · 8 years ago
  37. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  38. 971cd49 Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). by brianosman · 8 years ago
  39. 48ba2b8 Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma by msarett · 8 years ago
  40. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  41. 653212c Add gammaIsLinear() API to SkColorSpace by msarett · 8 years ago
  42. 47ae5c5 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  43. 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
  44. 54682e8 Delete SkColorSpace::kUnknown_Named, remove fNamed field by msarett · 8 years ago
  45. 8aeec39 New helper for creating a color space from another, with linear gamma by brianosman · 8 years ago
  46. ae6377c Make singleton SkColorSpaces thread safe by msarett · 8 years ago
  47. d9015a4 Fix Equals and serialization for rare pngs by msarett · 8 years ago
  48. b8d1aac Create a separate src for colorspace tests by msarett · 8 years ago
  49. abbd6d5 Add SkColorSpace::Equals() API by msarett · 8 years ago
  50. a714bc3 Fix various SkColorSpace bugs by msarett · 8 years ago
  51. a0605bf Add writeToMemory() API to SkColorSpace by msarett · 8 years ago
  52. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  53. bb0ab4d Fix leak of srgb/adobesrgb colorspace objects by bsalomon · 8 years ago
  54. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  55. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  56. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  57. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  58. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  59. 085cad4 Move SkColorSpace ICC parsing/writing code to its own file by msarett · 8 years ago
  60. 0f83e01 Add support for 3D colorLUTs to SkColorXform by msarett · 8 years ago
  61. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  62. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  63. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  64. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  65. 8c5424c SkColorSpace::NewICC fix integer overflow caught by fuzzer by msarett · 8 years ago
  66. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago
  67. a4fa4f6 Gamma sanity checks by msarett · 8 years ago
  68. 64d3143 Name parametric gamma curve types by msarett · 8 years ago
  69. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  70. 81e4cc7 Recognize common parametric gamma by msarett · 8 years ago
  71. 107c895 Fix integer overflow in SkColorSpace by msarett · 8 years ago
  72. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  73. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  74. 888dc16 Test color correction in DM by msarett · 8 years ago
  75. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  76. 61a999c Parse parametric gamma curves by msarett · 8 years ago
  77. 264f88a SkColorSpace follow-ups by msarett · 8 years ago
  78. 1483d0f Fix leak of SkGammas by msarett · 8 years ago
  79. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  80. f44b020 Recognize Adobe RGB profiles by msarett · 8 years ago
  81. c2e4bb3 Recognize more sRGB gammas by msarett · 8 years ago
  82. 2c3eca3 Approximate common gamma tables as single values by msarett · 8 years ago
  83. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  84. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  85. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  86. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  87. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  88. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 8 years ago
  89. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  90. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  91. 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
  92. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  93. 23bd7e9 Delete unused code from SkColorSpace by msarett · 8 years ago
  94. 85def2e Parse A2B0 tag on ICC profiles by msarett · 8 years ago
  95. 92bd2e8 Add comments and sanity checks to parsing of ICC headers by msarett · 8 years ago
  96. 1cf6325 Use SkColorSpacePrintf instead of SkDebugf by msarett · 8 years ago
  97. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  98. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  99. dd9ffea make SkPM4f private by reed · 9 years ago
  100. 66a6589 starter kit for colorspaces by reed · 9 years ago