commit | 0caee1778d92c30ff6eb053f7fb58509d275a2df | [log] [tgz] |
---|---|---|
author | csmartdalton <csmartdalton@google.com> | Wed Jul 13 08:48:53 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Jul 13 08:48:53 2016 -0700 |
tree | 0f5c6a2b911155c73fc8a51dd9d03db278fc36d4 | |
parent | b3772dcb306241f53fe10ba62117ed67f89f24b2 [diff] |
Replace switch statements in instanced vertex shaders Replaces switch statements with 3-way if’s. The switches as they were seemed to be the cause of an Adreno compiler crash. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2136103011 Review-Url: https://codereview.chromium.org/2136103011