[Bug 95414] [SNA HSW] Corruption in OpenGL video output (DRI2 + TearFree)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Nov 7 16:06:50 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=95414
--- Comment #23 from Chris Wilson <chris at chris-wilson.co.uk> ---
Sound idiosyncratic of how DRI2 operates in sending new buffers to the client
unsynchonrized to the actual rendering stream of the client (i.e. it is
possible for the buffer to be change in the middle of a draw cycle by sending
an invalidate event after it has done the glClear causing it to refetch the
backbuffer...). Basically (mesa) intel_prepare_render() should only update the
buffers once per frame. Maybe something else but there is a race in DRI2 that
could present with those symptoms.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20161107/44913225/attachment.html>
More information about the intel-gfx-bugs
mailing list