]> git.tdb.fi Git - gldbg.git/commit
Add a performance profiler
authorMikko Rasa <tdb@tdb.fi>
Thu, 28 Jan 2010 16:07:52 +0000 (16:07 +0000)
committerMikko Rasa <tdb@tdb.fi>
Thu, 28 Jan 2010 16:07:52 +0000 (16:07 +0000)
commitca49785159e6a7cfd2d999a99041fa1567575a24
treea487bdd65275d985cb857f6e4edca3c302ffda54
parent2f49929fc383eab718b5fb64d966535b753e7024
Add a performance profiler
Support specifying an alternative OpenGL library
Only return non-null from glXGetProcAddress if the function is found from libGL
Makefile
source/commandinterpreter.cpp
source/commandinterpreter.h
source/gldbg.cpp
source/gldbg.h
source/glwrap.c
source/profiler.cpp [new file with mode: 0644]
source/profiler.h [new file with mode: 0644]