forked from firka/flutter
eee7308d1f79c2913285dc606f2d90726d09cc40
Some Android devices do not support the memory type eLazilyAllocated, which we use for MSAA and stencil textures. These textures were falling back to device local in dedicated allocations, which are expensive to both allocate and free. The dedicated allocation is implied by asking for eLazilyAllocated Instead, perform a check for support for this memory type. Never request dedicated allocations (at least not until we have a compelling use case) This should fix https://github.com/flutter/flutter/issues/129737 https://github.com/flutter/flutter/issues/129784
Description
No description provided
Languages
Dart
75.4%
C++
16.4%
Objective-C++
2.7%
Java
2.7%
Objective-C
0.6%
Other
1.8%