commit | 273b74a858a26b3b959684afaf45319cbf3ce2f4 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Wed Aug 29 11:24:43 2018 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 29 17:49:20 2018 +0000 |
tree | 3367cc7d8ecc66f6dab4654d3c3d39c945650f93 | |
parent | 02d9c24bfde0df28c26725dbc7f5a6b54b130574 [diff] |
fix two 1-bit mismatches in sRGB transfer functions The Skia and skcms 'a' and 'b' terms disagree in the low bit. 'd' was exactly the same, but I've rewritten Skia's to match anyway. Guarded by SK_LEGACY_SRGB_TRANSFER_FUNCTION. *grumble* Bug: skia:8278 Change-Id: Ie799f155cbe9c6a1fbe9043c827b8f79d04e1d96 Reviewed-on: https://skia-review.googlesource.com/150130 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Brian Osman <brianosman@google.com>