| Commit message (Expand) | Author | Age |
* | remove SkColorSpace_Base | Mike Klein | 2018-01-26 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-14 |
* | Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" | Mike Klein | 2017-12-14 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-13 |
* | Push much of the SkColorSpace_Base interface up to SkColorSpace | Brian Osman | 2017-12-12 |
* | Revert "Revert "resources: remove most uses of GetResourcePath()"" | Mike Reed | 2017-12-09 |
* | Revert "resources: remove most uses of GetResourcePath()" | Mike Reed | 2017-12-08 |
* | resources: remove most uses of GetResourcePath() | Hal Canary | 2017-12-08 |
* | resources: orgainize directory. | Hal Canary | 2017-12-08 |
* | use unique_ptr for codec factories | Mike Reed | 2017-07-25 |
* | Avoid interpolating color lut with less than 2 points | Matt Sarett | 2017-05-05 |
* | Delete SkColorSpace::ColorSpaceFlags | Matt Sarett | 2017-03-24 |
* | Add SkColorSpace::isSRGB() | Matt Sarett | 2017-03-06 |
* | Enable legacy premuls in SkColorSpaceXform | Matt Sarett | 2017-02-22 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Revert "SkColorSpace: remove named API, add gamut API" | Matt Sarett | 2017-02-07 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Fix color space matrix hashing to avoid hashing the typemask | Matt Sarett | 2017-01-04 |
* | Improve detection of color space transfer fns | Matt Sarett | 2017-01-04 |
* | Implement SkICC::WriteICC() | Matt Sarett | 2016-12-20 |
* | Fix swapped interpretation of c and e in SkColorSpace_ICC | Matt Sarett | 2016-12-19 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | Reject non-D50 matrices from ICC profiles | Matt Sarett | 2016-10-31 |
* | Remove unneeded SkColorSpace constructor | Matt Sarett | 2016-10-28 |
* | Add tests for ColorSpacePrimaries to XYZD50 | Matt Sarett | 2016-10-28 |
* | Rename all color space factories from New* to Make* | Brian Osman | 2016-10-24 |
* | Hash the gamut of XYZ color spaces, to speed up comparison | Brian Osman | 2016-10-20 |
* | Refactored SkColorSpace and added in a Lab PCS GM | raftias | 2016-10-18 |
* | Add NewRGB() with float gamma to SkColorSpace public API | Matt Sarett | 2016-10-14 |
* | Removed makeLinearGamma() from the public API for SkColorSpace | raftias | 2016-10-13 |
* | Add SkColorSpaceTransferFn to SkColorSpace | Matt Sarett | 2016-10-11 |
* | Add SkColorSpacePrimaries to help with making D50 matrices | msarett | 2016-10-11 |
* | Move toXYZD50() to SkColorSpace_Base | msarett | 2016-09-28 |
* | Added kSRGBLinear_Named color space, along with tests | brianosman | 2016-09-27 |
* | SkFontData to use smart pointers. | bungeman | 2016-09-16 |
* | Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://... | bungeman | 2016-09-15 |
* | SkFontData to use smart pointers. | bungeman | 2016-09-15 |
* | Fix storage of gamut transform matrices in SkColorSpace | brianosman | 2016-09-09 |
* | Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ(). | brianosman | 2016-09-08 |
* | Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma | msarett | 2016-09-07 |
* | Delete SkColorSpace::gammaNamed() from public API | msarett | 2016-09-07 |
* | Delete SkColorSpace::kUnknown_Named, remove fNamed field | msarett | 2016-09-06 |
* | Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset ... | mgiuca | 2016-09-05 |
* | Delete SkColorSpace::kUnknown_Named, remove fNamed field | msarett | 2016-09-02 |
* | Parse ICC profiles from webps | msarett | 2016-08-24 |
* | Make singleton SkColorSpaces thread safe | msarett | 2016-08-23 |
* | Fix Equals and serialization for rare pngs | msarett | 2016-08-22 |
* | Revert of Add regression test (patchset #2 id:20001 of https://codereview.chr... | msarett | 2016-08-16 |
* | Add regression test | msarett | 2016-08-15 |
* | Hide (mostly) unused SkColorSpace writeToICC() function | msarett | 2016-08-01 |