[cairo-commit] libpixman ChangeLog,1.70,1.71

Keith Packard commit at pdx.freedesktop.org
Thu May 26 13:02:33 PDT 2005


Committed by: keithp

Update of /cvs/cairo/libpixman
In directory gabe:/tmp/cvs-serv31371

Modified Files:
	ChangeLog 
Log Message:
2005-05-26  Keith Packard  <keithp at keithp.com>

	* src/iccompose.c: (IcFetch_transform), (IcFetcha_transform),
	(IcBuildCompositeOperand):
	* src/icimage.c: (pixman_image_init), (pixman_image_destroy),
	(pixman_image_set_clip_region), (IcClipImageSrc):
	* src/icimage.h:

	Split clipping into separate source and destination operand
	clips.  By default, source operands are not affected by
	any client clipping.  This matches the desired semantics
	for cairo.  When this code is ported back to the X server,
	that will have to select the clipping option which clip
	source operands to the client clip.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- ChangeLog	18 May 2005 17:23:48 -0000	1.70
+++ ChangeLog	26 May 2005 20:02:31 -0000	1.71
@@ -1,3 +1,18 @@
+2005-05-26  Keith Packard  <keithp at keithp.com>
+
+	* src/iccompose.c: (IcFetch_transform), (IcFetcha_transform),
+	(IcBuildCompositeOperand):
+	* src/icimage.c: (pixman_image_init), (pixman_image_destroy),
+	(pixman_image_set_clip_region), (IcClipImageSrc):
+	* src/icimage.h:
+
+	Split clipping into separate source and destination operand
+	clips.  By default, source operands are not affected by
+	any client clipping.  This matches the desired semantics
+	for cairo.  When this code is ported back to the X server,
+	that will have to select the clipping option which clip
+	source operands to the client clip.
+
 2005-05-18  Carl Worth  <cworth at cworth.org>
 
 	* configure.in: Add -head to CAIRO_VERSION after tagging with




More information about the cairo-commit mailing list