[xserver-commit] xserver ChangeLog,3.78,3.79
Jaymz Julian
xserver-commit@pdx.freedesktop.org
Sun, 21 Dec 2003 01:21:07 -0800
Committed by: jaymz
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv25539
Modified Files:
ChangeLog
Log Message:
re-enable the fast simple case blitter, checking for bpp being a multiple
of 8 this time, so that it works in all cases now, not just when the
compiler decides to take a holiday :)
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.78
retrieving revision 3.79
diff -u -d -r3.78 -r3.79
--- ChangeLog 21 Dec 2003 02:51:53 -0000 3.78
+++ ChangeLog 21 Dec 2003 09:21:05 -0000 3.79
@@ -1,3 +1,10 @@
+2003-12-22 Jaymz Julian <jaymz@artificial-stupidity.net>
+ * fb/fbblt.c:
+ * fb/fbpict.c:
+ Re-enable the fast simpleblit code, this time checking that bpp is a
+ multiple of 8, which is a requirement for it working correctly in all
+ cases.
+
2003-12-21 Jaymz Julian <jaymz@artificial-stupidity.net>
* fb/fbpict.c:
Fix the fbCompositeSrcSrc_nxn() looping code to loop to zero, not