<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Error when resizing windows while running Vulkan Examples from SDK"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101081">101081</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Error when resizing windows while running Vulkan Examples from SDK
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Mesa
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>17.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>major
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Drivers/Vulkan/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>johnz@lunarg.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-3d-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jason@jlekstrand.net
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Overview:
Running the cube example out of the Vulkan SDK and resizing the window will
cause a black window. Nothing gets drawn after resizing and an some fence
warnings get thrown to console.

Setup/OS:
This problem has been reproduced with Mesa 17.0.4, 17.0.5, and 17.0.6 on Ubuntu
16.04 and Fedora 25.

Steps to reproduce:
Build the examples from LunarG's Vulkan SDK (Download the SDK
[<a href="https://vulkan.lunarg.com/sdk/home">https://vulkan.lunarg.com/sdk/home</a>]; follow the getting started guide
[<a href="https://vulkan.lunarg.com/doc/sdk/1.0.46.0/linux/getting_started.html">https://vulkan.lunarg.com/doc/sdk/1.0.46.0/linux/getting_started.html</a>] if
needed). 

Run the cube example and resize the window. The area will become black as
nothing gets drawn after resizing. If you run with the "--validate" option
after setting your environmental variables the following fence warning is sent
to the console:
$ ./cube --validate
WARNING: [ParameterValidation] Code 9 : vkAcquireNextImageKHR: returned
VK_ERROR_OUT_OF_DATE_KHR, indicating that a surface has changed in such a way
that it is no longer compatible with the swapchain
WARNING: [MEM] Code 10 : vkWaitForFences called for fence 0x5 which has not
been submitted on a Queue or during acquire next image.</pre>
        </div>
      </p>


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

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