https://bugs.freedesktop.org/show_bug.cgi?id=47166
--- Comment #2 from hdew...@gmail.com 2012-03-15 09:09:46 PDT --- Is there a secret to getting apitrace to work with OSMesa? Since I'm using either OSMesaGetProcAddress or dlopen("libOSMesa.so",...)/dlsym(...) to get the extension function pointers, they do not get logged by apitrace which only redirects calls to libGL.so. If you want, I can give you a trace that doesn't have the extension function calls logged, but that doesn't seem like it will give you what you need to reproduce the problem since so many extension function calls are being used. I have tried reducing the drawing to 10,000 quads (leaving everything else identical), and that works without any problems. We have tried using valgrind with this program before, but the program uses other 3rd party libaries that are not "valgrind clean" and do not have suppression files, so the output is pretty much useless. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev