<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:apinheiro@igalia.com" title="Alejandro Piņeiro (freenode IRC: apinheiro) <apinheiro@igalia.com>"> <span class="fn">Alejandro Piņeiro (freenode IRC: apinheiro)</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB,HSW] piglit.spec.arb_compute_shader.indirect-compute crashes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93337">bug 93337</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>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB,HSW] piglit.spec.arb_compute_shader.indirect-compute crashes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93337#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [IVB,HSW] piglit.spec.arb_compute_shader.indirect-compute crashes"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=93337">bug 93337</a>
              from <span class="vcard"><a class="email" href="mailto:apinheiro@igalia.com" title="Alejandro Piņeiro (freenode IRC: apinheiro) <apinheiro@igalia.com>"> <span class="fn">Alejandro Piņeiro (freenode IRC: apinheiro)</span></a>
</span></b>
        <pre>As pointed by this recent commit:

commit 9f36070c2fe248058f31559119a6bf6b68a7144e
Author: Jordan Justen <<a href="mailto:jordan.l.justen@intel.com">jordan.l.justen@intel.com</a>>
Date:   Wed Feb 10 09:56:23 2016 -0800

    i965/gen7: Require kernel cmd_parser 5 for ARB_compute_shader

    The indirect dispatch registers were whitelisted in command parser
    version 5. (Version 5 is available as of Linux 4.4)

    Signed-off-by: Jordan Justen <<a href="mailto:jordan.l.justen@intel.com">jordan.l.justen@intel.com</a>>
    Reviewed-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>>

Indirect compute on gen7 requires kernel 4.4. Just upgraded and tested it
again, and the test pass now (I also tested before the upgrade and this commit,
and the test was failing/crashing).

So with that commit, if you have cmd_parser < 5, compute shader is disabled so
the test is skipped. If you have cmd_parser >= 5 the test passes without crash.
For me, that means that the bug is fixed.

Closing as RESOLVED:FIXED.</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>