xserver ChangeLog,3.212,3.213

Eric Anholt xserver-commit at pdx.freedesktop.org
Mon Jul 19 00:53:55 PDT 2004


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
Use the offscreen memory manager as much as possible to do the
reservation of memory at startup.  Do some drive-by cleanups while I'm
here (sorry!).


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.212
retrieving revision 3.213
diff -u -d -r3.212 -r3.213
--- ChangeLog	19 Jul 2004 07:20:02 -0000	3.212
+++ ChangeLog	19 Jul 2004 07:53:53 -0000	3.213
@@ -1,5 +1,20 @@
 2004-07-19  Eric Anholt  <anholt at FreeBSD.org>
 
+	* hw/kdrive/ati/ati.c: (ATISetOffscreen), (ATIDisable), (ATILog2):
+	* hw/kdrive/ati/ati.h:
+	* hw/kdrive/ati/ati_cursor.c: (ATIMoveCursor), (ClassicLoadCursor),
+	(RadeonLoadCursor), (ATICursorSave), (ATICursorEnable),
+	(ATICursorInit):
+	* hw/kdrive/ati/ati_draw.c: (ATIDrawSetup), (ATIUploadToScratch),
+	(ATIBlockHandler), (ATIWakeupHandler), (ATIDrawInit),
+	(ATIScratchSave), (ATIDrawEnable), (ATIDrawDisable):
+	* hw/kdrive/ati/ati_draw.h:
+	Use the offscreen memory manager as much as possible to do the
+	reservation of memory at startup.  Do some drive-by cleanups while I'm
+	here (sorry!).
+
+2004-07-19  Eric Anholt  <anholt at FreeBSD.org>
+
 	* hw/kdrive/ati/r128_composite.c: (R128CheckComposite),
 	(R128TextureSetup), (R128Composite):
 	Add support for transforms of textures on R128.



More information about the xserver-commit mailing list