[Wayland-bugs] [Bug 98766] We need fences support in Wayland compositors
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 17 23:00:11 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=98766
Bug ID: 98766
Summary: We need fences support in Wayland compositors
Product: Wayland
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: weston
Assignee: wayland-bugs at lists.freedesktop.org
Reporter: mvicomoya at nvidia.com
There are several vendors that asynchronously commit wl_surface state changes
to work around the limitation of wayland compositors using unfinished frames
for composition.
Using unfinished frames causes the compositor to stall waiting for slow clients
rendering to finish, missing frames from faster clients or even slowing them
down if they are synchronized to compositor redraws.
Using EGL_NV_stream_fifo_synchronous on the client side to defer
wl_surface.{attach, damage, commit} until a frame is finished is the way NVIDIA
works around such limitation, but it goes against Wayland atomicity assumptions
of surface updates.
This problem should be fixed on the compositor side. Using fences the
compositor can query when a client buffer is finished and ready for
composition.
There has been some discussion about this in
https://bugs.freedesktop.org/show_bug.cgi?id=98731
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20161117/dc4aa92a/attachment.html>
More information about the wayland-bugs
mailing list