<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Separate bind points are not implemented correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102897">bug 102897</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Separate bind points are not implemented correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102897#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Separate bind points are not implemented correctly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102897">bug 102897</a>
              from <span class="vcard"><a class="email" href="mailto:jason@jlekstrand.net" title="Jason Ekstrand <jason@jlekstrand.net>"> <span class="fn">Jason Ekstrand</span></a>
</span></b>
        <pre>This is fixed upstream by the following commit:

commit 97f96610c8b858267c121c0ad6ffc630e2aafc09
Author: Jason Ekstrand <<a href="mailto:jason.ekstrand@intel.com">jason.ekstrand@intel.com</a>>
Date:   Fri Dec 15 14:02:27 2017 -0800

    anv: Separate compute and graphics descriptor sets

    The Vulkan spec says:

        "pipelineBindPoint is a VkPipelineBindPoint indicating whether the
        descriptors will be used by graphics pipelines or compute pipelines.
        There is a separate set of bind points for each of graphics and
        compute, so binding one does not disturb the other."

    Up until now, we've been ignoring the pipeline bind point and had just
    one bind point for everything.  This commit separates things out into
    separate bind points.

    Tested-by: Józef Kucia <<a href="mailto:joseph.kucia@gmail.com">joseph.kucia@gmail.com</a>>
    Reviewed-by: Topi Pohjolainen <<a href="mailto:topi.pohjolainen@intel.com">topi.pohjolainen@intel.com</a>>
    Bugzilla: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Separate bind points are not implemented correctly"
   href="show_bug.cgi?id=102897">https://bugs.freedesktop.org/show_bug.cgi?id=102897</a>
    Cc: "18.0" <<a href="mailto:mesa-stable@lists.freedesktop.org">mesa-stable@lists.freedesktop.org</a>></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>