mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-05 09:10:19 +01:00
Add notes for snapshot 0.1.4.
Increment version to 0.1.4.
This commit is contained in:
parent
e7607bb379
commit
5804df2bcc
3 changed files with 29 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
22
pixman/NEWS
22
pixman/NEWS
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue