mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
- Move libtess-powered functionality into an `impeller::Tessellator` subclass called `impeller::TessellatorLibtess`. - `impeller::Tessellator` now only contains `Tessellator::TessellateConvex` and utilities for fast circles/ellipses. - Use `impeller::TessellatorLibtess` in geometry_benchmarks, renderer_unittests, and the C tessellator API implementation. - Continue using `impeller::Tessellator` in Impeller, but without the libtess2 dependency.