DescriptionFix 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
Committed: https://skia.googlesource.com/skia/+/d01a8f470f43b50feb26cc73db89809e292feee2
Patch Set 1 #
Messages
Total messages: 8 (4 generated)
|