GrTessellator: remove 64K vertex limit.
authorStephen White <senorblanco@chromium.org>
Fri, 18 May 2018 21:17:57 +0000 (17:17 -0400)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 22 May 2018 13:36:05 +0000 (13:36 +0000)
commit89735a0f47d2a06542d966a383dcba9f7a00d675
treef0ecfcd3f996159784bba060d13e0cb834e791ff
parent5c646cf10fd9f4db788d3993ea73093649306e80
GrTessellator: remove 64K vertex limit.

This is some code I cargo-culted in from an another path renderer and
is not necessary since we don't used indexed geometry. I tested
locally up to 64M points in a path, and it seems fine (up to my
patience).

Bug: skia:7952
Change-Id: Id7745cd1ffe905bdd8a7a505174ba083f8ea91ee
Reviewed-on: https://skia-review.googlesource.com/129246
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
src/gpu/GrTessellator.cpp