mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Even on the Pixel 6 pro device which supports memoryless textures, I can observe creating the memoryless texture sometimes takes a few hundred microseconds, possibly due to stalls in the driver allocating the texture metadata. Lets just unconditionally cache this texture to avoid making the driver do more work. Here is an example of this happening:  https://github.com/flutter/flutter/issues/129392