[Bug 91800] [bisected] flickering in The Talos Principle

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 30 03:54:27 PDT 2015


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

--- Comment #1 from Chris Wilson <chris at chris-wilson.co.uk> ---
(Still waiting to complete a download of TTP)

The usual reason for this is that the composited copy is delayed past the next
vblank and so the assumption that the back buffer is safe to use again is false
(and because the rendering by mesa is split across multiple batches in this
case the compositor samples the back buffer in the middle of the rendering) or
that the rendering just takes too long. The right fix is to be able to pass the
buffer from the game to the compositor and only return it once the compositor
has finished with it, alas that dream remains a long way off.

What's the game setup you are using, or does it simply always happen once
windowed?

And of course there may be other reasons behind the flicker hence downloading a
copy myself to investigate.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20150830/9af2903d/attachment.html>


More information about the intel-gfx-bugs mailing list