<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - World of Warcraft (on Wine) has UI corruption with nouveau"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91526#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - World of Warcraft (on Wine) has UI corruption with nouveau"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=91526">bug 91526</a>
              from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
        <pre>FTR, in the trace, things go wrong between call 722316 and 722358. In the
middle, a SRGB8_ALPHA8 texture is created, and receives an upload from GL_BGRA
+ 4_4_4_4_REV data. According to qapitrace, that data is not properly reflected
in the texture.

Running this with llvmpipe, the first glTexSubImage2D clears the data (all 0's)
while the second glTexSubImage2D uploads the font. Since the font texture
contains garbage, so does the remaining rendering. Need to figure out why the
texture upload fails with the data in question.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>