flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
162.2k stars 26.64k forks source link

[Impeller] GLES Worker upload of textures isn't thread safe. #147520

Open jonahwilliams opened 2 weeks ago

jonahwilliams commented 2 weeks ago

See: https://github.com/flutter/engine/pull/52430

Refactoring to remove the IO thread upload of images broke the GLES renderer. We'll need to investigate why this is required only for the GLES backend.