[cairo-commit] cairo/pixman ChangeLog,1.125,1.126
Carl Worth
commit at pdx.freedesktop.org
Wed Jan 4 16:39:25 PST 2006
- Previous message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.4, 1.5 icimage.c,
1.33, 1.34 icimage.h, 1.28, 1.29 icint.h, 1.39, 1.40 pixman.h,
1.24, 1.25
- Next message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.5, 1.6 icimage.c,
1.34, 1.35 icimage.h, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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.
- Previous message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.4, 1.5 icimage.c,
1.33, 1.34 icimage.h, 1.28, 1.29 icint.h, 1.39, 1.40 pixman.h,
1.24, 1.25
- Next message: [cairo-commit] cairo/pixman/src fbcompose.c, 1.5, 1.6 icimage.c,
1.34, 1.35 icimage.h, 1.29, 1.30
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list