commit | c7d853343a42e28edd9c38a3308afaa846fce1bc | [log] [tgz] |
---|---|---|
author | csmartdalton <csmartdalton@google.com> | Wed Oct 26 10:13:46 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Oct 26 10:13:46 2016 -0700 |
tree | a10079a14a4000bd9e0c316f944d1a9a18da64e7 | |
parent | 6e55fef07fce151bce187eabc59924ca60b3310a [diff] |
Add disableStencil method to GrGLGpu Most the calls to flushStencil were just trying to disable it. This change cleans up that code so it can just call "disableStencil" instead of having to muck with GrStencilSettings. It should also make those calls slightly faster. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2453793002 Review-Url: https://codereview.chromium.org/2453793002