index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrColorSpaceXform.cpp
Commit message (
Expand
)
Author
Age
*
Clamp premul colors correctly after a gamut change
Brian Osman
2017-01-04
*
Clamp colors after gamut xform in Ganesh
Brian Osman
2016-12-02
*
Cache GrColorSpaceXforms
Brian Osman
2016-10-20
*
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
*
Move toXYZD50() to SkColorSpace_Base
msarett
2016-09-28
*
Add storage and computation of SkColor4f version of gradient stops.
brianosman
2016-09-15
*
Gamut transformation of the paint color in Ganesh
brianosman
2016-09-12
*
Two changes:
brianosman
2016-09-12
*
Fix color gamut xform matrices in GPU code
brianosman
2016-09-09
*
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
*
Add color gamut xform helpers to GrGLSLShaderBuilder
brianosman
2016-09-07
*
Simplify color space xform storage and usage (float[] vs. SkMatrix44)
brianosman
2016-07-27
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18