[xserver-commit] xserver ChangeLog,3.62,3.63
Eric Anholt
xserver-commit@pdx.freedesktop.org
Wed, 19 Nov 2003 23:50:16 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver
Modified Files:
ChangeLog
Log Message:
- Fix a bug in pitch alignment for offscren pixmaps.
- Add 24-bit acceleration for Xati using the 8-bit trick from mach64.
- Add offscreen pixmap support to Xati.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.62
retrieving revision 3.63
diff -u -d -r3.62 -r3.63
--- ChangeLog 20 Nov 2003 03:31:29 -0000 3.62
+++ ChangeLog 20 Nov 2003 07:49:44 -0000 3.63
@@ -1,3 +1,18 @@
+2003-11-19 Eric Anholt <anholt@FreeBSD.org>
+
+ reviewed by: <delete if not using a buddy>
+
+ * hw/kdrive/ati/ati.c:
+ * hw/kdrive/ati/ati.h:
+ * hw/kdrive/ati/ati_draw.c: (ATISetup), (ATIPrepareSolid),
+ (ATISolid), (ATIPrepareCopy), (ATICopy), (ATIDrawInit),
+ (ATIDrawEnable):
+ * hw/kdrive/ati/ati_reg.h:
+ * hw/kdrive/src/kaa.c: (kaaPixmapAllocArea):
+ - Fix a bug in pitch alignment for offscren pixmaps.
+ - Add 24-bit acceleration for Xati using the 8-bit trick from mach64.
+ - Add offscreen pixmap support to Xati.
+
2003-11-19 Keith Packard <keithp@keithp.com>
* composite/compalloc.c: (compFreePixmap), (compReallocPixmap):