[xserver-commit] xserver ChangeLog,3.44,3.45

Keith Packard xserver-commit@pdx.freedesktop.org
Mon, 10 Nov 2003 12:35:07 -0800


Committed by: keithp

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

Modified Files:
	ChangeLog 
Log Message:
	* hw/kdrive/mach64/mach64video.c: (mach64PaintRegion),
	(mach64PutImage), (mach64ReputImage):
	* hw/kdrive/src/koffscreen.c: (KdOffscreenAlloc):
	* hw/kdrive/src/kxv.c: (KdXVRegetVideo), (KdXVReputVideo),
	(KdXVReputImage), (KdXVPutStill), (KdXVGetStill), (KdXVPutImage):
	* hw/kdrive/src/kxv.h:
	Fix KdXv interface to pass drawable down so that bits can be
	put into drawable pixmap rather than directly into the frame buffer.
	Rewrite logic in kdoffscreen to make space for new allocations,
	now deals correctly with locked areas.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.44
retrieving revision 3.45
diff -u -d -r3.44 -r3.45
--- ChangeLog	10 Nov 2003 06:40:23 -0000	3.44
+++ ChangeLog	10 Nov 2003 20:35:05 -0000	3.45
@@ -1,3 +1,16 @@
+2003-11-10  Keith Packard  <keithp@keithp.com>
+
+	* hw/kdrive/mach64/mach64video.c: (mach64PaintRegion),
+	(mach64PutImage), (mach64ReputImage):
+	* hw/kdrive/src/koffscreen.c: (KdOffscreenAlloc):
+	* hw/kdrive/src/kxv.c: (KdXVRegetVideo), (KdXVReputVideo),
+	(KdXVReputImage), (KdXVPutStill), (KdXVGetStill), (KdXVPutImage):
+	* hw/kdrive/src/kxv.h:
+	Fix KdXv interface to pass drawable down so that bits can be
+	put into drawable pixmap rather than directly into the frame buffer.
+	Rewrite logic in kdoffscreen to make space for new allocations,
+	now deals correctly with locked areas.
+
 2003-11-09  Keith Packard  <keithp@keithp.com>
 
 	* hw/kdrive/src/kaa.c: (kaaComposite):