<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - HyperZ is broken for r300 (bad z for some micro and macrotiles?)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110897#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - HyperZ is broken for r300 (bad z for some micro and macrotiles?)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110897">bug 110897</a>
              from <span class="vcard"><a class="email" href="mailto:u9vata@gmail.com" title="Richard Thier <u9vata@gmail.com>"> <span class="fn">Richard Thier</span></a>
</span></b>
        <pre>This is also always happening:

  434     /* Enable fastfill and/or hiz.
  435      *
  436      * If we cleared zmask/hiz, it's in use now. The Hyper-Z state update
  437      * looks if zmask/hiz is in use and programs hardware accordingly. */
  438     if (r300->zmask_in_use || r300->hiz_in_use) {
  439         r300_mark_atom_dirty(r300, &r300->hyperz_state);
  440     }

So we do get into the body of the if as zmasn_in_use is true here.</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>