Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Kamalneet Singh
> > > > Errors with LLVM 2.4: > > ../../lib/libGL.so: undefined reference to > > `llvm::createFunctionProfilerPass()' > > ../../lib/libGL.so: undefined reference to `llvm::createRSProfilingPass()' > > ../../lib/libGL.so: undefined reference to `llvm::createEdgeProfilerPass()' > > ../../lib/libGL.so

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Kamalneet Singh
Stephane Marchesin wrote: > [...] > What specifically are you interested in ? FWIW all this stuff is quite > unfinished... We have a project to develop OpenGL ES Shading Language compiler. We want to use llvm, and it makes sense to work with mesa instead of starting from scratch.. :) So it's great

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Michel Dänzer
On Mon, 2009-03-09 at 19:12 +0530, Kamalneet Singh wrote: > Michel Dänzer wrote: > > On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: > >> I got link errors while building gallium-mesa-7.4 branch with "make > >> linux-llvm". The attached patch fixes it. > >> > >> But I wonder which is the

Re: [Mesa3d-dev] need explanation on minMagThreshold in s_texfilter.c (maybe there's a bug?)

2009-03-09 Thread Brian Paul
Nir Radian wrote: > Hello, > > > > I came across this part of the code in s_texfilter.c when trying to > debug a glitch in the texture application - > > > >/* DEBUG CODE: Verify that lambda[] is monotonic. > > * We can't really use this because the inaccuracy in the LOG2 function >

[Mesa3d-dev] need explanation on minMagThreshold in s_texfilter.c (maybe there's a bug?)

2009-03-09 Thread Nir Radian
Hello, I came across this part of the code in s_texfilter.c when trying to debug a glitch in the texture application - /* DEBUG CODE: Verify that lambda[] is monotonic. * We can't really use this because the inaccuracy in the LOG2 function * causes this test to fail, yet the resulting

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Stephane Marchesin
On Mon, Mar 9, 2009 at 14:42, Kamalneet Singh wrote: > Michel Dänzer wrote: >> On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: >>> I got link errors while building gallium-mesa-7.4 branch with "make >>> linux-llvm". The attached patch fixes it. >>> >>> But I wonder which is the right bra

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Kamalneet Singh
Michel Dänzer wrote: > On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: >> I got link errors while building gallium-mesa-7.4 branch with "make >> linux-llvm". The attached patch fixes it. >> >> But I wonder which is the right branch for running mesa with llvm, >> preferably with softpipe.

Re: [Mesa3d-dev] Mesa regression

2009-03-09 Thread Maciej Cencora
On poniedziałek, 9 marca 2009 12:06:31 Keith Whitwell wrote: > On Mon, 2009-03-09 at 03:41 -0700, Maciej Cencora wrote: > > On poniedziałek, 9 marca 2009 10:57:30 Keith Whitwell wrote: > > > On Fri, 2009-03-06 at 15:17 -0800, Maciej Cencora wrote: > > > > Hi, > > > > > > > > f9ce417aaf14c00e72e9230

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Alan Hourihane
On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: > Hi, > > I got link errors while building gallium-mesa-7.4 branch with "make > linux-llvm". The attached patch fixes it. > > But I wonder which is the right branch for running mesa with llvm, > preferably with softpipe. Can someone please

Re: [Mesa3d-dev] Mesa regression

2009-03-09 Thread Keith Whitwell
On Mon, 2009-03-09 at 03:41 -0700, Maciej Cencora wrote: > On poniedziałek, 9 marca 2009 10:57:30 Keith Whitwell wrote: > > On Fri, 2009-03-06 at 15:17 -0800, Maciej Cencora wrote: > > > Hi, > > > > > > f9ce417aaf14c00e72e92307b910de5dbed1bb6d causes regression in some 3d > > > apps on my rs690 (no

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Michel Dänzer
On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: > > I got link errors while building gallium-mesa-7.4 branch with "make > linux-llvm". The attached patch fixes it. > > But I wonder which is the right branch for running mesa with llvm, > preferably with softpipe. Can someone please tell

Re: [Mesa3d-dev] radeon-rewrite branch merging.

2009-03-09 Thread Michel Dänzer
On Thu, 2009-02-12 at 11:00 +0100, Michel Dänzer wrote: > On Thu, 2009-02-12 at 05:29 +, Dave Airlie wrote: > > > > So far I've been working on getting the legacy buffer/command code into > > shape so I can merge this in place of the current drivers without > > suffering any major regression

[Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Kamalneet Singh
Hi, I got link errors while building gallium-mesa-7.4 branch with "make linux-llvm". The attached patch fixes it. But I wonder which is the right branch for running mesa with llvm, preferably with softpipe. Can someone please tell that.. :) Thanks kammal >From 23f0de2e97d906db9e9df43ba9409be5c82

Re: [Mesa3d-dev] Mesa regression

2009-03-09 Thread Maciej Cencora
On poniedziałek, 9 marca 2009 10:57:30 Keith Whitwell wrote: > On Fri, 2009-03-06 at 15:17 -0800, Maciej Cencora wrote: > > Hi, > > > > f9ce417aaf14c00e72e92307b910de5dbed1bb6d causes regression in some 3d > > apps on my rs690 (non tcl hw). > > > > glxgears: vbo/vbo_exec_api.c:751: vbo_exec_BeginVe

Re: [Mesa3d-dev] Mesa regression

2009-03-09 Thread Keith Whitwell
On Fri, 2009-03-06 at 15:17 -0800, Maciej Cencora wrote: > Hi, > > f9ce417aaf14c00e72e92307b910de5dbed1bb6d causes regression in some 3d apps on > my rs690 (non tcl hw). > > glxgears: vbo/vbo_exec_api.c:751: vbo_exec_BeginVertices: Assertion `exec- > >ctx->Driver.NeedFlush == 0' failed. > > tex