DescriptionFix vertex count estimate in GrTessellator.
When we start a new MonotonePoly due to a handedness change, we don't need to
increase the vertex count, since that edge (and vertex) has already been
accounted for in the previous MonotonePoly.
This was not a correctness issue, but was causing us to allocate
extra vertices which would go unused.
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2146063002
Committed: https://skia.googlesource.com/skia/+/99f942e5505a663b0d355ad187484f15e3a9a83a
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|