[cairo-commit] cairo/pixman ChangeLog,1.108,1.109

Billy Biggs commit at pdx.freedesktop.org
Thu Aug 18 18:46:32 PDT 2005


Committed by: vektor

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

Modified Files:
	ChangeLog 
Log Message:
	* src/fbcompose.c: (fbFetchTransformed): Special case projective
	transforms so we can avoid doing the expensive 64-bit math.
	Unroll the bilinear interpolation loops for an extra boost.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- ChangeLog	18 Aug 2005 13:01:40 -0000	1.108
+++ ChangeLog	19 Aug 2005 01:46:30 -0000	1.109
@@ -1,5 +1,11 @@
 2005-08-18  Billy Biggs  <vektor at dumbterm.net>
 
+	* src/fbcompose.c: (fbFetchTransformed): Special case projective
+	transforms so we can avoid doing the expensive 64-bit math.
+	Unroll the bilinear interpolation loops for an extra boost.
+
+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.



More information about the cairo-commit mailing list