Subject: CVS commit: pkgsrc/graphics/libpixman
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/29/2005 12:16:21
Module Name: pkgsrc
Committed By: adam
Date: Fri Jul 29 12:16:21 UTC 2005
Modified Files:
pkgsrc/graphics/libpixman: Makefile distinfo
Log Message:
Changes 0.1.6:
Behavioral changes
------------------
Clips are changed to only affect destination operands, not
sources. This gives the desired behavior for cairo. If the X server's
Render implementation wants to use pixman it will have to select
source clipping, (presumably through a new API call that we can add at
that poin).
Bug fixes
---------
Fix leak of the clip region associated with an image in
pixman_image_destroy.
Fix units for stride return to be FbStip-sized, (this bug was causing
non antialiased text in cairo to appear as garbage).
Other changes
-------------
The implementation has been merged considerably with xserver/fb. Most
of the merge was just name changes, but there were likely some bug
fixes or performance improvements in there as well.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/libpixman/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/libpixman/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.