[cairo-commit] cairo/pixman ChangeLog,1.120,1.121
Billy Biggs
commit at pdx.freedesktop.org
Sun Oct 9 09:09:55 PDT 2005
Committed by: vektor
Update of /cvs/cairo/cairo/pixman
In directory gabe:/tmp/cvs-serv31374
Modified Files:
ChangeLog
Log Message:
2005-10-09 Billy Biggs <vektor at dumbterm.net>
reviewed by: davidr, cworth, otaylor
* src/pixman.h: Add extended repeat modes, copied from XRender.
* src/icimage.c: (pixman_image_init), (pixman_image_set_repeat),
(FbClipImageSrc): Cleanup to use the new repeat modes.
* src/icrect.c: (pixman_fill_rectangles): Be explicit about which
repeat mode we want.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/pixman/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -d -r1.120 -r1.121
--- ChangeLog 19 Sep 2005 02:52:08 -0000 1.120
+++ ChangeLog 9 Oct 2005 16:09:53 -0000 1.121
@@ -1,3 +1,13 @@
+2005-10-09 Billy Biggs <vektor at dumbterm.net>
+
+ reviewed by: davidr, cworth, otaylor
+
+ * src/pixman.h: Add extended repeat modes, copied from XRender.
+ * src/icimage.c: (pixman_image_init), (pixman_image_set_repeat),
+ (FbClipImageSrc): Cleanup to use the new repeat modes.
+ * src/icrect.c: (pixman_fill_rectangles): Be explicit about which
+ repeat mode we want.
+
2005-09-18 Billy Biggs <vektor at dumbterm.net>
* src/fbmmx.c: Only include xmmintrin.h if USE_SSE is defined.
More information about the cairo-commit
mailing list