aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkColorSpace.cpp
Commit message (Expand)AuthorAge
* add explicit accessor for sRGB singleton colorspacesGravatar Mike Klein2018-07-25
* trim #include <new> from SkPostConfig.hGravatar Mike Klein2018-06-11
* remove bit, srgbnl config in DMGravatar Mike Klein2018-05-29
* non-linear blending first stepsGravatar Mike Klein2018-05-10
* Remove SK_SUPPORT_LEGACY_ADOBE_XYZGravatar Brian Osman2018-03-12
* Fix typo in comment (inherited from ICC spec)Gravatar Brian Osman2018-02-08
* remove SkColorSpace_BaseGravatar Mike Klein2018-01-26
* Remove usage of SkGammas in SkColorSpace serializationGravatar Brian Osman2017-12-27
* Remove more functionality from SkColorSpace_BaseGravatar Brian Osman2017-12-21
* Fix Adobe RGB color space in SkiaGravatar Brian Osman2017-12-20
* 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
* add Type enum to SkColorSpaceGravatar Mike Reed2017-10-27
* Fix 3 related races in SkColorSpace.cpp.Gravatar Mike Klein2017-09-19
* Delete SkColorSpace::ColorSpaceFlagsGravatar Matt Sarett2017-03-24
* Revert "Revert "Add color spin test for SkColorSpaceXformCanvas""Gravatar Mike Klein2017-03-18
* Revert "Add color spin test for SkColorSpaceXformCanvas"Gravatar Eric Boren2017-03-17
* Add color spin test for SkColorSpaceXformCanvasGravatar Matt Sarett2017-03-15
* Expose SkColorSpaceTransferFn inversion functionGravatar Brian Osman2017-03-14
* Add SkColorSpace::isSRGB()Gravatar Matt Sarett2017-03-06
* SkAndroidCodec: Leave pixels in encoded colorspace when tf is numericalGravatar Matt Sarett2017-03-01
* Add SkColorSpace::isNumericalTransferFn() to the public APIGravatar Matt Sarett2017-02-28
* Enable legacy premuls in SkColorSpaceXformGravatar Matt Sarett2017-02-22
* Use non-linear color spaces for Android decode outputsGravatar Matt Sarett2017-02-16
* Use non-linear blending flag in raster pipeline blitterGravatar Matt Sarett2017-02-15
* Non linear blending flag for SkColorSpaceGravatar Brian Osman2017-02-15
* Delete legacy named color space APIGravatar Matt Sarett2017-02-10
* 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
* Add toXYZD50() to SkColorSpace APIGravatar Matt Sarett2017-02-06
* Improve detection of color space transfer fnsGravatar Matt Sarett2017-01-04
* Implement SkICC::WriteICC()Gravatar Matt Sarett2016-12-20
* Refine constant sRGB and Adobe RGB to D50 matricesGravatar Matt Sarett2016-12-02
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Revert "Added CMYK support for ICC profiles."Gravatar Mike Klein2016-12-01
* Added CMYK support for ICC profiles.Gravatar raftias2016-12-01
* Remove unneeded SkColorSpace constructorGravatar 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
* Cache dst LUTs in SkColorSpaceXformGravatar Matt Sarett2016-10-16
* 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