[Nouveau] [Bug 51477] bad/missing graphics with NV11 / GeForce 2MX/MX400

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Aug 9 22:12:40 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=51477

--- Comment #24 from Ilia Mirkin <imirkin at alum.mit.edu> ---
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;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140810/4f8d0f81/attachment.html>


More information about the Nouveau mailing list