[cairo-commit] cairo/pixman ChangeLog,1.104,1.105

Billy Biggs commit at pdx.freedesktop.org
Tue Aug 16 18:38:40 PDT 2005


Committed by: vektor

Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv25898

Modified Files:
	ChangeLog 
Log Message:
	* src/Makefile.am: Split the MMX code into a separate libtool
	library to avoid applying the MMX CFLAGS to all of the pixman
	code.  Idea and code from Owen Taylor.

	* src/pixman-remap.h: Update the mangling header file to include
	the MMX symbols.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- ChangeLog	16 Aug 2005 23:50:25 -0000	1.104
+++ ChangeLog	17 Aug 2005 01:38:38 -0000	1.105
@@ -1,5 +1,14 @@
 2005-08-16  Billy Biggs  <vektor at dumbterm.net>
 
+	* src/Makefile.am: Split the MMX code into a separate libtool
+	library to avoid applying the MMX CFLAGS to all of the pixman
+	code.  Idea and code from Owen Taylor.
+
+	* src/pixman-remap.h: Update the mangling header file to include
+	the MMX symbols.
+
+2005-08-16  Billy Biggs  <vektor at dumbterm.net>
+
 	* src/fbmmx.c: (shift), (negate), (pix_multiply), (pix_add),
 	(expand_alpha), (expand_alpha_rev), (invert_colors), (over),
 	(over_rev_non_pre), (in), (in_over), (load8888), (pack8888),



More information about the cairo-commit mailing list