[cairo-commit] cairo/pixman ChangeLog,1.125,1.126

Carl Worth commit at pdx.freedesktop.org
Wed Jan 4 16:39:25 PST 2006


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

2006-01-04  Carl Worth  <cworth at cworth.org>

        * Originally: 2005-10-10  David Reveman  <davidr at novell.com>

        * src/fbcompose.c: (SourcePictureClassify), (fbFetchSolid),
        (fbFetch), (fbFetchSourcePict), (fbFetchTransformed),
        (fbFetchExternalAlpha), (fbCompositeRect):
        * src/icimage.c: (_pixman_init_gradient),
        (_pixman_create_source_image),
        (pixman_image_create_linear_gradient),
        (pixman_image_create_radial_gradient):
        * src/icimage.h:

        Some major performance improvements to the general composite code
        used for gradients and transformed images. Like fetching of mask
        scanline before source scanline so that only the necessary pixels
        from source needs to be computed in case of gradients or
        transformed images as source. This patch also include some
        gradient specific fixes and performance improvement.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- ChangeLog	5 Jan 2006 00:26:10 -0000	1.125
+++ ChangeLog	5 Jan 2006 00:39:23 -0000	1.126
@@ -1,6 +1,26 @@
 2006-01-04  Carl Worth  <cworth at cworth.org>
 
-	Originally: 2005-10-10  David Reveman  <davidr at novell.com>
+	* Originally: 2005-10-10  David Reveman  <davidr at novell.com>
+
+	* src/fbcompose.c: (SourcePictureClassify), (fbFetchSolid),
+	(fbFetch), (fbFetchSourcePict), (fbFetchTransformed),
+	(fbFetchExternalAlpha), (fbCompositeRect):
+	* src/icimage.c: (_pixman_init_gradient),
+	(_pixman_create_source_image),
+	(pixman_image_create_linear_gradient),
+	(pixman_image_create_radial_gradient):
+	* src/icimage.h:
+
+	Some major performance improvements to the general composite code
+	used for gradients and transformed images. Like fetching of mask
+	scanline before source scanline so that only the necessary pixels
+	from source needs to be computed in case of gradients or
+	transformed images as source. This patch also include some
+	gradient specific fixes and performance improvement.
+
+2006-01-04  Carl Worth  <cworth at cworth.org>
+
+	* Originally: 2005-10-10  David Reveman  <davidr at novell.com>
 
 	* src/pixman.h: Add entries for gradient support.
 



More information about the cairo-commit mailing list