Files
flutter/engine
Jonah Williams cb7fd03312 [Impeller] cache MSAA texture in swapchain for devices that do not support memoryless. (flutter/engine#43349)
For devices that don't support memoryless textures, the fullscreen MSAA texture adds a substantial amount of memory thrashing when it is allocated and deallocated. For these devices, lets cache the MSAA texture in the swapchain image.

https://github.com/flutter/flutter/issues/129737
2023-06-30 18:34:29 +00:00
..