Mesa endian check..

2004-06-07 Thread Dave Airlie
In glheader.h there is a check to set MESA_BIG_ENDIAN vs MESA_LITTLE_ENDIAN it has a line /* fix me for non-Linux big-endian! */ Has anyone ever checked Mesa on BSD on big-endian? I'm going to use this macro in the mach64, and I'll let someone fix this include.. Dave. -- David Airlie, Softwa

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Eric Anholt
On Mon, 2004-06-07 at 05:43, Dave Airlie wrote: > In glheader.h there is a check to set MESA_BIG_ENDIAN vs > MESA_LITTLE_ENDIAN > > it has a line /* fix me for non-Linux big-endian! */ > > Has anyone ever checked Mesa on BSD on big-endian? > > I'm going to use this macro in the mach64, and I'll

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Brian Paul
Eric Anholt wrote: On Mon, 2004-06-07 at 05:43, Dave Airlie wrote: In glheader.h there is a check to set MESA_BIG_ENDIAN vs MESA_LITTLE_ENDIAN it has a line /* fix me for non-Linux big-endian! */ Has anyone ever checked Mesa on BSD on big-endian? I'm going to use this macro in the mach64, and I'll

Re: [Mesa3d-dev] Mesa endian check..

2004-06-07 Thread Michel Dänzer
On Mon, 2004-06-07 at 09:57 -0600, Brian Paul wrote: > > The fact that MESA_LITTLE/BIG_ENDIAN and CPU_TO_LE32 and LE32_TO_CPU > aren't used anywhere within core Mesa (except in t_dd_vertex.h - and > that could be factored out) make me think that those macros belong > elsewhere, like in a DRI-co