[xserver-commit] xserver ChangeLog,3.60,3.61

Eric Anholt xserver-commit@pdx.freedesktop.org
Wed, 19 Nov 2003 16:06:24 -0800


Committed by: anholt

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

Modified Files:
	ChangeLog 
Log Message:
- Fix confusion of depth/bitsPerPixel in ati_draw.c
- Disable acceleration with 24bpp due to apparent broken acceleration.
  Accel at 24bpp was the cause of the crashes when people tried to use
  any depth over 16.  XFree86 doesn't support 24 either.
- Disable at < 8bpp, too.
- Add the other Rage 128 PCI IDs.
- Remove unnecessary setting of scissor registers (only default
  scissor gets used).


Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.60
retrieving revision 3.61
diff -u -d -r3.60 -r3.61
--- ChangeLog	19 Nov 2003 08:32:29 -0000	3.60
+++ ChangeLog	20 Nov 2003 00:05:52 -0000	3.61
@@ -2,6 +2,22 @@
 
 	reviewed by: <delete if not using a buddy>
 
+	* hw/kdrive/ati/ati.c:
+	* hw/kdrive/ati/ati_draw.c: (ATISetup), (ATIDrawInit),
+	(ATIDrawEnable):
+	- Fix confusion of depth/bitsPerPixel in ati_draw.c
+	- Disable acceleration with 24bpp due to apparent broken acceleration.
+	  Accel at 24bpp was the cause of the crashes when people tried to use
+	  any depth over 16.  XFree86 doesn't support 24 either.
+	- Disable at < 8bpp, too.
+	- Add the other Rage 128 PCI IDs.
+	- Remove unnecessary setting of scissor registers (only default
+	  scissor gets used).
+
+2003-11-19  Eric Anholt  <anholt@FreeBSD.org>
+
+	reviewed by: <delete if not using a buddy>
+
 	* configure.ac:
 	* hw/kdrive/Makefile.am:
 	* hw/kdrive/ati/.cvsignore: