pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libpixman Changes 0.1.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18b7a83ff0d1
branches:  trunk
changeset: 497499:18b7a83ff0d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 29 12:16:21 2005 +0000

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

diffstat:

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

diffs (27 lines):

diff -r 406884e3698d -r 18b7a83ff0d1 graphics/libpixman/Makefile
--- a/graphics/libpixman/Makefile       Fri Jul 29 12:14:31 2005 +0000
+++ b/graphics/libpixman/Makefile       Fri Jul 29 12:16:21 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2005/07/04 20:15:29 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.13 2005/07/29 12:16:21 adam Exp $
 
-DISTNAME=      libpixman-0.1.5
+DISTNAME=      libpixman-0.1.6
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/snapshots/
 
diff -r 406884e3698d -r 18b7a83ff0d1 graphics/libpixman/distinfo
--- a/graphics/libpixman/distinfo       Fri Jul 29 12:14:31 2005 +0000
+++ b/graphics/libpixman/distinfo       Fri Jul 29 12:16:21 2005 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/07/04 20:15:29 drochner Exp $
+$NetBSD: distinfo,v 1.9 2005/07/29 12:16:21 adam Exp $
 
-SHA1 (libpixman-0.1.5.tar.gz) = 5d05aee3705a1609e7b09b6cd9d3fae443231094
-RMD160 (libpixman-0.1.5.tar.gz) = 81f03fe6ee2c986352825241cdbc75e329233080
-Size (libpixman-0.1.5.tar.gz) = 379180 bytes
-SHA1 (patch-aa) = 0172ca11ef392df251b84213295b1727e7274366
+SHA1 (libpixman-0.1.6.tar.gz) = cc596882ea8f41aada6e8d8e0e8ab2bf9303fb33
+RMD160 (libpixman-0.1.6.tar.gz) = 28f00d5d1d31fa0647e7a02c880fd06bd0d77d80
+Size (libpixman-0.1.6.tar.gz) = 387830 bytes



Home | Main Index | Thread Index | Old Index