diff options
author | bjs <bjs> | 2007-12-18 00:10:44 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-12-18 00:10:44 +0000 |
commit | 1b5e1b807eea3a21f096566d9b494cdd5bb1f936 (patch) | |
tree | 60219762be0ae1b71599543673cfdeeed122dcad /x11 | |
parent | ba6cbd7dbc0da1d2278dfaaa3616beae9059b87c (diff) | |
download | pkgsrc-1b5e1b807eea3a21f096566d9b494cdd5bb1f936.tar.gz |
Update to a snapshot from GIT head. The current revision seems better
to me than the release. Bump rev.
Changes include:
Guard MMX get_fast_path() with pixman_have_mmx()
Use -fvisibility=hidden by default.
Add a PIXMAN_EXPORT macro that expands to the appropriate GCC magic.
Various formatting fixes.
Make the tables static; remove unused flag
Set maskRepeat to FALSE when the function is NEED_SOLID_MASK
Conditionalize MMX code with USE_MMX
Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.
pixman_composite_rect_general_accessors skips the fetch / store steps by
setting store to NULL when the op is ADD or OVER and the dest format is
[ax]8r8g8b8. This optimization is only valid when no accessors are
in play.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 5 | ||||
-rw-r--r-- | x11/pixman/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 29e02306907..3d625680dcf 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/18 00:10:44 bjs Exp $ # DISTNAME= pixman-0.9.6 +PKGREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/ +MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 MAINTAINER= bjs@NetBSD.org diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index 07da3d1be61..2c21c348870 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/11/08 19:51:43 bjs Exp $ +$NetBSD: distinfo,v 1.2 2007/12/18 00:10:44 bjs Exp $ -SHA1 (pixman-0.9.6.tar.bz2) = d31ea97176e475b47bcc9c0ad4813859857fb061 -RMD160 (pixman-0.9.6.tar.bz2) = 3cde968776ea75ed8efd4b5c126238fd2a9817cb -Size (pixman-0.9.6.tar.bz2) = 290399 bytes +SHA1 (pixman-0.9.6.tar.bz2) = 922405d4eaf79af902a71fab141049ca360dc1c8 +RMD160 (pixman-0.9.6.tar.bz2) = cdd1fa5272429a95bb5343028bead70d7dde2dec +Size (pixman-0.9.6.tar.bz2) = 278790 bytes SHA1 (patch-aa) = 2ebff1def8deb37e378eaa6c4bafd4e71cfcd4a9 SHA1 (patch-ab) = 38ebdb75be9fc41e61c0cc594b3a13c6778d2f23 |