[xserver-commit] xserver ChangeLog,3.74.2.7,3.74.2.8
Eric Anholt
xserver-commit@pdx.freedesktop.org
Sun, 28 Dec 2003 17:00:38 -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:
- Use kaa solid fill hook to implement Composite Src without a mask
and a 1x1 repeating source.
- Have failure to accelerate due to pixmaps not being on the screen
jump past the software fallback's PixmapUseMemory calls.
- Don't try to accelerate Blend when there is a separate alpha map.
- Improve Composite debug fallback output.
pixel <-> RGBA conversions obtained from XFree86.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.74.2.7
retrieving revision 3.74.2.8
diff -u -d -r3.74.2.7 -r3.74.2.8
--- ChangeLog 28 Dec 2003 09:56:52 -0000 3.74.2.7
+++ ChangeLog 29 Dec 2003 01:00:05 -0000 3.74.2.8
@@ -1,5 +1,19 @@
2003-12-28 Eric Anholt <anholt@FreeBSD.org>
+ * hw/kdrive/src/kaapict.c: (kaaCompositeFallbackPictDesc),
+ (kaaPrintCompositeFallback), (kaaGetPixelFromRGBA),
+ (kaaGetRGBAFromPixel), (kaaComposite):
+ - Use kaa solid fill hook to implement Composite Src without a mask
+ and a 1x1 repeating source.
+ - Have failure to accelerate due to pixmaps not being on the screen
+ jump past the software fallback's PixmapUseMemory calls.
+ - Don't try to accelerate Blend when there is a separate alpha map.
+ - Improve Composite debug fallback output.
+
+ pixel <-> RGBA conversions obtained from XFree86.
+
+2003-12-28 Eric Anholt <anholt@FreeBSD.org>
+
* hw/kdrive/src/Makefile.am:
* hw/kdrive/src/kaa.c:
* hw/kdrive/src/kaa.h: