https://bugs.freedesktop.org/show_bug.cgi?id=110984

--- Comment #4 from Michel Dänzer <mic...@daenzer.net> ---
(In reply to Olivier Fourdan from comment #2)
> Last thing, with single buffer, I would expect tearing more than stuttering,

It's a race between the Wayland server reading from the buffer and Xwayland
drawing to it. This can result in tearing if those two operations can actually
run concurrently, which is the case with amdgpu, but not yet with most other
drivers AFAIK.

Either way, it can result in the Wayland server already displaying a client
frame too early sometimes, hence the stuttering.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to