aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ColorSpaceTest.cpp
Commit message (Expand)AuthorAge
* add explicit accessor for sRGB singleton colorspacesGravatar Mike Klein2018-07-25
* Make skcms mandatoryGravatar Brian Osman2018-05-30
* update ColorSpaceTest.cpp to remove MakeICCGravatar Mike Klein2018-05-23
* SkColorSpace::Make(const skcms_ICCProfile&)Gravatar Mike Klein2018-05-09
* Convert skcms to only export functions (not data)Gravatar Brian Osman2018-05-01
* Add test to ensure that skcms' sRGB turns into Skia's sRGB color spaceGravatar Brian Osman2018-04-30
* IWYU for some more test files starting with 'C'.Gravatar Ben Wagner2018-04-17
* remove SkColorSpace_BaseGravatar Mike Klein2018-01-26
* Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGBGravatar Brian Osman2017-12-14
* Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB"Gravatar Mike Klein2017-12-14
* Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGBGravatar Brian Osman2017-12-13
* Push much of the SkColorSpace_Base interface up to SkColorSpaceGravatar Brian Osman2017-12-12
* Revert "Revert "resources: remove most uses of GetResourcePath()""Gravatar Mike Reed2017-12-09
* Revert "resources: remove most uses of GetResourcePath()"Gravatar Mike Reed2017-12-08
* resources: remove most uses of GetResourcePath()Gravatar Hal Canary2017-12-08
* resources: orgainize directory.Gravatar Hal Canary2017-12-08
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Avoid interpolating color lut with less than 2 pointsGravatar Matt Sarett2017-05-05
* Delete SkColorSpace::ColorSpaceFlagsGravatar Matt Sarett2017-03-24
* Add SkColorSpace::isSRGB()Gravatar Matt Sarett2017-03-06
* Enable legacy premuls in SkColorSpaceXformGravatar Matt Sarett2017-02-22
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Fix color space matrix hashing to avoid hashing the typemaskGravatar Matt Sarett2017-01-04
* Improve detection of color space transfer fnsGravatar Matt Sarett2017-01-04
* Implement SkICC::WriteICC()Gravatar Matt Sarett2016-12-20
* Fix swapped interpretation of c and e in SkColorSpace_ICCGravatar Matt Sarett2016-12-19
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Reject non-D50 matrices from ICC profilesGravatar Matt Sarett2016-10-31
* Remove unneeded SkColorSpace constructorGravatar Matt Sarett2016-10-28
* Add tests for ColorSpacePrimaries to XYZD50Gravatar Matt Sarett2016-10-28
* Rename all color space factories from New* to Make*Gravatar Brian Osman2016-10-24
* Hash the gamut of XYZ color spaces, to speed up comparisonGravatar Brian Osman2016-10-20
* Refactored SkColorSpace and added in a Lab PCS GMGravatar raftias2016-10-18
* Add NewRGB() with float gamma to SkColorSpace public APIGravatar Matt Sarett2016-10-14
* Removed makeLinearGamma() from the public API for SkColorSpaceGravatar raftias2016-10-13
* Add SkColorSpaceTransferFn to SkColorSpaceGravatar Matt Sarett2016-10-11
* Add SkColorSpacePrimaries to help with making D50 matricesGravatar msarett2016-10-11
* Move toXYZD50() to SkColorSpace_BaseGravatar msarett2016-09-28
* Added kSRGBLinear_Named color space, along with testsGravatar brianosman2016-09-27
* SkFontData to use smart pointers.Gravatar bungeman2016-09-16
* Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...Gravatar bungeman2016-09-15
* SkFontData to use smart pointers.Gravatar bungeman2016-09-15
* Fix storage of gamut transform matrices in SkColorSpaceGravatar brianosman2016-09-09
* Cache the inverse matrix on SkColorSpace. Rename xyz() to toXYZ().Gravatar brianosman2016-09-08
* Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGammaGravatar msarett2016-09-07
* Delete SkColorSpace::gammaNamed() from public APIGravatar msarett2016-09-07
* Delete SkColorSpace::kUnknown_Named, remove fNamed fieldGravatar msarett2016-09-06
* Revert of Delete SkColorSpace::kUnknown_Named, remove fNamed field (patchset ...Gravatar mgiuca2016-09-05