mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 08:42:40 +00:00
![Lee Salzman](/assets/img/avatar_default.png)
Sometimes early compositing can mispredict and schedule a SwTile that may accidentally be bound later. To guard against multiple threads using the underlying SWGL resources at the same time, we track whether a job is in-flight, and if so, we wait for job completion before proceeding to try to bind those SWGL resources. Differential Revision: https://phabricator.services.mozilla.com/D214020