Re: [Mesa-dev] [PATCH] Port gallium to System z

2013-06-05 Thread Brian Paul
On Wed, Jun 5, 2013 at 2:26 AM, Richard Sandiford < rsand...@linux.vnet.ibm.com> wrote: > The main change is to use MCJIT rather than the old JIT, which will never > be supported for System z. The endianness part is by example since the > patch was tested on a glibc system. > > Signed-off-by: Ric

[Mesa-dev] [PATCH] Port gallium to System z

2013-06-05 Thread Richard Sandiford
The main change is to use MCJIT rather than the old JIT, which will never be supported for System z. The endianness part is by example since the patch was tested on a glibc system. Signed-off-by: Richard Sandiford --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 2 +- src/gallium/include/pipe/