[xserver-commit] xserver ChangeLog,3.120,3.121

Eric Anholt xserver-commit@pdx.freedesktop.org
Sat, 24 Jan 2004 17:30:33 -0800


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
- Add glx visuals code based on XFree86's Radeon driver.
- Reserve areas for back/depth/span when USING_DRI && GLXEXT.  This
  would be better in a TransitionTo3d, but we'd need to work with
  the offscreen memory manager for that.
- Misc. fixes to ati_dri.c for DRI+GLX.  Needs more work still.


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.120
retrieving revision 3.121
diff -u -d -r3.120 -r3.121
--- ChangeLog	25 Jan 2004 01:20:28 -0000	3.120
+++ ChangeLog	25 Jan 2004 01:30:31 -0000	3.121
@@ -1,5 +1,19 @@
 2004-01-24  Eric Anholt  <anholt@FreeBSD.org>
 
+	* hw/kdrive/ati/ati.c: (ATIScreenInit), (ATILog2):
+	* hw/kdrive/ati/ati.h:
+	* hw/kdrive/ati/ati_dri.c: (ATIInitVisualConfigs), (ATIDRIAgpInit),
+	(R128DRIKernelInit), (RadeonDRIKernelInit), (ATIDRISwapContext),
+	(ATIDRIScreenInit), (ATIDRIFinishScreenInit):
+	* hw/kdrive/ati/radeon_composite.c:
+	- Add glx visuals code based on XFree86's Radeon driver.
+	- Reserve areas for back/depth/span when USING_DRI && GLXEXT.  This
+	  would be better in a TransitionTo3d, but we'd need to work with
+	  the offscreen memory manager for that.
+	- Misc. fixes to ati_dri.c for DRI+GLX.  Needs more work still.
+
+2004-01-24  Eric Anholt  <anholt@FreeBSD.org>
+
 	* configure.ac:
 	DRI is off by default, so the configure option should be --enable-dri.