]> git.tdb.fi Git - gldbg.git/commit
Add classes to track OpenGL state and commands to inspect it
authorMikko Rasa <tdb@tdb.fi>
Fri, 6 Nov 2009 13:09:29 +0000 (13:09 +0000)
committerMikko Rasa <tdb@tdb.fi>
Fri, 6 Nov 2009 13:09:29 +0000 (13:09 +0000)
commitee7f1e3a5912789664648ac5be85127e62c1cda5
tree70c67fd00e8301547c72c5330cd0e47a85ba27d5
parent151c65f1157f3b55d0b794db788b557bbc50ed0c
Add classes to track OpenGL state and commands to inspect it
Fix some leftover warnings
14 files changed:
Makefile
source/arraysize.c
source/autoconstptr.h [new file with mode: 0644]
source/bufferstate.cpp [new file with mode: 0644]
source/bufferstate.h [new file with mode: 0644]
source/commandinterpreter.cpp
source/commandinterpreter.h
source/enums.h
source/gldbg.cpp
source/gldbg.h
source/glstate.cpp [new file with mode: 0644]
source/glstate.h [new file with mode: 0644]
source/texturestate.cpp [new file with mode: 0644]
source/texturestate.h [new file with mode: 0644]