<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Texture flicker in native Dota2 in mesa 9.2.0rc1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68451#c27">Comment # 27</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Texture flicker in native Dota2 in mesa 9.2.0rc1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=68451">bug 68451</a>
              from <span class="vcard"><a class="email" href="mailto:rune@megahurts.dk" title="Rune Petersen <rune@megahurts.dk>"> <span class="fn">Rune Petersen</span></a>
</span></b>
        <pre>fun observation:

Instead of reverting, setting this at the end of r600_cp_dma_copy_buffer()
appears to fix it for me:
    rctx->b.flags |= R600_CONTEXT_INV_VERTEX_CACHE;

(R600_CONTEXT_INV_CONST_CACHE will also work)


Thing I don't understand about this is that if I instead set the flag just
before r600_flush_emit() is called (2 places) the corruption is still there. I
must be missing something.</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>