[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
- Previous message: [cairo-commit] roadster/src mainwindow.c, 1.18, 1.19 mainwindow.h,
1.7, 1.8 map.c, 1.18, 1.19 map.h, 1.5, 1.6 map_draw_gdk.c, 1.4,
1.5 search_road.c, 1.12, 1.13 searchwindow.c, 1.10,
1.11 searchwindow.h, 1.3, 1.4
- Next message: [cairo-commit] cairo ChangeLog,1.411,1.412 configure.in,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [cairo-commit] roadster/src mainwindow.c, 1.18, 1.19 mainwindow.h,
1.7, 1.8 map.c, 1.18, 1.19 map.h, 1.5, 1.6 map_draw_gdk.c, 1.4,
1.5 search_road.c, 1.12, 1.13 searchwindow.c, 1.10,
1.11 searchwindow.h, 1.3, 1.4
- Next message: [cairo-commit] cairo ChangeLog,1.411,1.412 configure.in,1.89,1.90
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list