index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
ColorCodecBench.cpp
Commit message (
Expand
)
Author
Age
*
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
*
refFoo variant for getters that naturally have a sk_sp
Mike Reed
2017-01-12
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Delete qcms
Matt Sarett
2016-11-01
*
Remove unneeded SkColorSpace constructor
Matt Sarett
2016-10-28
*
Rename all color space factories from New* to Make*
Brian Osman
2016-10-24
*
Refactored SkColorSpace and added in a Lab PCS GM
raftias
2016-10-18
*
Cache dst LUTs in SkColorSpaceXform
Matt Sarett
2016-10-16
*
Removed makeLinearGamma() from the public API for SkColorSpace
raftias
2016-10-13
*
Add SkColorSpaceXform to the public API
msarett
2016-10-11
*
Add BGRA as input format to SkColorSpaceXform
msarett
2016-09-22
*
Make SkColorSpaceXform::New() take bare ptrs
msarett
2016-09-22
*
Support Float32 output from SkColorSpaceXform
msarett
2016-09-16
*
Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000...
msarett
2016-09-16
*
Support Float32 output from SkColorSpaceXform
msarett
2016-09-16
*
Reduce overhead for linear color xforms
msarett
2016-09-14
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Checking for valid colorType, alphaType, colorSpace in SkCodec
msarett
2016-09-08
*
Optimize color xforms when src and dst are matching
msarett
2016-08-15
*
Perform color correction on png decodes
msarett
2016-08-03
*
Fix various SkColorSpace bugs
msarett
2016-07-29
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-29
*
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...
msarett
2016-07-28
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-28
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
Fix master-skia build
msarett
2016-07-19
*
Improve naive SkColorXform to half floats
msarett
2016-07-19
*
Add capability for SkColorXform to output half floats
msarett
2016-07-15
*
Support sRGB dsts in opt code
msarett
2016-06-20
*
Implement fast, correct gamma conversion for color xforms
msarett
2016-06-16
*
Optimize color xforms with 2.2 gammas for SSE2
msarett
2016-06-08
*
Use SK_TEST_QCMS to mark qcms test code
msarett
2016-06-06
*
Add color correction benchmark - with comparison to qcms
msarett
2016-06-03