| Commit message (Expand) | Author | Age |
* | remove SkColorSpace_Base | Mike Klein | 2018-01-26 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-14 |
* | Revert "Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB" | Mike Klein | 2017-12-14 |
* | Remove SkColorSpace_Base::MakeNamed, along with most uses of Adobe RGB | Brian Osman | 2017-12-13 |
* | Simplify SkColorSpace::MakeICC | Leon Scroggins III | 2017-10-31 |
* | jumper, parametric_{r,g,b,a} | Mike Klein | 2017-04-19 |
* | jumper, table_{r,g,b,a} | Mike Klein | 2017-04-17 |
* | Delete SkColorSpace::ColorSpaceFlags | Matt Sarett | 2017-03-24 |
* | Non linear blending flag for SkColorSpace | Brian Osman | 2017-02-15 |
* | 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 ASAN | Matt Sarett | 2017-01-13 |
* | Fix out of bounds read in RP::load_tables_u16_be() | Matt Sarett | 2017-01-13 |
* | Unify ICC support for gray jpegs and gray pngs | Matt Sarett | 2017-01-13 |
* | Fix swapped interpretation of c and e in SkColorSpace_ICC | Matt Sarett | 2016-12-19 |
* | Added CMYK support for ICC profiles. | raftias | 2016-12-01 |
* | Revert "Added CMYK support for ICC profiles." | Mike Klein | 2016-12-01 |
* | Added CMYK support for ICC profiles. | raftias | 2016-12-01 |
* | Initial implementation of a SkColorSpace_A2B xform | raftias | 2016-11-11 |
* | Refactored SkColorSpace and added in a Lab PCS GM | raftias | 2016-10-18 |
* | Cache dst LUTs in SkColorSpaceXform | Matt Sarett | 2016-10-16 |
* | Add SkColorSpaceTransferFn to SkColorSpace | Matt Sarett | 2016-10-11 |
* | Add SkColorSpaceXform to the public API | msarett | 2016-10-11 |
* | Fixed invalid memory access issue in SkColorSpaceXform::apply() | raftias | 2016-09-29 |
* | 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 |
* | Delete some LUTs from SkColorSpaceXform | msarett | 2016-09-09 |
* | Delete SkColorSpace::gammaNamed() from public API | msarett | 2016-09-07 |
* | Fix generic color space xform, ColorSpaceXformTest | msarett | 2016-08-23 |
* | Perform color correction on png decodes | msarett | 2016-08-03 |
* | 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 |
* | Refactor parsing and storage of SkGammas | msarett | 2016-07-21 |
* | Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of ... | msarett | 2016-07-20 |
* | Refactor parsing and storage of SkGammas | msarett | 2016-07-20 |
* | Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of ... | msarett | 2016-07-20 |
* | Refactor parsing and storage of SkGammas | msarett | 2016-07-20 |
* | Tweak a couple things I found confusing in ColorSpaceXform unit tests. | mtklein | 2016-07-18 |
* | Add capability for SkColorXform to output half floats | msarett | 2016-07-15 |
* | Revert of Potential fix for flaky TSAN (patchset #1 id:1 of https://coderevie... | msarett | 2016-06-23 |
* | Potential fix for flaky TSAN | msarett | 2016-06-22 |
* | Use a table-based implementation of SkDefaultXform | msarett | 2016-06-22 |
* | Implement fast, correct gamma conversion for color xforms | msarett | 2016-06-16 |
* | Add SkDefaultXform as a catch-all to handle color conversions | msarett | 2016-06-06 |