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?
You need to compile Mesa with debugging enabled (-g flag). Try passing --enable-debug to configure.
-Brian _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
