From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 51477] bad/missing graphics with NV11 / GeForce 2MX/MX400 Date: Sun, 10 Aug 2014 05:12:40 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0985237100==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: nouveau-bounces-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Sender: "Nouveau" To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============0985237100== Content-Type: multipart/alternative; boundary="1407647560.ECdB83.3633"; charset="us-ascii" --1407647560.ECdB83.3633 Date: Sun, 10 Aug 2014 05:12:40 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=51477 --- Comment #24 from Ilia Mirkin --- 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. --1407647560.ECdB83.3633 Date: Sun, 10 Aug 2014 05:12:40 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 24 on bug 51477 from
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.
--1407647560.ECdB83.3633-- --===============0985237100== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============0985237100==--