summaryrefslogtreecommitdiff
path: root/pixman/ChangeLog.libic
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/ChangeLog.libic')
-rw-r--r--pixman/ChangeLog.libic21
1 files changed, 21 insertions, 0 deletions
diff --git a/pixman/ChangeLog.libic b/pixman/ChangeLog.libic
index d0105b79..c2718833 100644
--- a/pixman/ChangeLog.libic
+++ b/pixman/ChangeLog.libic
@@ -1,5 +1,26 @@
+2003-02-25 Carl Worth <cworth@isi.edu>
+
+ * src/icimage.c (IcImageInit):
+ (IcImageDestroy):
+ (IcImageDestroyClip):
+ (IcClipImageReg):
+ (IcClipImageSrc):
+ (IcClipImageSrc):
+ (SetPictureClipRects):
+ (IcComputeCompositeRegion): Converted to use libpixregion rather
+ than region code from Xlib.
+
+ * src/iccompose.c (IcFetch_transform): Converted to use
+ libpixregion rather than region code from Xlib.
+
+ * src/ic.c (IcComposite): Converted to use libpixregion rather
+ than region code from Xlib.
+
2003-02-21 Carl Worth <cworth@isi.edu>
+ * src/ictri.c (IcRasterizeTriangle): Added triangle support to
+ libic.
+
* src/ic.h: Started cleaning up the public interface of
libic. Moved most of the cruft into icint.h.