commit | 0bf89269eb2954c9abd613a2a6de93fcf3163d97 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Mon Feb 26 13:34:21 2018 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Feb 26 19:51:48 2018 +0000 |
tree | 783a4284a6897594084f9181640fb877f2f3ae65 | |
parent | 8385a8a44bd06cbd400bc66440466229dc52f33f [diff] |
align f16 buffers in SkRasterPipeline_tail test The load_f16 and store_f16 stages are assuming they can load each pixel at a time with 8 byte alignment, but as declared the buffers are only guaranteed 2 byte alignment. Bug: skia:7497 Change-Id: I47b29f13b48f90d2b15540979c3d87ba25dcc506 Reviewed-on: https://skia-review.googlesource.com/110321 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>