[xserver-commit] xserver ChangeLog,3.67,3.68
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 23 Nov 2003 02:12:04 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver
Modified Files:
ChangeLog
Log Message:
- Fix Radeon offscreen pixmap pitch alignment.
- Remove usleeps from idle and waitavail code, recommended by keithp.
- Add a workaround for apparent broken acceleration with Rage 128 and
offset alignment with 8-bit acceleration (24-hack and plain 8-bit).
- Minor cleanup of setup code.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.67
retrieving revision 3.68
diff -u -d -r3.67 -r3.68
--- ChangeLog 23 Nov 2003 02:08:13 -0000 3.67
+++ ChangeLog 23 Nov 2003 10:12:02 -0000 3.68
@@ -1,3 +1,13 @@
+2003-11-23 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/kdrive/ati/ati_draw.c: (ATIWaitAvail), (RadeonWaitIdle),
+ (ATISetup), (ATIPrepareSolid), (ATIPrepareCopy), (ATIDrawInit):
+ - Fix Radeon offscreen pixmap pitch alignment.
+ - Remove usleeps from idle and waitavail code, recommended by keithp.
+ - Add a workaround for apparent broken acceleration with Rage 128 and
+ offset alignment with 8-bit acceleration (24-hack and plain 8-bit).
+ - Minor cleanup of setup code.
+
2003-11-22 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/ati/ati.c: