commit | 1422ec86f2e97323f876a267bc5dae3fbf1eac96 | [log] [tgz] |
---|---|---|
author | senorblanco <senorblanco@chromium.org> | Thu Jun 11 11:51:29 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Jun 11 11:51:29 2015 -0700 |
tree | a6187b566186b54503806fa09bc181eeeb29ba5f | |
parent | 78d79cc5759d5ec6fb48b28b0cc22d396eb69fb5 [diff] |
Fix for dashing shader on Mali: use highp where necessary. The varyings used to compute rect coverage need to be high precision, since they're offset by the frag coord. R=egdaniel BUG=skia:3935 Review URL: https://codereview.chromium.org/1178123004