commit | 7b7ecfc046f7ec810482266db3430d1358b7a5bf | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Wed Aug 26 14:26:40 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 26 14:26:40 2015 -0700 |
tree | e286aa97d1a283811b6d533e92e771310bba3c28 | |
parent | d5c448fd857a77a375886bc1a8da83a7f1bf32fe [diff] |
Fix clipped lighting image filters. The CPU path for lighting image filters was not adjusting the filter matrix to accommodate srcOffset, resulting in incorrectly-positioned lights. (The GPU path was doing this correctly.) This change adds a new test case to the imagefiltersclipped GM, so it will need new baselines. BUG=skia: Review URL: https://codereview.chromium.org/1310053004