Subject: CVS commit: pkgsrc/graphics/libpixman
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 03/27/2005 12:28:08
Module Name: pkgsrc
Committed By: recht
Date: Sun Mar 27 12:28:08 UTC 2005
Modified Files:
pkgsrc/graphics/libpixman: Makefile buildlink3.mk distinfo
Removed Files:
pkgsrc/graphics/libpixman/patches: patch-aa
Log Message:
update to libpixman-0.1.4
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.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/libpixman/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/libpixman/buildlink3.mk
cvs rdiff -r1.6 -r1.7 pkgsrc/graphics/libpixman/distinfo
cvs rdiff -r1.2 -r0 pkgsrc/graphics/libpixman/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.