From 5804df2bcc1d0d697a2e4c4b7620d742e10fd450 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Mon, 7 Mar 2005 12:16:33 +0000 Subject: [PATCH] Add notes for snapshot 0.1.4. Increment version to 0.1.4. --- pixman/ChangeLog | 6 ++++++ pixman/NEWS | 22 ++++++++++++++++++++++ pixman/configure.in | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) diff --git a/pixman/ChangeLog b/pixman/ChangeLog index 5cb08e4b6..1c2c9dc7d 100644 --- a/pixman/ChangeLog +++ b/pixman/ChangeLog @@ -1,3 +1,9 @@ +2005-03-07 Carl Worth + + * NEWS: Add notes for snapshot 0.1.4. + + * configure.in: Increment version to 0.1.4. + 2005-03-04 Carl Worth * src/ictrap.c (pixman_composite_trapezoids): Intersect bounds of diff --git a/pixman/NEWS b/pixman/NEWS index e39172a6d..62d005546 100644 --- a/pixman/NEWS +++ b/pixman/NEWS @@ -1,3 +1,25 @@ +Snapshot 0.1.4 (2005-03-07 Carl Worth ) +========================================================== +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 ) ========================================================== Performance improvements diff --git a/pixman/configure.in b/pixman/configure.in index 1fc927973..4e76e12a6 100644 --- a/pixman/configure.in +++ b/pixman/configure.in @@ -7,7 +7,7 @@ AC_INIT(src/pixman.h) dnl =========================================================================== # Package version number, (as distinct from shared library version) -LIBPIXMAN_VERSION=0.1.3 +LIBPIXMAN_VERSION=0.1.4 # libtool shared library version