Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Impeller] Unconditionally cache swapchain msaa texture. (flutter#43529)
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: ![image](https://github.com/flutter/engine/assets/8975114/a2d0fed7-7a25-4652-9932-2464b272d80c) flutter/flutter#129392
- Loading branch information