[Nouveau] [PATCH 2/4] exa/nv10: use color 0 when the pict format has no RGB component
Ilia Mirkin
imirkin at alum.mit.edu
Sat Aug 9 23:25:13 PDT 2014
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/nv10_exa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/nv10_exa.c b/src/nv10_exa.c
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;
--
1.8.5.5
More information about the Nouveau
mailing list