1. e31d8a1 SkColorSpace_ICC: classify two entry tables as linear by Matt Sarett · 7 years ago
  2. 9d687df Avoid interpolating color lut with less than 2 points by Matt Sarett · 7 years ago
  3. 6e83479 Fix out of bounds read in SkColorSpace::MakeICC by Matt Sarett · 7 years ago
  4. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 7 years ago
  5. 3f40598 Non linear blending flag for SkColorSpace by Brian Osman · 8 years ago
  6. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  7. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  8. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  9. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  10. 1bfcf88 Implement SkICC::WriteICC() by Matt Sarett · 8 years ago
  11. 2410717 Fix swapped interpretation of c and e in SkColorSpace_ICC by Matt Sarett · 8 years ago
  12. 8e04286 Move existing writeICC() code into SkICC by Matt Sarett · 8 years ago
  13. 595599f Rearrange ICC profile parsing by Matt Sarett · 8 years ago
  14. fc6d9e9 Removed non-Identity matrix in non-PCSXYZ Input check for ICC profiles by raftias · 8 years ago
  15. e8ea07a Added some named gamma recognition to lutnType ICC profile parsing by raftias · 8 years ago
  16. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
  17. 2bb3592 Fix for Fuzzer when AtoBType profiles are empty. by raftias · 8 years ago
  18. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago
  19. 62458a6 Revert "Added CMYK support for ICC profiles." by Mike Klein · 8 years ago
  20. 51c3fcd Added CMYK support for ICC profiles. by raftias · 8 years ago
  21. 99ab92b Moved A2B0 profile parsing before XYZ by raftias · 8 years ago
  22. 8daef3e Fixed fuzzer issue with lut16Type A2B ICC profiles by raftias · 8 years ago
  23. 71de072 Implemented parsing of lut8/lut16Type A2B ICC tags by raftias · 8 years ago
  24. 14d2899 Fixed issue with some A2B0 images being too dark by raftias · 8 years ago
  25. 0186661 Reject non-D50 matrices from ICC profiles by Matt Sarett · 8 years ago
  26. b3d1c2e Improve comments describing common sRGB curves by Matt Sarett · 8 years ago
  27. 026f223 Refactored SkColorSpace_A2B to allow arbitrary ordering of elements by raftias · 8 years ago
  28. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  29. 80739b8 Fixed potential read-out-of-bounds issue in ICC profile loading by raftias · 8 years ago
  30. 9488833 Refactored SkColorSpace and added in a Lab PCS GM by raftias · 8 years ago
  31. df44fc5 Add SkColorSpaceTransferFn to SkColorSpace by Matt Sarett · 8 years ago
  32. 57d49e4 Remove exec bit from source file. by Ben Wagner · 8 years ago
  33. de68d6c Fix storage of gamut transform matrices in SkColorSpace by brianosman · 8 years ago
  34. 600c737 Delete SkColorSpace::gammaNamed() from public API by msarett · 8 years ago
  35. e54f4b7 Revert of More robust check for sRGB gamma tables (patchset #2 id:60001 of https://codereview.chromium.org/2263233003/ ) by msarett · 8 years ago
  36. 712bb1e Delete kInvalid_GammaNamed (part 2) by msarett · 8 years ago
  37. 3bf7509 Warn on bad rendering intents (instead of valid ones) by msarett · 8 years ago
  38. 4ff08df More robust check for sRGB gamma tables by msarett · 8 years ago
  39. 0f0c4f0 Detect all named gammas by msarett · 8 years ago
  40. 40ff5fe Prevent overflows when using gamma_alloc_size by gogil · 8 years ago
  41. 7b9b541 Expose more gamma info for UMA statistics by msarett · 8 years ago
  42. 959d45b Miscellaneous color space refactors by msarett · 8 years ago
  43. 1b93bd1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  44. 456bf30 Revert of Refactor parsing and storage of SkGammas (patchset #8 id:280001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  45. 959ccc1 Refactor parsing and storage of SkGammas by msarett · 8 years ago
  46. 2aec3ff Revert of Refactor parsing and storage of SkGammas (patchset #7 id:220001 of https://codereview.chromium.org/2117773002/ ) by msarett · 8 years ago
  47. 2ea944c Refactor parsing and storage of SkGammas by msarett · 8 years ago
  48. 18895db SkColorSpace::NewICC() warn instead of fail on bad input by msarett · 8 years ago
  49. 085cad4 Move SkColorSpace ICC parsing/writing code to its own file by msarett · 8 years ago