ralf willenbacher wrote:
> 
> i tried to profile mesa by adding -pg to the cflags and then run gears
> but only calls in gears are listed in gmon.out.. what did i do wrong ?

This isn't enough for profiling shared libraries - gprof doesn't have enough
information to do the job (relocation address isn't known).  Josh had a patch
which I was using up until we moved to autoconf.  It is just a matter of banging
on the Makefile.am's and configure.in to get it working again.

> and..
> culling looks like broken.. i wrote this little (attached) test prog and
> nearly all polys are drawn.. the polygon line mode looks broken too
> compared to the output from mesa 3.0 .. :(
> 
I haven't tried your demo, but I did commit a bunch of fixes to culling
yesterday.  Can you try again and see if there is still a problem?

Keith


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to