commit | c5d58f07aa6f4c47337d769e0e2e69c79669f91a | [log] [tgz] |
---|---|---|
author | vbuzinov <vbuzinov@nvidia.com> | Fri Aug 21 05:24:24 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 21 05:24:24 2015 -0700 |
tree | 99ba4e7dcff71d9db479386f61d10ab4148a2488 | |
parent | 499ababa52f3ac4fccf957979713abe58be1584a [diff] |
Use stencil ops that don't issue writes whenever possible Minimize the number of stencil writes by using GL_KEEP whenever possible. This can positively affect the HW performance of the stencil test. BUG=skia:3952 Review URL: https://codereview.chromium.org/1288923005