[xserver-commit] xserver ChangeLog,3.84,3.85
Eric Anholt
xserver-commit@pdx.freedesktop.org
Tue, 30 Dec 2003 00:24:25 -0800
Committed by: anholt
Update of /cvs/xserver/xserver
In directory pdx:/home/anholt/xserver
Modified Files:
ChangeLog
Log Message:
- Add new Composite hook for kdrive drivers, which only ensures that
the pixmaps are offscreen and don't have alpha maps. It is the
last case checked before going to software fallback
- Use the new Composite hook in the ati driver to implement
acceleration of most Composites that get done in an xcompmgr
environment on r100 series cards. It is only available when using
the DRM. There are still some corruption issues, but the DRI is
still non-default and I need to get this into version control.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.84
retrieving revision 3.85
diff -u -d -r3.84 -r3.85
--- ChangeLog 29 Dec 2003 09:04:18 -0000 3.84
+++ ChangeLog 30 Dec 2003 08:23:53 -0000 3.85
@@ -1,3 +1,25 @@
+2003-12-30 Eric Anholt <anholt@FreeBSD.org>
+
+ * hw/kdrive/ati/Makefile.am:
+ * hw/kdrive/ati/ati_draw.c: (RadeonSwitchTo2D), (RadeonSwitchTo3D):
+ * hw/kdrive/ati/ati_draw.h:
+ * hw/kdrive/ati/ati_drawtmp.h:
+ * hw/kdrive/ati/ati_reg.h:
+ * hw/kdrive/ati/radeon_composite.c: (ATILog2),
+ (RadeonTextureSetup), (RadeonPrepareComposite), (RadeonComposite),
+ (RadeonDoneComposite), (RadeonPrepareBlend), (RadeonBlend),
+ (RadeonDoneBlend):
+ * hw/kdrive/src/kaapict.c: (kaaComposite):
+ * hw/kdrive/src/kdrive.h:
+ - Add new Composite hook for kdrive drivers, which only ensures that
+ the pixmaps are offscreen and don't have alpha maps. It is the
+ last case checked before going to software fallback
+ - Use the new Composite hook in the ati driver to implement
+ acceleration of most Composites that get done in an xcompmgr
+ environment on r100 series cards. It is only available when using
+ the DRM. There are still some corruption issues, but the DRI is
+ still non-default and I need to get this into version control.
+
2003-12-29 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/ati/Makefile.am: