xserver ChangeLog,3.174,3.175

Eric Anholt xserver-commit at pdx.freedesktop.org
Mon May 17 00:14:24 PDT 2004


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
Add new CheckComposite hook.  This allows a driver to avoid
the migration of pixmaps for a Composite operation if the
operation can't be supported.  This hook is optional.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.174
retrieving revision 3.175
diff -u -d -r3.174 -r3.175
--- a/ChangeLog	14 May 2004 00:34:27 -0000	3.174
+++ b/ChangeLog	17 May 2004 07:14:21 -0000	3.175
@@ -1,3 +1,11 @@
+2004-05-17  Eric Anholt  <anholt at FreeBSD.org>
+
+	* hw/kdrive/src/kaapict.c: (kaaTryDriverComposite):
+	* hw/kdrive/src/kdrive.h:
+	Add new CheckComposite hook.  This allows a driver to avoid
+	the migration of pixmaps for a Composite operation if the
+	operation can't be supported.  This hook is optional.
+
 2004-05-13  Eric Anholt  <anholt at FreeBSD.org>
 
 	* hw/kdrive/src/kaa.c: (kaaLog2), (kaaPixmapAllocArea):




More information about the xserver-commit mailing list