commit | 15391ee4acaa092f52742f64968ad8046b74ca81 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Wed Mar 25 13:43:34 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Mar 25 13:43:34 2015 -0700 |
tree | ace01376be31a5a759439e6cec52a4acc65bf4bd | |
parent | 2af858354d913397a6c316ef46a5d52d686e10ab [diff] |
Update 4-at-a-time APIs. There is no reason to require the 4 SkPMFloats (registers) to be adjacent. The only potential win in loads and stores comes from the SkPMColors being adjacent. Makes no difference to existing bench. BUG=skia: Review URL: https://codereview.chromium.org/1035583002