]> git.tdb.fi Git - gldbg.git/history - Makefile
Fix things for 64-bit systems
[gldbg.git] / Makefile
2012-08-26 Mikko RasaFix things for 64-bit systems master
2012-08-25 Mikko RasaReplace per-file license notices with License.txt
2011-01-12 Mikko RasaRemove dependencies to MSP libraries to make compiling...
2011-01-12 Mikko RasaAdd gldQueryViewport and gldReadPixels calls
2011-01-12 Mikko RasaTrack owners of breakpoints
2010-11-19 Mikko RasaEnable bidirectional communication between gldbg and...
2010-11-18 Mikko RasaUse a centralized packet framework
2010-06-17 Mikko RasaDecouple the existing tools from the debugger core
2010-06-16 Mikko RasaAdd framework necessary to support more modular tools
2010-06-15 Mikko RasaAdd a flavor system to allow addition of other OpenGL...
2010-06-15 Mikko RasaAdd dependency generation to generate.py
2010-06-15 Mikko RasaConsolidate genwrap.py and genenum.py into generate.py
2010-06-14 Mikko RasaAdd GLX enumerations
2010-06-11 Mikko RasaRewrite the Makefile to have proper dependencies and...
2010-03-26 Mikko RasaTrack vertex array state
2010-01-28 Mikko RasaAdd a performance profiler
2009-11-06 Mikko RasaAdd classes to track OpenGL state and commands to inspe...
2009-11-04 Mikko RasaEnable warnings and fix them
2009-10-30 Mikko RasaPrint the contents of arrays and references
2009-10-26 Mikko RasaSupport multiple .spec files
2009-10-21 Mikko RasaEnhance the object-orientedness of genwrap.py
2009-10-12 Mikko RasaRewrite genwrap.py to use external templates for more...
2009-09-30 Mikko RasaMake gldbg interactive
2009-09-23 Mikko RasaAdd gldbg program
2009-09-17 Mikko RasaPacketize the command stream for more robustness
2009-04-28 Mikko RasaInitial revision