From 223455ce5461f711b08773a756c28cec25b64aea Mon Sep 17 00:00:00 2001 From: xtraeme Date: Wed, 9 Feb 2005 21:24:50 +0000 Subject: 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. --- graphics/libpixman/Makefile | 4 ++-- graphics/libpixman/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile index b923951b1f9..c2925f79272 100644 --- a/graphics/libpixman/Makefile +++ b/graphics/libpixman/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/11/15 03:43:46 rh Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/09 21:24:50 xtraeme Exp $ # -DISTNAME= libpixman-0.1.2 +DISTNAME= libpixman-0.1.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ diff --git a/graphics/libpixman/distinfo b/graphics/libpixman/distinfo index 7227d8a5793..0a8a630d970 100644 --- a/graphics/libpixman/distinfo +++ b/graphics/libpixman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/11/15 03:43:46 rh Exp $ +$NetBSD: distinfo,v 1.5 2005/02/09 21:24:50 xtraeme Exp $ -SHA1 (libpixman-0.1.2.tar.gz) = 131940aee04f8ed757b834d9dd9584d0ecc76348 -Size (libpixman-0.1.2.tar.gz) = 367637 bytes +SHA1 (libpixman-0.1.3.tar.gz) = eca26dc881227f983022203aafe8e2d4d0bff8ee +Size (libpixman-0.1.3.tar.gz) = 371766 bytes SHA1 (patch-aa) = 0172ca11ef392df251b84213295b1727e7274366 -- cgit v1.2.3