Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-11-12 Thread Tom Stellard
On Mon, Nov 12, 2012 at 03:37:40PM +, Tom Stellard wrote: > On Sun, Nov 11, 2012 at 11:12:48AM +0800, Liu Xin wrote: > > Hi, Tom, > > > > now i want to try out the new features of gallium/clover. I notice you have > > updated your wiki page for installation. with your new instruction, i can >

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-11-12 Thread Tom Stellard
On Sun, Nov 11, 2012 at 11:12:48AM +0800, Liu Xin wrote: > Hi, Tom, > > now i want to try out the new features of gallium/clover. I notice you have > updated your wiki page for installation. with your new instruction, i can > not build clang any more :( > > xliu@xliu-desktop:~/Development/llvm-t

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-11-11 Thread Liu Xin
Hi, Tom, now i want to try out the new features of gallium/clover. I notice you have updated your wiki page for installation. with your new instruction, i can not build clang any more :( xliu@xliu-desktop:~/Development/llvm-tstellar/tools/clang$ make make[1]: Entering directory `/home/xliu/Devel

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-09 Thread Tom Stellard
On Fri, Oct 05, 2012 at 10:24:00PM +0800, Liu Xin wrote: > Hi, Tom, > > thanks for your kind guidance. within a daunting day, we have made clover > work on our APU platform. for your information, we are running on ubuntu > 12-04, i386. > > out of curiosity, r600 driver relies on the newest llvm

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-06 Thread Liu Xin
Hi, Tom, thanks for your kind guidance. within a daunting day, we have made clover work on our APU platform. for your information, we are running on ubuntu 12-04, i386. out of curiosity, r600 driver relies on the newest llvm API, see llvm 3.2. is it stable? we know LLVM is a fast moving project

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-05 Thread Alex Deucher
On Fri, Oct 5, 2012 at 10:24 AM, Liu Xin wrote: > Hi, Tom, > > thanks for your kind guidance. within a daunting day, we have made clover > work on our APU platform. for your information, we are running on ubuntu > 12-04, i386. > > out of curiosity, r600 driver relies on the newest llvm API, see l

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-04 Thread Liu Xin
Hi, Tom, thank you for your instant response. we decide to try clover for r600. it should work on ubuntu(11.10), right? have you refined tgsi compiler for r600? thanks, --lx On Thu, Oct 4, 2012 at 9:42 PM, Tom Stellard wrote: > On Wed, Oct 03, 2012 at 08:15:07PM +0800, Liu Xin wrote: > >

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-04 Thread Alex Deucher
On Thu, Oct 4, 2012 at 10:53 AM, Tom Stellard wrote: > On Thu, Oct 04, 2012 at 10:42:45PM +0800, Liu Xin wrote: >> Hi, Tom, >> >> thank you for your instant response. we decide to try clover for r600. it >> should work on ubuntu(11.10), right? >> have you refined tgsi compiler for r600? >> > > Bu

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-04 Thread Tom Stellard
On Thu, Oct 04, 2012 at 10:42:45PM +0800, Liu Xin wrote: > Hi, Tom, > > thank you for your instant response. we decide to try clover for r600. it > should work on ubuntu(11.10), right? > have you refined tgsi compiler for r600? > Build instructions for clover + r600g are here: http://dri.freedes

Re: [Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-04 Thread Tom Stellard
On Wed, Oct 03, 2012 at 08:15:07PM +0800, Liu Xin wrote: > Hi, Gallium Hackers, > > We are working on Gallium3D on android-x86, APU. We want to run general > compute programs on r600 GPU, specifically, "Radeon HD6310(Evergreen > family)". > > The first thing drawn our eyes are gallium/tests/trivi

[Mesa-dev] how to run gallium/tests/trivial/compute.c on r600

2012-10-04 Thread Liu Xin
Hi, Gallium Hackers, We are working on Gallium3D on android-x86, APU. We want to run general compute programs on r600 GPU, specifically, "Radeon HD6310(Evergreen family)". The first thing drawn our eyes are gallium/tests/trivial/compute.c because it calls general compute APIs and attempts to exec