commit | 3fc6a2fdb260aa85ad724d575afede2c00db111b | [log] [tgz] |
---|---|---|
author | cdalton <cdalton@nvidia.com> | Thu Nov 13 11:54:20 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Nov 13 11:54:20 2014 -0800 |
tree | 918a46d1b3f2914cf9d94998a239389321b26c24 | |
parent | f4905ccb6c987781d3c50cb23bfaad740182cd8a [diff] |
Combine similar DrawPaths calls in GrInOrderDrawBuffer Combines adjacent DrawPaths commands into one single call when a conservative set of conditions are met. The end result is that whole paragraphs can be drawn with a single call to gliStencilThenCoverFillPathInstancedNV(), rather than one call for each line. BUG=skia: Review URL: https://codereview.chromium.org/712223002