[cairo-commit] libpixman ChangeLog, 1.58, 1.59 NEWS, 1.6, 1.7 configure.in, 1.15, 1.16

Carl Worth commit at pdx.freedesktop.org
Mon Mar 7 12:16:35 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog NEWS configure.in 
Log Message:

        * NEWS: Add notes for snapshot 0.1.4.

        * configure.in: Increment version to 0.1.4.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/libpixman/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- ChangeLog	4 Mar 2005 15:53:09 -0000	1.58
+++ ChangeLog	7 Mar 2005 20:16:33 -0000	1.59
@@ -1,3 +1,9 @@
+2005-03-07  Carl Worth  <cworth at cworth.org>
+
+	* NEWS: Add notes for snapshot 0.1.4.
+
+	* configure.in: Increment version to 0.1.4.
+
 2005-03-04  Carl Worth  <cworth at cworth.org>
 
 	* src/ictrap.c (pixman_composite_trapezoids): Intersect bounds of

Index: NEWS
===================================================================
RCS file: /cvs/cairo/libpixman/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- NEWS	21 Jan 2005 19:10:07 -0000	1.6
+++ NEWS	7 Mar 2005 20:16:33 -0000	1.7
@@ -1,3 +1,25 @@
+Snapshot 0.1.4 (2005-03-07 Carl Worth <cworth at cworth.org>)
+==========================================================
+API Addition
+------------
+Add new function:
+
+	void
+	pixman_add_trapezoids (pixman_image_t           *dst,
+	                       int                      x_off,
+	                       int                      y_off,
+	                       const pixman_trapezoid_t *traps,
+	                       int                      ntraps);
+
+Performance improvement
+-----------------------
+Restrict size of intermediate surface used while compositing
+trapezoids based on the bounds of the desination surface.
+
+Bug fixes
+---------
+Fix rendering on 64-bit platforms.
+
 Snapshot 0.1.3 (2005-01-21 Carl Worth <cworth at cworth.org>)
 ==========================================================
 Performance improvements

Index: configure.in
===================================================================
RCS file: /cvs/cairo/libpixman/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- configure.in	6 Feb 2005 19:51:07 -0000	1.15
+++ configure.in	7 Mar 2005 20:16:33 -0000	1.16
@@ -7,7 +7,7 @@
 dnl ===========================================================================
 
 # Package version number, (as distinct from shared library version)
-LIBPIXMAN_VERSION=0.1.3
+LIBPIXMAN_VERSION=0.1.4
 
 # libtool shared library version
 




More information about the cairo-commit mailing list