<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 - [regression, bisected] arb_gpu_shader5 piglit fail"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100785">100785</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[regression, bisected] arb_gpu_shader5 piglit fail
          </td>
        </tr>

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

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>Drivers/Gallium/r600
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Hi-Angel@yandex.ru
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>dri-devel@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Failing tests:

        bin/arb_gpu_shader5-interpolateAtSample -auto -fbo
        bin/arb_gpu_shader5-interpolateAtSample-nonconst -auto -fbo

Bisection result:


eb8aa93c03ee89ffd3041d41b6293e4b282b6ce6 is the first bad commit
commit eb8aa93c03ee89ffd3041d41b6293e4b282b6ce6
Author: Timothy Arceri <<a href="mailto:tarceri@itsqueeze.com">tarceri@itsqueeze.com</a>>
Date:   Fri Apr 14 16:25:58 2017 +1000

    glsl: disable varying packing for varying used by interpolateAt*

    Currently the NIR backends depend on GLSL IR copy propagation to
    fix up the interpolateAt* function params after varying packing
    changes the shader input to a global. It's possible copy propagation
    might not always do what we need it too, and we also shouldn't
    depend on optimisations to do this type of thing for us.

    I'm not sure if the same is true for TGSI, but the following
    commit should re-enable packing for most cases in a safer way,
    so we just disable it everywhere.

    No change in shader-db for i965 (BDW)

    Acked-by: Elie Tournier <<a href="mailto:elie.tournier@collabora.com">elie.tournier@collabora.com</a>>
    Reviewed-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>>

Reverting the commit fixes the problem.</pre>
        </div>
      </p>


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

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