From 5f390bf7cde65d9c54180c7b4042be0c24636588 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 5 Oct 2014 23:10:54 +0000 Subject: Import Mesa work from experimental to trunk. Features: Default mesa updated to 9.1.7. New mesa updated to 10.3.0. Drop usage of WITH_NEW_XORG, instead have WITH_NEW_MESA. This is not really intended as a user operated flag. It is used to switch to mesa 10.3.0 when i915kms hw context support is found based on OSVERSION. Radeon user might set this because radeonkms works fine with the new mesa. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1529 058c260c-8361-11dd-a0ac-aa2bafec7d09 --- .../patch-src__gallium__include__pipe__p_config.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphics/libGL/files-old/patch-src__gallium__include__pipe__p_config.h (limited to 'graphics/libGL/files-old/patch-src__gallium__include__pipe__p_config.h') diff --git a/graphics/libGL/files-old/patch-src__gallium__include__pipe__p_config.h b/graphics/libGL/files-old/patch-src__gallium__include__pipe__p_config.h new file mode 100644 index 0000000..be72edb --- /dev/null +++ b/graphics/libGL/files-old/patch-src__gallium__include__pipe__p_config.h @@ -0,0 +1,16 @@ +--- ./src/gallium/include/pipe/p_config.h.orig 2014-02-03 18:42:39.000000000 +0100 ++++ ./src/gallium/include/pipe/p_config.h 2014-02-15 21:11:34.000000000 +0100 +@@ -81,6 +81,13 @@ + #define PIPE_CC_SUNPRO + #endif + ++#if defined(__sparc__) || defined(__sparc64__) ++#define PIPE_ARCH_SPARC ++#if defined(__sparc64__) ++#define PIPE_ARCH_SPARC_64 ++#endif ++#endif ++ + + /* + * Processor architecture -- cgit v1.2.3