aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkColorSpaceXform.cpp
Commit message (Expand)AuthorAge
* Back out new SkColorSpaceXform pipeline.Gravatar Mike Klein2017-10-13
* SkColorSpaceXform: clamp before table lookupsGravatar Mike Klein2017-10-10
* aggressively refactor pipeline building in SkColorSpaceXformGravatar Mike Klein2017-10-05
* refactor SkColorSpaceXform a bitGravatar Mike Klein2017-10-04
* fix comments in SkColorSpaceXform.cppGravatar Mike Klein2017-10-02
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* add gamma stageGravatar Mike Klein2017-08-09
* retry explore always using SkRasterPipeline for color space transformsGravatar Mike Klein2017-07-20
* convert over to 2d-modeGravatar Mike Klein2017-07-20
* ICC: SkICCGetColorProfileTag supports special casesGravatar Hal Canary2017-07-10
* clean up low-hanging swap_rbGravatar Mike Klein2017-06-28
* Revert "explore always using SkRasterPipeline for color space transforms"Gravatar Mike Klein2017-06-15
* explore always using SkRasterPipeline for color space transformsGravatar Mike Klein2017-06-15
* update SkRasterPipeline::run() to also take yGravatar Mike Klein2017-06-01
* SkRasterPipeline in SkArenaAllocGravatar Mike Klein2017-05-24
* add helper static to SkColorSpaceXformGravatar Mike Reed2017-05-22
* remove to_2dot2 and from_2dot2Gravatar Mike Klein2017-04-26
* Reverse clamp logic in SkColorSpaceXformGravatar Matt Sarett2017-03-30
* 565 color xforms: make sure we clamp if necessaryGravatar Matt Sarett2017-03-29
* Add codec and color xform support for 565Gravatar Matt Sarett2017-03-28
* Delete SkColorSpace::ColorSpaceFlagsGravatar Matt Sarett2017-03-24
* Add SkTransferFunctionBehavior flag: Use in codec and encoderGravatar Matt Sarett2017-03-24
* Add support for F32 sources to SkColorSpaceXformGravatar Matt Sarett2017-03-21
* Improvements to readpixels GMGravatar Brian Osman2017-03-20
* Enable legacy premuls in SkColorSpaceXformGravatar Matt Sarett2017-02-22
* Move shader register setup to SkRasterPipelineBlitter.Gravatar Mike Klein2017-01-23
* Reland "Respect full precision for RGB16 PNGs" (part 2)Gravatar Matt Sarett2017-01-19
* Revert "Respect full precision for RGB16 PNGs"Gravatar Matt Sarett2017-01-18
* Respect full precision for RGB16 PNGsGravatar Matt Sarett2017-01-18
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-13
* Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"Gravatar Matt Sarett2017-01-12
* Use RasterPipeline to support full precision on 16-bit RGBA pngsGravatar Matt Sarett2017-01-12
* Fix SkColorSpaceXform F16 behaviorGravatar Matt Sarett2017-01-09
* Merge SkColorSpaceXform_XYZ and SkColorSpaceXform_PipelineGravatar Matt Sarett2017-01-04
* Fix swapped interpretation of c and e in SkColorSpace_ICCGravatar Matt Sarett2016-12-19
* Fix max/min errorGravatar Matt Sarett2016-12-04
* Fix Chrome Linux - temporarily turn off xform pipelineGravatar Matt Sarett2016-12-02
* SkColorSpaceXform bug fixes attempt 2Gravatar Matt Sarett2016-12-01
* Skip clamps in color xform pipelines if possible.Gravatar Mike Klein2016-12-01
* Optimized gamma table inversion.Gravatar raftias2016-12-01
* Reland "Add RasterPipeline implementation for SkColorSpaceXform"Gravatar Matt Sarett2016-12-01
* Revert "SkColorSpaceXform bug fixes"Gravatar Matt Sarett2016-12-01
* Revert "Add RasterPipeline implementation for SkColorSpaceXform"Gravatar Brian Osman2016-12-01
* Add RasterPipeline implementation for SkColorSpaceXformGravatar Matt Sarett2016-12-01
* SkColorSpaceXform bug fixesGravatar Matt Sarett2016-12-01
* Initial implementation of a SkColorSpace_A2B xformGravatar raftias2016-11-11
* Clamp parametric gamma values to 0-1 rangeGravatar Matt Sarett2016-11-10
* Help msvs compile SkColorSpaceXform fasterGravatar Matt Sarett2016-10-24
* Use SK_ALWAYS_INLINE in SkColorSpaceXformGravatar Matt Sarett2016-10-24
* Fix for Chrome MSANGravatar Matt Sarett2016-10-21