Lee Salzman 5f2bea3750 Bug 1786431 - Ensure SwCompositeThread is done with a queued SwTile's job before binding it. r=aosmond
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
2024-06-17 19:34:02 +00:00
..