commit | 0d0b1b3b56da6d13506d34756c79a79c4929950f | [log] [tgz] |
---|---|---|
author | Chris Dalton <csmartdalton@google.com> | Wed May 12 00:38:32 2021 -0600 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed May 12 21:23:02 2021 +0000 |
tree | 00265caa06b8c29c653b733b8cec3cb476df892f | |
parent | 84f70136abfb0af3cddf2ec7e8e2405f154916b0 [diff] |
Delete the index buffer from middle-out tessellation This gives us more flexibility for customizing triangulations in future modes. It is also hopefully cheaper than the extra memory indirection from indexed draws. Bug: skia:10419 Bug: chromium:1202607 Change-Id: Iba41a35a634edf8f962c3d604c7e035e7a85801d Reviewed-on: https://skia-review.googlesource.com/c/skia/+/407296 Commit-Queue: Chris Dalton <csmartdalton@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>