mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reverts: flutter/engine#52131 Initiated by: jonahwilliams Reason for reverting: breaking flutter logo rendering  Original PR Author: jonahwilliams Reviewed By: {chinmaygarde} This change reverts the following previous change: Part of https://github.com/flutter/flutter/issues/143077 Only allocate into reused arenas instead of allocating a new vector of data. Fixes https://github.com/flutter/flutter/issues/133348 Also moves tessellation logic into the c/tessellator and out of the impeller tessellator. This was necessary to fix a compilation error. introduced by including host_buffer -> allocator -> fml mapping -> window.h include which has a function definition that conflicts with the c tessellator definition.