<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [G965 ILK G45] Regression: 24 piglit regressions in glsl-1.10"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92621#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [G965 ILK G45] Regression: 24 piglit regressions in glsl-1.10"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92621">bug 92621</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>FWIW, the commit causing this problem is the following one:

commit a59359ecd22154cc2b3f88bb8c599f21af8a3934
Author: Alejandro Piñeiro <<a href="mailto:apinheiro@igalia.com">apinheiro@igalia.com</a>>
Date:   Wed Oct 14 20:26:43 2015 +0200

    i965/vec4: track and use independently each flag channel

    vec4_live_variables tracks now each flag channel independently, so
    vec4_dead_code_eliminate can update the writemask of null registers,
    based on which component are alive at the moment. This would allow
    vec4_cmod_propagation to optimize out several movs involving null
    registers.

    v2: added support to track each flag channel independently at vec4
        live_variables, as v1 assumed that it was already doing it, as
        pointed by Francisco Jerez
    v3: general cleaningn after Matt Turner's review

    Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>

That was also the last one to be tested. 

Removing this commit remove the regressions. Will investigate a little this
one.</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>