Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-29 Thread Jose Fonseca
- Original Message - > On 11/29/2012 09:58 AM, Jose Fonseca wrote: > > Commited. Thanks. > > > > > > Is it possible to cross build to PowerPC and run a PowerPC > > executable in some emulator? If it is an easy thing to do, then > > I'd like to automate cross-building and running llvmpipe un

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-29 Thread Adhemerval Zanella
On 11/29/2012 09:58 AM, Jose Fonseca wrote: > Commited. Thanks. > > > Is it possible to cross build to PowerPC and run a PowerPC executable in some > emulator? If it is an easy thing to do, then I'd like to automate > cross-building and running llvmpipe unit tests on PowerPC emulator. Otherwise

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-29 Thread Jose Fonseca
- Original Message - > On 11/27/2012 04:28 PM, Jose Fonseca wrote: > > > > - Original Message - > >> Hi all, > >> > >> This set of patches fixes all the llvmpipe lp_test_* for PowerPC. > >> The > >> first five > >> add Altivec intrinsics that fixes all arith testcases, while the >

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-28 Thread Adhemerval Zanella
On 11/28/2012 10:44 AM, Adhemerval Zanella wrote: > On 11/27/2012 04:28 PM, Jose Fonseca wrote: >> - Original Message - >>> Hi all, >>> >>> This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The >>> first five >>> add Altivec intrinsics that fixes all arith testcases, while t

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-28 Thread Adhemerval Zanella
On 11/27/2012 04:28 PM, Jose Fonseca wrote: > > - Original Message - >> Hi all, >> >> This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The >> first five >> add Altivec intrinsics that fixes all arith testcases, while the >> remaining one >> deals mainly with big-endian memo

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-28 Thread Adhemerval Zanella
On 11/22/2012 07:38 PM, Roland Scheidegger wrote: > Am 22.11.2012 21:33, schrieb Adhemerval Zanella: >> Hi all, >> >> This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The first >> five >> add Altivec intrinsics that fixes all arith testcases, while the remaining >> one >> deals m

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-27 Thread Jose Fonseca
- Original Message - > Hi all, > > This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The > first five > add Altivec intrinsics that fixes all arith testcases, while the > remaining one > deals mainly with big-endian memory loads and shift/mask algorithms. > > The first t

Re: [Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-22 Thread Roland Scheidegger
Am 22.11.2012 21:33, schrieb Adhemerval Zanella: > Hi all, > > This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The first > five > add Altivec intrinsics that fixes all arith testcases, while the remaining one > deals mainly with big-endian memory loads and shift/mask algorithms.

[Mesa-dev] [PATCH 0/8] llvmpipe: Fixes for PowerPC/big-endian machines

2012-11-22 Thread Adhemerval Zanella
Hi all, This set of patches fixes all the llvmpipe lp_test_* for PowerPC. The first five add Altivec intrinsics that fixes all arith testcases, while the remaining one deals mainly with big-endian memory loads and shift/mask algorithms. The first three are repost of previous patches that I includ