Subject: CVS commit: pkgsrc/graphics/libpixman
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 02/09/2005 21:24:50
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Wed Feb  9 21:24:50 UTC 2005

Modified Files:
	pkgsrc/graphics/libpixman: Makefile distinfo

Log Message:
Update to 0.1.3.

Performance improvements
------------------------
Solid fills are now much faster, (thanks to Alexander Larsson).

Bug fixes
---------
Fixed to quiet warnings in newer versions of gcc.

Don't divide-by-zero if given an image of size 0x0.

Fixed several corner cases where values outside a trapezoid would be
drawn with alpha 1/255 (in the 8-bit case).

Internal changes
----------------
Imported the newer point-sampling trapezoid rasterization code that
Keith Packard wrote for the X server. This provide pixel-perfect
matching with the Render extension as well as code that is simpler,
more robust, and easier to maintain.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/libpixman/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/graphics/libpixman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.