[xserver-commit] xserver ChangeLog,3.126,3.127
Jaymz Julian
xserver-commit@pdx.freedesktop.org
Committed by: jaymz
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv3517
Modified Files:
ChangeLog
Log Message:
Hrm, it appears that maybe my net connection is finally working properly
again. Small change to the conditions of the memcpy() blit code to all
it if both the start and end points of src and dst are aligned to eight
bits, even if the bpp isn't.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.126
retrieving revision 3.127
diff -u -d -r3.126 -r3.127
--- ChangeLog 4 Feb 2004 01:28:46 -0000 3.126
+++ ChangeLog 4 Feb 2004 06:16:06 -0000 3.127
@@ -1,3 +1,12 @@
+2004-02-03 Jaymz Julian <jaymz@artificial-stupidity.net>
+ * fb/fbblt.c:
+ Change the fast blitter to check that src, dst, and width
+ are aligned to 8 bit boundries instead of explicitly checking
+ for 8, 16, 24, 32 bit, which allows some speedup in certain
+ 4bpp cases (and probably 1bpp, but I couldn't force my computer
+ into that mode, so I don't know if that is helped or not).
+ Also, add upsidedown support to said code.
+
2004-02-03 Jim Gettys <jg@freedekstop.org>
* AUTHORS: Get a first cut at an author's file in place.