xserver ChangeLog,3.209,3.210

Eric Anholt xserver-commit at pdx.freedesktop.org
Thu Jul 8 01:21:28 PDT 2004


Committed by: anholt

Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv17974

Modified Files:
	ChangeLog 
Log Message:
Commit the rest of the dirty optimization from 20040703 and add a
missing header include.  I don't know how this happened, but I'm going
to blame a "few" fscks having happened between testing the code and 
committing (due to other driver changes that made me not blame dirty
for the failures I saw) for disappearance of kasync.c changes.  Fixes
a lot of corruption.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.209
retrieving revision 3.210
diff -u -d -r3.209 -r3.210
--- ChangeLog	8 Jul 2004 07:38:12 -0000	3.209
+++ ChangeLog	8 Jul 2004 08:21:25 -0000	3.210
@@ -1,3 +1,21 @@
+2004-07-08  Eric Anholt  <anholt at FreeBSD.org>
+
+	* hw/kdrive/src/kasync.c: (KdCheckFillSpans), (KdCheckSetSpans),
+	(KdCheckPutImage), (KdCheckCopyArea), (KdCheckCopyPlane),
+	(KdCheckPolyPoint), (KdCheckPolylines), (KdCheckPolySegment),
+	(KdCheckPolyRectangle), (KdCheckPolyArc), (KdCheckFillPolygon),
+	(KdCheckPolyFillRect), (KdCheckPolyFillArc),
+	(KdCheckImageGlyphBlt), (KdCheckPolyGlyphBlt), (KdCheckPushPixels),
+	(KdCheckSaveAreas), (KdCheckRestoreAreas), (KdCheckPaintWindow),
+	(KdCheckCopyWindow), (KdCheckPaintKey), (KdCheckOverlayCopyWindow):
+	* hw/kdrive/src/kpict.c:
+	Commit the rest of the dirty optimization from 20040703 and add a
+	missing header include.  I don't know how this happened, but I'm going
+	to blame a "few" fscks having happened between testing the code and 
+	committing (due to other driver changes that made me not blame dirty
+	for the failures I saw) for disappearance of kasync.c changes.  Fixes
+	a lot of corruption.
+
 2004-07-08  Keith Packard  <keithp at keithp.com>
 
 	* composite/compext.c: (ProcCompositeNameWindowPixmap),




More information about the xserver-commit mailing list