<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - bad/missing graphics with NV11 / GeForce 2MX/MX400"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=51477#c24">Comment # 24</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - bad/missing graphics with NV11 / GeForce 2MX/MX400"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=51477">bug 51477</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>I noticed a weird thing in the bisected commit... does this patch help?

index df2f561..47cf0ef 100644
--- a/src/nv10_exa.c
+++ b/src/nv10_exa.c
@@ -520,7 +520,7 @@ setup_picture(NVPtr pNv, PicturePtr pict, PixmapPtr pixmap,
int unit,
        if (pict && PICT_FORMAT_RGB(pict->format))
                *color = RCSEL_COLOR | source;
        else
-               *color = RCSEL_ALPHA | RCINP_ZERO;
+               *color = RCSEL_COLOR | RCINP_ZERO;

        if (pict && PICT_FORMAT_A(pict->format))
                *alpha = RCSEL_ALPHA | source;</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>