<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - i965: dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 3m22s to compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103322">bug 103322</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;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>ASSIGNED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - i965: dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 3m22s to compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103322#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - i965: dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23 takes 3m22s to compile"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103322">bug 103322</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>Fixed by:

commit 68f69ebdccca16246bafd86e86ed80fab369009b
Author: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>>
Date:   Tue Oct 17 23:19:20 2017 -0700

    i965: Use is_scheduling_barrier instead of schedule_node::is_barrier.

    Commit a73116ecc60414ade89802150b tried to make add_barrier_deps()
    walk to the next barrier, and stop.  To accomplish that, it added an
    is_barrier flag.  Unfortunately, this only works half of the time.

    The issue is that add_barrier_deps() walks both backward (to the
    previous barrier), and forward (to the next barrier).  It also sets
    is_barrier.  Assuming that we're processing instructions in forward
    order, this means that is_barrier will be set for previous instructions,
    but not future ones.  So we'll never see it, and walk further than we
    need to.

    dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.23
    now compiles its shaders in 3.6 seconds instead of 3.3 minutes.

    Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
    Tested-by: Pallavi G <<a href="mailto:pallavi.g@intel.com">pallavi.g@intel.com</a>></pre>
        </div>
      </p>


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

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