[Bug 79850] [awesomenauts][radeonsi] pageflip is clearly missing vblank with vsync on

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jun 24 01:44:25 PDT 2014


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

--- Comment #12 from Michel Dänzer <michel at daenzer.net> ---
I noticed artifacts as you're describing in armagetronad. It's actually
DRI2CanFlip() which failed, because the window pixmap is not the screen pixmap.
This turned out to be because SDL 1.2 enables backing store when supported:
https://bugzilla.libsdl.org/show_bug.cgi?id=2602

Even if awesomenauts doesn't use SDL 1.2, it might be worth disabling backing
store via

 Option "BackingStore" "off"

in xorg.conf or the -bs Xorg command line switch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140624/cf5fb343/attachment.html>


More information about the dri-devel mailing list