Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Chia-I Wu
On Mon, May 10, 2010 at 11:09 PM, Kevin H. Hobbs wrote: > On 05/10/2010 09:46 AM, Brian Paul wrote: >> >> A 'make clean' may be needed.  Sometimes when source files move around >> the 'depend' files don't get properly updated. >> >> -Brian > > > I get the same result after 'make clean' err.. at le

[Mesa-dev] OSMesa/libGL (was: Build failure since May 6)

2010-05-10 Thread tom fogal
Dan Nicholson writes: > On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs wrote: > > All I really want is Mesa with OSMesa from the development > > repository as the "reference" library for my VTK and ParaView > > nightly test builds. > > ./configure --with-driver=xlib ? That will link libOSMesa t

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Dan Nicholson
On Mon, May 10, 2010 at 12:51 PM, Kevin H. Hobbs wrote: > On 05/10/2010 03:25 PM, Kevin H. Hobbs wrote: >> >> >> I really do not understand this missing symbol business since : >> >> >> $ nm mesa/lib/libGL.so | grep _mesa_free_context_data >> 00078030 t _mesa_free_context_data >> >> $ nm /

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
On 05/10/2010 03:25 PM, Kevin H. Hobbs wrote: > > > I really do not understand this missing symbol business since : > > > $ nm mesa/lib/libGL.so | grep _mesa_free_context_data > 00078030 t _mesa_free_context_data > > $ nm /opt/Mesa-7.8.1/lib64/libGL.so | grep _mesa_free_context_data >

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
On 05/10/2010 02:13 PM, Dan Nicholson wrote: > On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs wrote: >> >> All I really want is Mesa with OSMesa from the development repository as >> the "reference" library for my VTK and ParaView nightly test builds. > > ./configure --with-driver=xlib ? That w

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Dan Nicholson
On Mon, May 10, 2010 at 11:17 AM, tom fogal wrote: > Dan Nicholson writes: >> On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs wrote: > >> > All I really want is Mesa with OSMesa from the development >> > repository as the "reference" library for my VTK and ParaView >> > nightly test builds. >>

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread tom fogal
Dan Nicholson writes: > On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs wrote: > > All I really want is Mesa with OSMesa from the development > > repository as the "reference" library for my VTK and ParaView > > nightly test builds. > > ./configure --with-driver=xlib ? That will link libOSMesa

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Dan Nicholson
On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs wrote: > > All I really want is Mesa with OSMesa from the development repository as > the "reference" library for my VTK and ParaView nightly test builds. ./configure --with-driver=xlib ? That will link libOSMesa to libGL, but that's what configs/l

Re: [Mesa-dev] Reducing get.c size (and get_es1.c and get_es2.c)

2010-05-10 Thread Kristian Høgsberg
2010/5/6 Kristian Høgsberg : > Hi, > > Ok, I suppose this is not the most pressing issue in mesa, but I was > toying with an idea of how to reduce get.c size and integrate > get_es1.c and get_es2.c and I had to try it out.  Of course it ended > up being a bigger project and took a couple of days, b

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread tom fogal
"Kevin H. Hobbs" writes: > On 05/10/2010 11:56 AM, tom fogal wrote: > >=20 > > I recommend you check out the "build_mesa" function in: > >=20 > > http://portal.nersc.gov/svn/visit/trunk/src/svn_bin/build_visit > >=20 > > There's a lot we can do to make the whole VTK, Mesa/mangled or no, > > and

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
On 05/10/2010 11:56 AM, tom fogal wrote: > > I recommend you check out the "build_mesa" function in: > > http://portal.nersc.gov/svn/visit/trunk/src/svn_bin/build_visit > > There's a lot we can do to make the whole VTK, Mesa/mangled or no, > and VisIt/ParaView stack more amenable to compilatio

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread tom fogal
"Kevin H. Hobbs" writes: > I deleted my mesa directory and re-cloned the repository and tried to > build but the build stopped here : [snip] > In file included from nv50_context.h:19, > from nv50_clear.c:28: > =2E./../../../src/gallium/drivers/nouveau/nouveau_stateobj.h: In functi

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
On 05/10/2010 09:46 AM, Brian Paul wrote: > > A 'make clean' may be needed. Sometimes when source files move around > the 'depend' files don't get properly updated. > > -Brian I get the same result after 'make clean' err.. at least the build fails with : make[5]: *** No rule to make target `.

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
On 05/10/2010 08:45 AM, Chia-I Wu wrote: > > I could not reproduce it here on my AMD64 machine. Can you post the > full mesa_build.txt? > The entire mesa_build.txt is here: http://crab-lab.zool.ohiou.edu/kevin/mesa_build.txt signature.asc Description: OpenPGP digital signature _

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Brian Paul
On Mon, May 10, 2010 at 5:58 AM, Kevin H. Hobbs wrote: > I run several nightly builds of VTK and ParaView with Mesa from the git > repository. > > My builds for May 6 failed because Mesa failed to build. > > Mesa is built with : > > # Update Mesa > echo "Update Mesa" > cd /home/kevin/mesa > make r

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Chia-I Wu
On Mon, May 10, 2010 at 7:58 PM, Kevin H. Hobbs wrote: > I run several nightly builds of VTK and ParaView with Mesa from the git > repository. > > My builds for May 6 failed because Mesa failed to build. > > Mesa is built with : > > # Update Mesa > echo "Update Mesa" > cd /home/kevin/mesa > make r

[Mesa-dev] Build failure since May 6

2010-05-10 Thread Kevin H. Hobbs
I run several nightly builds of VTK and ParaView with Mesa from the git repository. My builds for May 6 failed because Mesa failed to build. Mesa is built with : # Update Mesa echo "Update Mesa" cd /home/kevin/mesa make realclean > ~/mesa_build.txt 2>&1 git pull origin > ~/mesa_update.txt 2>&1 m

[Mesa-dev] [Bug 27962] BufferSwapComplete delivered when not selected for (direct rendering)

2010-05-10 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27962 b...@o-hand.com changed: What|Removed |Added CC||b...@o-hand.com -- Configure bugmail:

Re: [Mesa-dev] llvmpipe - glxgears background problem

2010-05-10 Thread Didier G
Le 07/05/2010 09:03, Michel Dänzer a écrit : On Fre, 2010-05-07 at 00:43 +0200, Didier G wrote: Trying to use llvmpipe I have a problem when I run glxgears : background is not black as it should be but transparent. It's picking up a depth 32 visual. You can work around it by setting t