[cairo-commit] cairo/pixman ChangeLog,1.107,1.108
Billy Biggs
commit at pdx.freedesktop.org
Thu Aug 18 06:03:40 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv28593
Modified Files:
ChangeLog
Log Message:
* src/fbmmx.c: (fbCompositeSolidMaskSrc_nx8x8888mmx): For the source
operator, the output should be cleared if the mask is zero. This
fixes the MMX code to match the fbcompose code.
* src/fbpict.c: (pixman_composite): Fix a logic mistake that caused
the MMX functions not to be used in many cases.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- ChangeLog 18 Aug 2005 04:14:02 -0000 1.107
+++ ChangeLog 18 Aug 2005 13:01:40 -0000 1.108
@@ -1,3 +1,12 @@
+2005-08-18 Billy Biggs <vektor at dumbterm.net>
+
+ * src/fbmmx.c: (fbCompositeSolidMaskSrc_nx8x8888mmx): For the source
+ operator, the output should be cleared if the mask is zero. This
+ fixes the MMX code to match the fbcompose code.
+
+ * src/fbpict.c: (pixman_composite): Fix a logic mistake that caused
+ the MMX functions not to be used in many cases.
+
2005-08-17 Billy Biggs <vektor at dumbterm.net>
* src/pixman-remap.h: Only mangle exported symbols. This is
More information about the cairo-commit
mailing list