Module Name:    src
Committed By:   mrg
Date:           Wed Jun  5 09:04:16 UTC 2013

Modified Files:
        src/external/mit/xorg/lib/pixman: Makefile shlib_version

Log Message:
add new files for pixman 0.30.0.  bump minor.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/external/mit/xorg/lib/pixman/Makefile
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/pixman/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.23 src/external/mit/xorg/lib/pixman/Makefile:1.24
--- src/external/mit/xorg/lib/pixman/Makefile:1.23	Tue May  7 07:01:37 2013
+++ src/external/mit/xorg/lib/pixman/Makefile	Wed Jun  5 09:04:16 2013
@@ -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 @@ SRCS=					\
 	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 @@ SRCS=					\
 	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 @@ MKDEPFLAGS+=		-maltivec
 .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		\

Index: src/external/mit/xorg/lib/pixman/shlib_version
diff -u src/external/mit/xorg/lib/pixman/shlib_version:1.5 src/external/mit/xorg/lib/pixman/shlib_version:1.6
--- src/external/mit/xorg/lib/pixman/shlib_version:1.5	Sun May 23 04:26:19 2010
+++ src/external/mit/xorg/lib/pixman/shlib_version	Wed Jun  5 09:04:16 2013
@@ -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

Reply via email to