commit | 2ee6982d952faa8fd2aa09dec787bb5157840445 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Tue Aug 09 10:13:28 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 09 10:13:28 2016 -0700 |
tree | dbf4b77c4fd973a60417db1ec8f49cd751ec0b4e | |
parent | 23d97760248300b7aec213a36f8b0485857240b5 [diff] |
Sample app uses Ganesh before calling SkGraphics::Init(). This causes inconsistent hashing. Before Init(), we use portable Murmur3, after a faster SSE4.2-based hash. To fix, call SkGraphics::Init() first. BUG=skia:5625 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2229853002 Review-Url: https://codereview.chromium.org/2229853002