Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-20 Thread Octavio Rossell
Nicolai Haehnle escribió: because we want to have the DRM in our codebase Why? -- __ | , , | | / \ | | ((__-^^-,-^^-__))

[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

[Mesa3d-dev] [PATCH] xdemos: Remove -L$(TOP)/$(LIB_DIR) from LIBS in Makefile

2010-03-20 Thread Sedat Dilek
Fixes here the problem described in [1] with mesa 7.8 GIT branch. - Sedat - [1] http://marc.info/?l=mesa3d-devm=126909519809790w=2 From 54276b697a93e7620290882e997cb0aed3ecb04c Mon Sep 17 00:00:00 2001 From: Sedat Dilek sedat.di...@gmail.com Date: Sat, 20 Mar 2010 15:53:25 +0100 Subject: [PATCH]

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] [PATCH] xdemos: Remove -L$(TOP)/$(LIB_DIR) from LIBS in Makefile

2010-03-20 Thread Sedat Dilek
Real fix is this one: commit 6fed3a9fa0a87ae797f995de5b51eb9be3493fe0 glapi: Fix aliases to non-static functions. - Sedat - On Sat, Mar 20, 2010 at 4:06 PM, Sedat Dilek sedat.di...@googlemail.com wrote: Fixes here the problem described in [1] with mesa 7.8 GIT branch. - Sedat - [1]

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

[Mesa3d-dev] [Bug 27150] glBlitFramebuffer defined on 64bit but not 32bit of Ubuntu with Mesa7.7

2010-03-20 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27150 Sedat Dilek sedat.di...@gmail.com changed: What|Removed |Added CC||sedat.di...@gmail.com

Re: [Mesa3d-dev] [PATCH] xdemos: Remove -L$(TOP)/$(LIB_DIR) from LIBS in Makefile

2010-03-20 Thread Dan Nicholson
On Sat, Mar 20, 2010 at 8:06 AM, Sedat Dilek sedat.di...@googlemail.com wrote: Fixes here the problem described in [1] with mesa 7.8 GIT branch. - Sedat - [1] http://marc.info/?l=mesa3d-devm=126909519809790w=2 But we want to link the demos against the libGL in the build tree, not the one on

Re: [Mesa3d-dev] [mesa] r300g dri/st: OpenArena corruptions with mesa-7.8 and master GIT

2010-03-20 Thread Dave Airlie
On Sat, Mar 20, 2010 at 4:18 AM, Sedat Dilek sedat.di...@googlemail.com wrote: Hi Marek - you are nominated for the next DRIgeller (Uri Geller) :-) concerning my problems r300g dri/st with mesa master GIT: THE BAD: commit 68e58a96e80865878e6881dc4d34fcc3ec24eb19 Author: Dave Airlie

Re: [Mesa3d-dev] plumbing for gallium swrast_dri.so

2010-03-20 Thread Chia-I Wu
On Fri, Mar 19, 2010 at 09:57:41PM +0200, George Sapountzis wrote: The timing of the first attempt was unfortunate because it was in the middle of a re-factoring I had not realized it was happening. The good thing is that after the changes by Chia-I and Keith, implementing swrastg_dri.so is