[xserver-commit] xserver ChangeLog,3.74.2.2,3.74.2.3
Eric Anholt
xserver-commit@pdx.freedesktop.org
Tue, 23 Dec 2003 14:30:05 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver-dri
Modified Files:
Tag: dri-0-1-branch
ChangeLog
Log Message:
- Implement acceleration of Composite on R128 when there is no mask,
no transformation, no repeat, and only certain ops are used.
- Add debugging output for software fallbacks for Composite.
- Allow pixmaps in offscreen that don't match root depth.
- Clean up some mess in ati_reg.h.
Many thanks to andersca for a lot of this code.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74.2.2
retrieving revision 3.74.2.3
diff -u -d -r3.74.2.2 -r3.74.2.3
--- ChangeLog 10 Dec 2003 05:01:27 -0000 3.74.2.2
+++ ChangeLog 23 Dec 2003 22:29:32 -0000 3.74.2.3
@@ -1,3 +1,21 @@
+2003-12-23 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/kdrive/ati/Makefile.am:
+ * hw/kdrive/ati/ati_draw.c: (R128GetDatatype):
+ * hw/kdrive/ati/ati_drawtmp.h:
+ * hw/kdrive/ati/ati_reg.h:
+ * hw/kdrive/ati/r128_blendtmp.h:
+ * hw/kdrive/src/kaa.c: (kaaMoveInPixmap), (kaaCreatePixmap),
+ (KaaPrintCompositeFallback), (kaaComposite):
+ * hw/kdrive/src/kdrive.h:
+ - Implement acceleration of Composite on R128 when there is no mask,
+ no transformation, no repeat, and only certain ops are used.
+ - Add debugging output for software fallbacks for Composite.
+ - Allow pixmaps in offscreen that don't match root depth.
+ - Clean up some mess in ati_reg.h.
+
+ Many thanks to andersca for a lot of this code.
+
2003-12-09 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/ati/ati_draw.c: