pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libpixman Update to 0.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5168c23f94b
branches:  trunk
changeset: 488827:e5168c23f94b
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Feb 09 21:24:50 2005 +0000

description:
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:

 graphics/libpixman/Makefile |  4 ++--
 graphics/libpixman/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 23353f84f3be -r e5168c23f94b graphics/libpixman/Makefile
--- a/graphics/libpixman/Makefile       Wed Feb 09 21:21:03 2005 +0000
+++ b/graphics/libpixman/Makefile       Wed Feb 09 21:24:50 2005 +0000
@@ -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 -r 23353f84f3be -r e5168c23f94b graphics/libpixman/distinfo
--- a/graphics/libpixman/distinfo       Wed Feb 09 21:21:03 2005 +0000
+++ b/graphics/libpixman/distinfo       Wed Feb 09 21:24:50 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index