diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-09 21:24:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-09 21:24:50 +0000 |
commit | f720ae2a29ea9f3cffebe03a341b3cdef270be71 (patch) | |
tree | 011ba129ba4fced2b901bf61a8928df6fc99803d /graphics/libpixman | |
parent | b37673e20474148154e447c3bfcb630dc918bab6 (diff) | |
download | pkgsrc-f720ae2a29ea9f3cffebe03a341b3cdef270be71.tar.gz |
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.
Diffstat (limited to 'graphics/libpixman')
-rw-r--r-- | graphics/libpixman/Makefile | 4 | ||||
-rw-r--r-- | graphics/libpixman/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
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 |