Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/lib/pixman add new files for pixman 0.30.0...



details:   https://anonhg.NetBSD.org/src/rev/feae9485d733
branches:  trunk
changeset: 787181:feae9485d733
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jun 05 09:04:16 2013 +0000

description:
add new files for pixman 0.30.0.  bump minor.

diffstat:

 external/mit/xorg/lib/pixman/Makefile      |  16 ++++++++++------
 external/mit/xorg/lib/pixman/shlib_version |   4 ++--
 2 files changed, 12 insertions(+), 8 deletions(-)

diffs (57 lines):

diff -r 472d21a57848 -r feae9485d733 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Wed Jun 05 08:42:56 2013 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Wed Jun 05 09:04:16 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2013/05/07 07:01:37 martin Exp $
+#      $NetBSD: Makefile,v 1.24 2013/06/05 09:04:16 mrg Exp $
 
 NOLINT=        1       # defined
 
@@ -17,13 +17,10 @@
        pixman-combine32.c              \
        pixman-combine-float.c          \
        pixman-conical-gradient.c       \
-       pixman-x86.c                    \
-       pixman-mips.c                   \
-       pixman-arm.c                    \
-       pixman-ppc.c                    \
        pixman-edge.c                   \
        pixman-edge-accessors.c         \
        pixman-fast-path.c              \
+       pixman-filter.c                 \
        pixman-glyph.c                  \
        pixman-general.c                \
        pixman-gradient-walker.c        \
@@ -40,6 +37,12 @@
        pixman-trap.c                   \
        pixman-utils.c
 
+SRCS+=                                 \
+       pixman-x86.c                    \
+       pixman-mips.c                   \
+       pixman-arm.c                    \
+       pixman-ppc.c                    \
+
 # XXX
 
 .if ${MACHINE_ARCH} == "i386"
@@ -65,7 +68,8 @@
 .if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmhf"
 # ARM SIMD
 SRCS+=         pixman-arm-simd.c               \
-               pixman-arm-simd-asm.S
+               pixman-arm-simd-asm.S           \
+               pixman-arm-simd-asm-scaled.S
 CPPFLAGS+=     -DUSE_ARM_SIMD
 # ARM NEON
 SRCS+=         pixman-arm-neon.c               \
diff -r 472d21a57848 -r feae9485d733 external/mit/xorg/lib/pixman/shlib_version
--- a/external/mit/xorg/lib/pixman/shlib_version        Wed Jun 05 08:42:56 2013 +0000
+++ b/external/mit/xorg/lib/pixman/shlib_version        Wed Jun 05 09:04:16 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.5 2010/05/23 04:26:19 mrg Exp $
+#      $NetBSD: shlib_version,v 1.6 2013/06/05 09:04:16 mrg Exp $
 #
 major=2
-minor=1
+minor=2



Home | Main Index | Thread Index | Old Index