Re: [Mesa-dev] RFC: help on llvmpipe

2013-01-14 Thread Adhemerval Zanella
On 01/11/2013 01:05 PM, Michel Dänzer wrote: > On Fre, 2013-01-11 at 11:53 -0200, Adhemerval Zanella wrote: >> I'm trying to make llvmpipe work correctly on PowerPC64. The llvm MCJIT >> backend >> works pretty well now, so now I'm focused on the llvmpipe code. I already >> sent a few >> patches

Re: [Mesa-dev] RFC: help on llvmpipe

2013-01-11 Thread Michel Dänzer
On Fre, 2013-01-11 at 11:53 -0200, Adhemerval Zanella wrote: > > I'm trying to make llvmpipe work correctly on PowerPC64. The llvm MCJIT > backend > works pretty well now, so now I'm focused on the llvmpipe code. I already > sent a few > patches to address the existing testcases (lp_test_arit,

[Mesa-dev] RFC: help on llvmpipe

2013-01-11 Thread Adhemerval Zanella
Hi all, I'm trying to make llvmpipe work correctly on PowerPC64. The llvm MCJIT backend works pretty well now, so now I'm focused on the llvmpipe code. I already sent a few patches to address the existing testcases (lp_test_arit, lp_test_blend, lp_test_conv, lp_test_format, lp_test_printf). Howe