Add notes for snapshot 0.1.4.

Increment version to 0.1.4.
This commit is contained in:
Carl Worth 2005-03-07 12:16:33 +00:00
parent e7607bb379
commit 5804df2bcc
3 changed files with 29 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2005-03-07 Carl Worth <cworth@cworth.org>
* NEWS: Add notes for snapshot 0.1.4.
* configure.in: Increment version to 0.1.4.
2005-03-04 Carl Worth <cworth@cworth.org>
* src/ictrap.c (pixman_composite_trapezoids): Intersect bounds of

View file

@ -1,3 +1,25 @@
Snapshot 0.1.4 (2005-03-07 Carl Worth <cworth@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@cworth.org>)
==========================================================
Performance improvements

View file

@ -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