<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Corrupted frame contents with Vulkan version of DOTA2 & Sascha Willems' demos when they're run Vsynched in fullscreen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99507#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Corrupted frame contents with Vulkan version of DOTA2 & Sascha Willems' demos when they're run Vsynched in fullscreen"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99507">bug 99507</a>
              from <span class="vcard"><a class="email" href="mailto:eero.t.tamminen@intel.com" title="Eero Tamminen <eero.t.tamminen@intel.com>"> <span class="fn">Eero Tamminen</span></a>
</span></b>
        <pre>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?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>