[xserver-commit] xserver ChangeLog,3.88,3.89

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 03 Jan 2004 03:25:57 -0800


Committed by: anholt

Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver

Modified Files:
	ChangeLog 
Log Message:
Split the various attempts at accelerating Composite into
separate functions.  Along with making things more readable,
it fixes a problem where the coordinates would get messed up
if acceleration failed due to things like pixmaps being in
the wrong locations.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.88
retrieving revision 3.89
diff -u -d -r3.88 -r3.89
--- ChangeLog	3 Jan 2004 11:17:42 -0000	3.88
+++ ChangeLog	3 Jan 2004 11:25:25 -0000	3.89
@@ -1,5 +1,15 @@
 2004-01-03  Eric Anholt  <anholt@FreeBSD.org>
 
+	* hw/kdrive/src/kaapict.c: (kaaTryDriverSolidFill),
+	(kaaTryDriverBlend), (kaaTryDriverComposite), (kaaComposite):
+	Split the various attempts at accelerating Composite into
+	separate functions.  Along with making things more readable,
+	it fixes a problem where the coordinates would get messed up
+	if acceleration failed due to things like pixmaps being in
+	the wrong locations.
+
+2004-01-03  Eric Anholt  <anholt@FreeBSD.org>
+
 	* hw/kdrive/src/kdrive.h:
 	* hw/kdrive/src/koffscreen.c: (KdOffscreenAlloc),
 	(KdOffscreenFree):