index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
ColorSpaceTest.cpp
Commit message (
Expand
)
Author
Age
*
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
*
Add SkColorSpace::Equals() API
msarett
2016-08-01
*
Fix various SkColorSpace bugs
msarett
2016-07-29
*
Add writeToMemory() API to SkColorSpace
msarett
2016-07-28
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
SkMatrix44 clarifications and clean-ups
msarett
2016-06-23
*
Enable flattening and unflattening of SkColorSpace
msarett
2016-06-22
*
update callers to not use SkColorProfileType
reed
2016-06-21
*
Differentiate between sRGBGamma and 2Dot2Gamma
msarett
2016-06-16
*
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...
scroggo
2016-06-06
*
Make SkPngCodec decode progressively.
scroggo
2016-06-02
[next]