<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Polygon stipple broken."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=2377#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Polygon stipple broken."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=2377">bug 2377</a>
              from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
        <pre>Looks to me like the offsets for the stipple pattern are wrong.
These are set in r200UpdateViewportOffset - which has no callers. I noted this
in <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - r200: Culling is broken when rendering to an FBO"
   href="show_bug.cgi?id=57842">bug 57842</a>, and tried to address it there though the patch probably wasn't
really right in any case, but you could try that as a starting point.
(I'm not sure though if actually we don't also need to take viewport into
account for the offsets? Maybe not though. I'm pretty sure though stippling
also additionally would be broken for fbo's (but certainly should go unnoticed
by this test), as the code does as the comment says, always invert the
stippling pattern, and the y offset is also always calculated taking the window
height into account, and I strongly suspect both aren't right for fbos.)</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>