Mesa (master): mesa: add arm64 support

Andreas Boll ab at kemper.freedesktop.org
Wed Nov 6 21:14:32 UTC 2013


Module: Mesa
Branch: master
Commit: 9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d805c96eb991aae4bb325dc1b5f8ca0a7fb921c

Author: Fabio Pedretti <fabio.ped at libero.it>
Date:   Tue Nov  5 16:51:19 2013 +0100

mesa: add arm64 support

Patch from Ubuntu package

Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Andreas Boll <andreas.boll.dev at gmail.com>

---

 src/mesa/main/compiler.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index dceea02..97075f5 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -326,7 +326,7 @@ static INLINE GLuint CPU_TO_LE32(GLuint x)
     defined(ia64) || defined(__ia64__) || \
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \
-    defined(__arm__) || \
+    defined(__arm__) || defined(__aarch64__) || \
     defined(__sh__) || defined(__m32r__) || \
     (defined(__sun) && defined(_IEEE_754)) || \
     defined(__alpha__)




More information about the mesa-commit mailing list