xserver ChangeLog,3.242,3.243

Eric Anholt xserver-commit at pdx.freedesktop.org
Sun Sep 12 13:02:12 PDT 2004


Committed by: anholt

Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv12540

Modified Files:
	ChangeLog 
Log Message:
Fix handling of is_agp.  is_agp is whether the card is actually AGP,
while using_agp should say whether AGP is being used as part of DMA/DRI.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.242
retrieving revision 3.243
diff -u -d -r3.242 -r3.243
--- ChangeLog	12 Sep 2004 19:52:50 -0000	3.242
+++ ChangeLog	12 Sep 2004 20:02:10 -0000	3.243
@@ -1,5 +1,13 @@
 2004-09-12  Eric Anholt  <anholt at FreeBSD.org>
 
+	* hw/kdrive/ati/ati_dri.c: (R128DRIKernelInit),
+	(RadeonDRIKernelInit), (ATIDRIBufInit), (ATIDRIScreenInit),
+	(R128DRIFinishScreenInit), (RadeonDRIFinishScreenInit):
+	Fix handling of is_agp.  is_agp is whether the card is actually AGP,
+	while using_agp should say whether AGP is being used as part of DMA/DRI.
+
+2004-09-12  Eric Anholt  <anholt at FreeBSD.org>
+
 	* hw/kdrive/ati/ati_dma.c: (ATIDebugFifo), (ATIWaitIdle):
 	* hw/kdrive/ati/ati_dma.h:
 	* hw/kdrive/ati/ati_dri.c: (ATIDRIDMAStart), (ATIDRIGetBuffer):



More information about the xserver-commit mailing list