<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wine's d3d8/9 visual tests fail on i965"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77312#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - wine's d3d8/9 visual tests fail on i965"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=77312">bug 77312</a>
              from <span class="vcard"><a class="email" href="mailto:andrey.simiklit@gmail.com" title="asimiklit <andrey.simiklit@gmail.com>"> <span class="fn">asimiklit</span></a>
</span></b>
        <pre>I tested an Iris driver with MR "iris: Add fast clear support." using my piglit
test and this issue isn't reproduced there. Gallium state tracker function
'is_scissor_enabled' checks a depth render buffer size (and this behavior looks
more correct for me):
<a href="https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/state_tracker/st_cb_clear.c#L469-479">https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/state_tracker/st_cb_clear.c#L469-479</a>

instead of a frame buffer size, like in i965:
<a href="https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/drivers/dri/i965/brw_clear.c#L117-127">https://gitlab.freedesktop.org/mesa/mesa/blob/master/src/mesa/drivers/dri/i965/brw_clear.c#L117-127</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>