commit | 65f6985a96ef631b033f299fc6796122013782b8 | [log] [tgz] |
---|---|---|
author | Herbert Derby <herb@google.com> | Fri Dec 01 15:36:00 2017 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Dec 01 22:21:20 2017 +0000 |
tree | 7b4f9462234bd724b2bcdfe72e3c4ea5780309cb | |
parent | 6574921253197338f879130ed99fb9ce483976de [diff] |
Initialize dst image memory for small sigma The GPU and CPU share the same code for layout; the layout is too large for CPU. So, the CPU code must clear some of the destination even if there would be no work to do. Change-Id: I29a04217b620b033a01db53487dc64e377661436 BUG=chromium:789812 Reviewed-on: https://skia-review.googlesource.com/79401 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org>