Module Name:    xsrc
Committed By:   macallan
Date:           Wed Jul  1 03:52:11 UTC 2009

Modified Files:
        xsrc/external/mit/xf86-video-crime/dist/src: crime_accel.c

Log Message:
remove one bogus bailout check in CrimeDoCPUToScreenComposite() - now text
in KDE menus is visible again.
TODO:
- find out why straight horizontal and vertical lines aren't drawn properly
- make static alpha work
- use the ring buffer to feed commands into the rendering engine


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 \
    xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c
diff -u xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.9 xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.10
--- xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c:1.9	Sat Apr 11 20:43:04 2009
+++ xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c	Wed Jul  1 03:52:11 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: crime_accel.c,v 1.9 2009/04/11 20:43:04 macallan Exp $ */
+/* $NetBSD: crime_accel.c,v 1.10 2009/07/01 03:52:11 macallan Exp $ */
 /*
  * Copyright (c) 2008 Michael Lorenz
  * All rights reserved.
@@ -1336,12 +1336,6 @@
 				PixmapPtr pPix = (PixmapPtr)(pMask->pDrawable);
 				int skipleft;
 
-				if (alpha == 0xffff) {
-					/* actually we can but for now we don't care */
-					xf86Msg(X_ERROR,
-					   "can't colour expand with alpha\n");
-					return;
-				}
 				if (op != PictOpOver) {
 					xf86Msg(X_ERROR, "!over\n");
 					return;

Reply via email to