Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-22 Thread Michel Dänzer
On Sat, 2010-03-20 at 14:51 +0100, Sedat Dilek wrote: Hi, while upgrading my mesa from 7.8 GIT branch, I saw with commit 41a87a43e11c664935349f938022d58d3e22da4e glapi: Correctly generate static disatches for X86. the build breaking (especially with xdemos). - Sedat - [build.log]

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-22 Thread Chia-I Wu
2010/3/22 Michel Dänzer mic...@daenzer.net: On Sat, 2010-03-20 at 14:51 +0100, Sedat Dilek wrote: while upgrading my mesa from 7.8 GIT branch, I saw with commit 41a87a43e11c664935349f938022d58d3e22da4e glapi: Correctly generate static disatches for X86. the build breaking (especially with

[Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-20 Thread Sedat Dilek
Hi, while upgrading my mesa from 7.8 GIT branch, I saw with commit 41a87a43e11c664935349f938022d58d3e22da4e glapi: Correctly generate static disatches for X86. the build breaking (especially with xdemos). - Sedat - [build.log] ccache gcc -I../../include -g -O2 -Wall -Wmissing-prototypes

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-20 Thread Sedat Dilek
My autogen.sh line looks like this: $ ./autogen.sh --prefix=/usr --with-driver=dri --with-dri-driverdir=/usr/lib/dri --with-dri-drivers=r300,swrast --enable-gallium-radeon --with-state-trackers=dri,glx --enable-glx-tls --enable-debug - Sedat - On Sat, Mar 20, 2010 at 2:51 PM, Sedat Dilek

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-20 Thread Sedat Dilek
Hmm, strange... $ cd ~/src/mesa/mesa/progs/xdemos/ $ gcc -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -g -fPIC -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -D_GNU_SOURCE -DPTHREADS -DDEBUG -DHAVE_POSIX_MEMALIGN -DGLX_USE_TLS

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-20 Thread Sedat Dilek
commit 6fed3a9fa0a87ae797f995de5b51eb9be3493fe0 glapi: Fix aliases to non-static functions. ...fixes here the issues. THX for the quick fix. - Sedat - On Sat, Mar 20, 2010 at 5:11 PM, Chia-I Wu o...@lunarg.com wrote: On Sat, Mar 20, 2010 at 9:51 PM, Sedat Dilek sedat.di...@googlemail.com

Re: [Mesa3d-dev] mesa 7.8 GIT: Broken by glapi: Correctly generate static disatches for X86.

2010-03-20 Thread Sedat Dilek
[Only for documenting the build-error] $ cd ~/src/mesa/mesa/progs/xdemos/ $ undefref=glBlitFramebufferEXT glDeleteVertexArraysAPPLE glIsVertexArrayAPPLE glBlendEquationSeparateEXT GOOD: $ for i in $undefref ; do objdump -x ../../lib/libGL.so | grep $i ; done 0001b000 l F .text 00a0