OSDN Git Service

Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:09:51 +0000 (09:09 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 16 Dec 2009 17:09:51 +0000 (09:09 -0800)
Conflicts:
src/mesa/drivers/dri/unichrome/via_ioctl.c
src/mesa/drivers/dri/unichrome/via_screen.c
src/mesa/main/version.h
src/mesa/state_tracker/st_atom.c

1  2 
src/mesa/main/compiler.h

diff --combined src/mesa/main/compiler.h
@@@ -107,7 -107,8 +107,7 @@@ extern "C" 
  /**
   * finite macro.
   */
 -#if defined(_WIN32) && !defined(__WIN32__) && !defined(__CYGWIN__) && !defined(BUILD_FOR_SNAP)
 -#  define __WIN32__
 +#if defined(_MSC_VER)
  #  define finite _finite
  #elif defined(__WATCOMC__)
  #  define finite _finite
  #elif defined(__APPLE__)
  #include <CoreFoundation/CFByteOrder.h>
  #define CPU_TO_LE32( x )      CFSwapInt32HostToLittle( x )
- #elif defined(_AIX)
+ #elif (defined(_AIX) || defined(__blrts))
  #define CPU_TO_LE32( x )        x = ((x & 0x000000ff) << 24) | \
                                      ((x & 0x0000ff00) <<  8) | \
                                      ((x & 0x00ff0000) >>  8) | \