aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkColorSpaceXform_A2B.cpp
Commit message (Expand)AuthorAge
* 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
* Unify ICC support for gray jpegs and gray pngsGravatar Matt Sarett2017-01-13
* 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 swapped interpretation of c and e in SkColorSpace_ICCGravatar Matt Sarett2016-12-19
* Revert "Revert "WIP: Skia support library for ICC tasks""Gravatar Ravi Mistry2016-12-17
* Revert "WIP: Skia support library for ICC tasks"Gravatar Ravi Mistry2016-12-17
* WIP: Skia support library for ICC tasksGravatar Matt Sarett2016-12-16
* Added optimized sRGB/2.2 gamma stages into A2B color xformGravatar raftias2016-12-15
* Remove spurious include of SkRasterPipeline_opts.hGravatar Brian Osman2016-12-13
* Added clamps in SkRasterPipeline's gamma stages.Gravatar raftias2016-12-08
* Color-correct Gray JPEG image decoding via ICC profiles.Gravatar raftias2016-12-05
* Optimized gamma table inversion.Gravatar raftias2016-12-01
* 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
* Bring back SkRasterPipeline::run() for one-off uses.Gravatar Mike Klein2016-11-30
* Consistent naming.Gravatar Mike Klein2016-11-29
* Hook into parametric and table raster pipeline stagesGravatar Matt Sarett2016-11-16
* Start each pipeline with (x,y) in (dr,dg) registers for the shader.Gravatar Mike Klein2016-11-15
* Initial implementation of a SkColorSpace_A2B xformGravatar raftias2016-11-11