summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-26 13:27:00 -0700
committerMichael Forney <mforney@mforney.org>2016-06-26 13:27:49 -0700
commitbc1fe603dac0eb4a102b6d32a4dea68f22619442 (patch)
tree7022024d9874b53b9a3666ee1af1f04005b9da3c /desktop
parent043af3766e4b75dfa5c1c76d49b4f706a0a3f8f9 (diff)
Add pixman 0.34.0
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gen.rc1
-rw-r--r--desktop/pixman/config.h48
-rw-r--r--desktop/pixman/gen.rc58
m---------desktop/pixman/src0
4 files changed, 107 insertions, 0 deletions
diff --git a/desktop/gen.rc b/desktop/gen.rc
index a4a0b9f9..d342a46d 100644
--- a/desktop/gen.rc
+++ b/desktop/gen.rc
@@ -4,5 +4,6 @@ subgen expat
subgen libdrm
subgen libffi
subgen libpciaccess
+subgen pixman
subgen plan9fonts
subgen wayland
diff --git a/desktop/pixman/config.h b/desktop/pixman/config.h
new file mode 100644
index 00000000..1ff23a85
--- /dev/null
+++ b/desktop/pixman/config.h
@@ -0,0 +1,48 @@
+#include <config-posix.h>
+
+/* #undef AC_APPLE_UNIVERSAL_BUILD */
+#define HAVE_BUILTIN_CLZ /**/
+#define HAVE_FEDIVBYZERO 1
+/* #undef HAVE_FEENABLEEXCEPT */
+#define HAVE_FLOAT128 /**/
+#define HAVE_GCC_VECTOR_EXTENSIONS /**/
+/* #undef HAVE_GETISAX */
+#define HAVE_GETPAGESIZE 1
+/* #undef HAVE_LIBPIXMAN_1 */
+/* #undef HAVE_LIBPNG */
+#define HAVE_MEMORY_H 1
+#define HAVE_PTHREADS /**/
+#define LT_OBJDIR ".libs/"
+#define PACKAGE "pixman"
+#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
+#define PACKAGE_NAME "pixman"
+#define PACKAGE_STRING "pixman 0.34.0"
+#define PACKAGE_TARNAME "pixman"
+#define PACKAGE_URL ""
+#define PACKAGE_VERSION "0.34.0"
+/* #undef PIXMAN_TIMERS */
+#define SIZEOF_LONG 8
+#define TLS __thread
+#define TOOLCHAIN_SUPPORTS_ATTRIBUTE_CONSTRUCTOR /**/
+/* #undef USE_ARM_IWMMXT */
+/* #undef USE_ARM_NEON */
+/* #undef USE_ARM_SIMD */
+#define USE_GCC_INLINE_ASM 1
+/* #undef USE_LOONGSON_MMI */
+/* #undef USE_MIPS_DSPR2 */
+/* #undef USE_OPENMP */
+/* #undef USE_VMX */
+#define VERSION "0.34.0"
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+/* # undef WORDS_BIGENDIAN */
+# endif
+#endif
+#ifndef __cplusplus
+/* #undef inline */
+#endif
+/* #undef sqrtf */
diff --git a/desktop/pixman/gen.rc b/desktop/pixman/gen.rc
new file mode 100644
index 00000000..ad424741
--- /dev/null
+++ b/desktop/pixman/gen.rc
@@ -0,0 +1,58 @@
+cflags\
+ -D HAVE_CONFIG_H\
+ -I include\
+ -I '$dir' \
+ -I '$outdir'/include
+
+exprs=(\
+ -e s,@PIXMAN_VERSION_MAJOR@,0,\
+ -e s,@PIXMAN_VERSION_MINOR@,34,\
+ -e s,@PIXMAN_VERSION_MICRO@,0,\
+) let expr $"exprs --\
+ build '$outdir'/include/pixman-version.h sed '$srcdir'/pixman/pixman-version.h.in
+build '$outdir'/include/pixman.h copy '$srcdir'/pixman/pixman.h
+
+phony headers '$outdir'/include/^(pixman.h pixman-version.h)
+
+deps='phony/$dir/headers'
+
+# processor-specific features
+cflags -D 'USE_SSE2=1' -D 'USE_SSSE3=1' -D 'USE_X86_MMX=1'
+let cflags '$cflags -mmmx -Winline' -- cc pixman/pixman-mmx.c || $deps
+let cflags '$cflags -msse2 -Winline' -- cc pixman/pixman-sse2.c || $deps
+let cflags '$cflags -mssse3 -Winline' -- cc pixman/pixman-ssse3.c || $deps
+cpuobjs=(pixman-mmx.c pixman-sse2.c pixman-ssse3.c)^.o
+
+lib libpixman.a -d $"deps pixman/^(\
+ pixman.c\
+ pixman-access.c\
+ pixman-access-accessors.c\
+ pixman-bits-image.c\
+ pixman-combine32.c\
+ pixman-combine-float.c\
+ pixman-conical-gradient.c\
+ pixman-filter.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-glyph.c\
+ pixman-general.c\
+ pixman-gradient-walker.c\
+ pixman-image.c\
+ pixman-implementation.c\
+ pixman-linear-gradient.c\
+ pixman-matrix.c\
+ pixman-noop.c\
+ pixman-radial-gradient.c\
+ pixman-region16.c\
+ pixman-region32.c\
+ pixman-solid-fill.c\
+ pixman-timer.c\
+ pixman-trap.c\
+ pixman-utils.c\
+ $cpuobjs\
+)
diff --git a/desktop/pixman/src b/desktop/pixman/src
new file mode 160000
+Subproject 1727aa4ab60a594cbb1cc1bdaa270b7dfad21f0