[cairo-commit] cairo/pixman ChangeLog,1.115,1.116
Billy Biggs
commit at pdx.freedesktop.org
Sat Aug 27 19:32:59 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo-traps.c,1.29,1.30
- Next message: [cairo-commit]
cairo/pixman/src fbcompose.c, 1.2, 1.3 fbpict.c, 1.4,
1.5 icbltone.c, 1.12, 1.13 icimage.c, 1.31, 1.32 icrect.c,
1.18, 1.19 ictrap.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: vektor
Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv22447
Modified Files:
ChangeLog
Log Message:
Some fixes for warnings from sparse (Part of bug #4208,
Kjartan Maraas)
* src/fbcompose.c (fetchProcForPicture),
(fetchPixelProcForPicture), (storeProcForPicture), (fbFetchSolid),
(fbFetch), (fbFetchTransformed), (fbStore), (fbStoreExternalAlpha),
(fbCompositeRect):
* src/fbpict.c (pixman_composite):
* src/icbltone.c (fbLaneTable), (fbBltOne):
* src/icimage.c (pixman_image_init), (pixman_image_set_transform):
* src/icrect.c (pixman_fill_rectangles):
* src/ictrap.c (FbCreateAlphaPicture): Use NULL not 0.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -d -r1.115 -r1.116
--- ChangeLog 28 Aug 2005 01:36:09 -0000 1.115
+++ ChangeLog 28 Aug 2005 02:32:57 -0000 1.116
@@ -1,3 +1,18 @@
+2005-08-27 Billy Biggs <vektor at dumbterm.net>
+
+ Some fixes for warnings from sparse (Part of bug #4208,
+ Kjartan Maraas)
+
+ * src/fbcompose.c (fetchProcForPicture),
+ (fetchPixelProcForPicture), (storeProcForPicture), (fbFetchSolid),
+ (fbFetch), (fbFetchTransformed), (fbStore), (fbStoreExternalAlpha),
+ (fbCompositeRect):
+ * src/fbpict.c (pixman_composite):
+ * src/icbltone.c (fbLaneTable), (fbBltOne):
+ * src/icimage.c (pixman_image_init), (pixman_image_set_transform):
+ * src/icrect.c (pixman_fill_rectangles):
+ * src/ictrap.c (FbCreateAlphaPicture): Use NULL not 0.
+
2005-08-27 Owen Taylor <otaylor at redhat.com>
* src/fbmmx.c (detectCPUFeatures): Make the code work with
- Previous message: [cairo-commit] cairo/src cairo-traps.c,1.29,1.30
- Next message: [cairo-commit]
cairo/pixman/src fbcompose.c, 1.2, 1.3 fbpict.c, 1.4,
1.5 icbltone.c, 1.12, 1.13 icimage.c, 1.31, 1.32 icrect.c,
1.18, 1.19 ictrap.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list