[cairo-commit] libpixman ChangeLog,1.24,1.25 NEWS,1.3,1.4

Carl Worth commit at pdx.freedesktop.org
Wed Oct 27 07:26:38 PDT 2004


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS 
Log Message:

        * src/icint.h (MOD):
        * src/iccompose.c (IcFetch_transform):
        * src/ic.c (pixman_composite): Switch from two different buggy mod
        macros to a new MOD macro which should work in C89 or C99.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ChangeLog	13 Oct 2004 18:13:51 -0000	1.24
+++ ChangeLog	27 Oct 2004 14:26:36 -0000	1.25
@@ -4,6 +4,11 @@
 
 	* configure.in: Increment version to 0.1.2
 
+	* src/icint.h (MOD): 
+	* src/iccompose.c (IcFetch_transform): 
+	* src/ic.c (pixman_composite): Switch from two different buggy mod
+	macros to a new MOD macro which should work in C89 or C99.
+
 2004-09-12  David Reveman  <c99drn at cs.umu.se>
 
 	* src/icformat.c (pixman_format_init): pixman_format_init expects

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- NEWS	13 Oct 2004 18:01:42 -0000	1.3
+++ NEWS	27 Oct 2004 14:26:36 -0000	1.4
@@ -18,9 +18,10 @@
 
 Bug fixes
 ---------
-Enabling transform and repeat together now works.
-Endian-ness fixes.
-Memory mismanagement fixes.
+Enabling both transform and repeat simultaneously now works.
+Some byte-order fixes.
+Clipping fixes: pixman now takes a copy of the client clipping region
+                client clipping is now actually used, it wasn't earlier.
 
 Snapshot 0.1.1 (2004-04-16 Carl Worth <cworth at east.isi.edu>)
 ============================================================




More information about the cairo-commit mailing list