DescriptionTwo changes:
1. Remove special premul handling from gamut xform code
Alpha is a constant, so the gamut transformation results remain unchanged
(it distributes across the linear matrix multiply).
2. Use SkMatrix44 rather than array of floats
Preserves semantic intention, and makes upcoming code (where we transform
colors on the CPU by that matrix) simpler.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2329553002
Committed: https://skia.googlesource.com/skia/+/5192475bd8cb98e8e0c1192ab5ece7b8595701d6
Patch Set 1 #Patch Set 2 : Switch from float[16] to SkMatrix44 #
Dependent Patchsets: Messages
Total messages: 19 (14 generated)
|