[xserver-commit] xserver ChangeLog,3.74.2.6,3.74.2.7

Eric Anholt xserver-commit@pdx.freedesktop.org
Sun, 28 Dec 2003 01:56:54 -0800


Committed by: anholt

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

Modified Files:
      Tag: dri-0-1-branch
	ChangeLog 
Log Message:
Move the kaaComposite function and debug to kaapict.c.  It is expected
to grow significantly in the near future.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74.2.6
retrieving revision 3.74.2.7
diff -u -d -r3.74.2.6 -r3.74.2.7
--- ChangeLog	28 Dec 2003 09:21:59 -0000	3.74.2.6
+++ ChangeLog	28 Dec 2003 09:56:52 -0000	3.74.2.7
@@ -1,5 +1,15 @@
 2003-12-28  Eric Anholt  <anholt@FreeBSD.org>
 
+	* hw/kdrive/src/Makefile.am:
+	* hw/kdrive/src/kaa.c:
+	* hw/kdrive/src/kaa.h:
+	* hw/kdrive/src/kaapict.c: (kaaPrintCompositeFallback),
+	(kaaComposite):
+	Move the kaaComposite function and debug to kaapict.c.  It is expected
+	to grow significantly in the near future.
+
+2003-12-28  Eric Anholt  <anholt@FreeBSD.org>
+
 	* hw/kdrive/src/kaa.c: (kaaPixmapAllocArea):
 	Previous revision fixed the "pitch" variable to be the pitch in bytes
 	rather than pixels, as the offscreenPitch kaa private would indicate,