<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Gen4-5 code lost: runtime_check_aads_emit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78679#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Gen4-5 code lost: runtime_check_aads_emit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78679">bug 78679</a>
              from <span class="vcard"><a class="email" href="mailto:itoral@igalia.com" title="Iago Toral <itoral@igalia.com>"> <span class="fn">Iago Toral</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=78679#c13">comment #13</a>)

Thanks for testing:

<span class="quote">> With the updated patch I am getting a solid blue back face.</span >

Mmm... we got rid of the noise but the back face should be color-interpolated
so there is still something wrong.  I'd need to narrow the problem down to some
of the features we are using here:

Could you try the following?

1. Disable AA only: Remove glEnable(GL_LINE_SMOOTH)
2. Disable blending only: remove glEnable(GL_BLEND)
3. Disable AA and blending
4. Do 1-3 again but removing also glPolygonMode(GL_FRONT, GL_LINE)

In the meantime, considering that the original code back in the day used JMPI
to implement this in gm45 I'll try to cook a patch that uses this. It did not
work for me in ironlake, but maybe it does for gm45, otherwise I guess it might
have always been broken like this.

<span class="quote">> PS:
> I didn't pay attention to it last time, but color interpolation is broken
> for the lines(front face) too, independent of your patch. The lower edge
> flips from red to green during the rotation. I'll attach the screenshots
> just in case...</span >

Yes, that happens in ironlake too, but as you say this was independent from the
patch and is a different problem.</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>