Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Kevin H. Hobbs
On 01/31/2012 09:53 AM, Brian Paul wrote: > > I just pushed a couple osmesa fixes to master and the 8.0 branch. Can > you give it a try? > > Thinks seem to fix things on the 8.0 branch but I'm unable to verify > on master due to some other regressions ATM. > > -Brian > master leaves a bunch

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Eric Anholt
On Tue, 31 Jan 2012 10:50:51 -0500, "Kevin H. Hobbs" wrote: > On 01/31/2012 09:53 AM, Brian Paul wrote: > > > > Kevin, > > > > I just pushed a couple osmesa fixes to master and the 8.0 branch. Can > > you give it a try? > > > > Thinks seem to fix things on the 8.0 branch but I'm unable to ver

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Kevin H. Hobbs
On 01/31/2012 11:14 AM, Matt Turner wrote: > > You cannot change branches or bisect without running autogen.sh (and > maybe git clean to be safe). I see glsl_lexer.cc in your log, which > exists only in the master branch. > Sorry, I left a lot out, but I can't be certain I did enough cleaning so

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/31/2012 09:14 AM, Matt Turner wrote: > On Tue, Jan 31, 2012 at 10:50 AM, Kevin H. Hobbs > wrote: >> On 01/31/2012 09:53 AM, Brian Paul wrote: >>> >>> Kevin, >>> >>> I just pushed a couple osmesa fixes to master and the 8.0 >>> branch. Can you

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Matt Turner
On Tue, Jan 31, 2012 at 10:50 AM, Kevin H. Hobbs wrote: > On 01/31/2012 09:53 AM, Brian Paul wrote: >> >> Kevin, >> >> I just pushed a couple osmesa fixes to master and the 8.0 branch.  Can >> you give it a try? >> >> Thinks seem to fix things on the 8.0 branch but I'm unable to verify >> on maste

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Kevin H. Hobbs
On 01/31/2012 09:53 AM, Brian Paul wrote: > > Kevin, > > I just pushed a couple osmesa fixes to master and the 8.0 branch. Can > you give it a try? > > Thinks seem to fix things on the 8.0 branch but I'm unable to verify > on master due to some other regressions ATM. > > -Brian > [kevin@bu

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-31 Thread Brian Paul
On 01/30/2012 11:27 AM, Kevin H. Hobbs wrote: On 01/30/2012 12:15 PM, Brian Paul wrote: On 01/30/2012 08:56 AM, Kevin H. Hobbs wrote: I tried with just the lines added manually and almost every VTK test gives me: osmesa.c:892: OSMesaMakeCurrent: Assertion `osmesa->srb->Base.RefCount == 2' fai

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-30 Thread Kevin H. Hobbs
On 01/30/2012 12:15 PM, Brian Paul wrote: > On 01/30/2012 08:56 AM, Kevin H. Hobbs wrote: >> >> I tried with just the lines added manually and almost every VTK test >> gives me: >> >> osmesa.c:892: OSMesaMakeCurrent: Assertion `osmesa->srb->Base.RefCount >> == 2' failed. > > What happens if you r

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-30 Thread Brian Paul
On 01/30/2012 08:56 AM, Kevin H. Hobbs wrote: On 01/25/2012 05:20 PM, Jon TURNEY wrote: ... and reverting "always build shared glapi" didn't wrap this line above in ifeq ($(SHARED_GLAPI),1)/endif, since it wasn't there before. Sigh. I guess you could try the attached. $ git apply ~/Downlo

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-30 Thread Kevin H. Hobbs
On 01/25/2012 05:20 PM, Jon TURNEY wrote: > > ... and reverting "always build shared glapi" didn't wrap this line above in > ifeq ($(SHARED_GLAPI),1)/endif, since it wasn't there before. > > > Sigh. > > I guess you could try the attached. $ git apply ~/Download/0001-Don-t-try-to-link-OSMesa-w

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Jon TURNEY
On 25/01/2012 21:54, Matt Turner wrote: > On Wed, Jan 25, 2012 at 4:45 PM, Kevin H. Hobbs wrote: >> On 01/25/2012 02:03 PM, Matt Turner wrote: >>> On Wed, Jan 25, 2012 at 1:42 PM, Kevin H. Hobbs wrote: >>> >>> Maybe try reverting 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2? >> >> >> So this change i

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Matt Turner
On Wed, Jan 25, 2012 at 4:45 PM, Kevin H. Hobbs wrote: > On 01/25/2012 02:03 PM, Matt Turner wrote: >> On Wed, Jan 25, 2012 at 1:42 PM, Kevin H. Hobbs wrote: >> >> Maybe try reverting 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2? > > > So this change is just the line > > OSMESA_LIB_DEPS := -L$(TOP)/$

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Kevin H. Hobbs
On 01/25/2012 02:03 PM, Matt Turner wrote: > On Wed, Jan 25, 2012 at 1:42 PM, Kevin H. Hobbs wrote: > > Maybe try reverting 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2? So this change is just the line OSMESA_LIB_DEPS := -L$(TOP)/$(LIB_DIR) -l$(GLAPI_LIB) $(OSMESA_LIB_DEPS) So I commented that out

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Matt Turner
On Wed, Jan 25, 2012 at 1:42 PM, Kevin H. Hobbs wrote: Maybe try reverting 4e5a8937d1a1bfb2a3bd067ed01e036728675fc2? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Kevin H. Hobbs
On 01/25/2012 11:58 AM, Matt Turner wrote: > On Wed, Jan 25, 2012 at 11:40 AM, Kevin H. Hobbs wrote: >> My build of OSMesa from git is failing: >> >> ./autogen.sh \ >> --prefix=/home/kevin/mesa_osmesa/ \ >> --disable-dri \ >> --disable-glx \ >> --enable-osmesa > > Unrelated (related to anothe

Re: [Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Matt Turner
On Wed, Jan 25, 2012 at 11:40 AM, Kevin H. Hobbs wrote: > My build of OSMesa from git is failing: > > ./autogen.sh \ >  --prefix=/home/kevin/mesa_osmesa/ \ >  --disable-dri \ >  --disable-glx \ >  --enable-osmesa Unrelated (related to another thread recently) but, did you mean to build Gallium (a

[Mesa-dev] OSMesa glapi linlking

2012-01-25 Thread Kevin H. Hobbs
My build of OSMesa from git is failing: ./autogen.sh \ --prefix=/home/kevin/mesa_osmesa/ \ --disable-dri \ --disable-glx \ --enable-osmesa /bin/sh ../../../../bin/mklib -o OSMesa -linker 'g++' -ldflags '' \ -major 8 -minor 0 -patch 0 \ -install ../../../../lib -cplusplus