Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-14 Thread kumar vemuri
Hi, Can you throw some hints here? Will certianly help. thx K On Wed, Apr 13, 2011 at 7:49 AM, kumar vemuri wrote: > OK. i tried your command i.e. "./configure --enable-debug > --enable-gallium-swrast --with-driver=xlib" > and did "make". > I also ran "scons libgl-xlib" which i guess

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-13 Thread kumar vemuri
OK. i tried your command i.e. "./configure --enable-debug --enable-gallium-swrast --with-driver=xlib" and did "make". I also ran "scons libgl-xlib" which i guess wasnt necessary. Correct me if i am wrong? Now i set the LD_LIBRARY_PATH to lib/gallium and run gears. i see around 60fps on my AMD athl

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-12 Thread Brian Paul
On 04/11/2011 11:52 PM, kumar vemuri wrote: Hi Brian, I did use --enable-debug with configure. But still i dont see gdb stepping into gl calls... it does step into the glu calls though. This is my configure command: ./configure --enable-debug --enable-gallium-i915 --enable-gallium-swrast

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-11 Thread kumar vemuri
Hi Brian, I did use --enable-debug with configure. But still i dont see gdb stepping into gl calls... it does step into the glu calls though. This is my configure command: ./configure --enable-debug --enable-gallium-i915 --enable-gallium-swrast --with-dri-drivers=swrast By the way, dont k

Re: [Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-11 Thread Brian Paul
On 04/11/2011 09:56 AM, kumar vemuri wrote: Hi All, A very basic question. I built the gallium softpipe driver setup. The gears demo is working on it. When i try to use gdb on gears, gdb "steps" into the glu* calls but not into the gl* (GL API) calls. Why is that? Am i missing something?

[Mesa-dev] gdb doesnt step into GL API calls of gears.

2011-04-11 Thread kumar vemuri
Hi All, A very basic question. I built the gallium softpipe driver setup. The gears demo is working on it. When i try to use gdb on gears, gdb "steps" into the glu* calls but not into the gl* (GL API) calls. Why is that? Am i missing something? thx K __