aboutsummaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-07-22 07:35:08 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-22 07:35:08 -0700
commitd01a8f470f43b50feb26cc73db89809e292feee2 (patch)
tree5db83c40f89f448033f6bc6431b52a2d47a1935b /bin
parentdb2cb10f4d2a33acab7bc1aef9d9d6cc566143f9 (diff)
Fix SW sRGB dst + LCD coverage bug.
We're using the linear procs for sRGB destintations and the sRGB procs for linear destinations. Fix that. C.f. State32::getLCDProc(), which flags |= kDstIsSRGB_LCDFlag. kDistIsSRGB is (1<<2) == 4, so the sRGB procs must be 4-7, not 0-3. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2177493002 Review-Url: https://codereview.chromium.org/2177493002
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions