[Bug 99507] Corrupted frame contents with Vulkan version of DOTA2 & Sascha Willems' demos when they're run Vsynched in fullscreen
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Feb 15 15:38:15 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=99507
--- Comment #5 from Eero Tamminen <eero.t.tamminen at intel.com> ---
I built everything required for Wayland.
-> There's no fullscreen support for Wayland in Sascha Willems' demos, so
that's an invalid test for this bug.
Only when test is fullscreen, in native display resolution, and Vynched, it
will be flipped to screen. Everything else will have some kind of copy, either
by X (when things aren't Vsynched or in native resolution) or by compositor,
which will hide the issue.
PS. Getting Sacha's demos to actually present frames on Wayland required:
- wl_display_dispatch(display);
+ wl_display_dispatch_pending(display);
in VulkanExampleBase::renderLoop(). Didn't you have that issue?
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20170215/8adfb1d5/attachment.html>
More information about the intel-3d-bugs
mailing list