xf86-video-intel: uxa/uxa-accel.c

Dave Airlie airlied at kemper.freedesktop.org
Sun Jul 4 21:03:12 PDT 2010


 uxa/uxa-accel.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2aa4c23f65b03c389c2ba8eac0298dfb205e67d
Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Jul 5 14:02:42 2010 +1000

    uxa: oops typo in previous commit

diff --git a/uxa/uxa-accel.c b/uxa/uxa-accel.c
index 633b433..a2ad651 100644
--- a/uxa/uxa-accel.c
+++ b/uxa/uxa-accel.c
@@ -81,7 +81,7 @@ uxa_fill_spans(DrawablePtr pDrawable, GCPtr pGC, int n,
 	if (!dst_pixmap)
 		goto fallback;
 
-	if (pGC->alu != GXcopy || !UXA_IS_PM_SOLID(pDrawable, pGC->planemask))
+	if (pGC->alu != GXcopy || !UXA_PM_IS_SOLID(pDrawable, pGC->planemask))
 		goto solid;
 
 	format = PictureMatchFormat(screen,


More information about the xorg-commit mailing list