Implement zwp_linux_explicit_synchronization
Open, Needs TriagePublic

Description

Currently, we rely on implicit synchronization to ensure that client's rendering commands have finished executing on GPU before reading data. There is a discussion [1] upstream to make explicit synchronization a thing. The main advantage of explicit synchronization is that if it is implemented the right way, we won't stall the pipeline, which is nice.

[1] https://lists.freedesktop.org/archives/mesa-dev/2020-March/224228.html

zzag created this task.Mar 25 2020, 2:58 PM
apol added a subscriber: apol.Mar 25 2020, 3:17 PM