summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-25 15:26:13 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-27 15:21:22 +0100
commit5ef6eb4654714aacf338a6c9cb767e3c2c59a44f (patch)
tree1310066414b5576e3aee0fdb31f7efc525c80fb2 /src/mesa/main/compiler.h
parent343795e44526446a3b111ab35625a76bbe12a98c (diff)
downloadexternal_mesa3d-5ef6eb4654714aacf338a6c9cb767e3c2c59a44f.zip
external_mesa3d-5ef6eb4654714aacf338a6c9cb767e3c2c59a44f.tar.gz
external_mesa3d-5ef6eb4654714aacf338a6c9cb767e3c2c59a44f.tar.bz2
Remove Bluegene/L wrappers
Added back in 2009, with osmesa/GLU in mind. Unlikely to be working any more since the removal of the static makefiles. Cc: Brian Paul <brianp@vmware.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 185c911..34671dc 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -150,7 +150,7 @@ extern "C" {
#elif defined(__APPLE__)
#include <CoreFoundation/CFByteOrder.h>
#define CPU_TO_LE32( x ) CFSwapInt32HostToLittle( x )
-#elif (defined(_AIX) || defined(__blrts))
+#elif (defined(_AIX))
static inline GLuint CPU_TO_LE32(GLuint x)
{
return (((x & 0x000000ff) << 24) |