]> git.tdb.fi Git - gldbg.git/history - source
Fix things for 64-bit systems
[gldbg.git] / source /
2012-08-26 Mikko RasaFix things for 64-bit systems master
2012-08-25 Mikko RasaFix limit query in Inspector/GlState
2012-08-25 Mikko RasaFix several problems reported by valgrind
2012-08-25 Mikko RasaRefuse to send packets to an inactive process
2012-08-25 Mikko RasaRetain user-set breakpoints and send them to the proces...
2012-08-25 Mikko RasaQuery implementation limits on process startup
2012-08-25 Mikko RasaReplace per-file license notices with License.txt
2012-08-25 Mikko RasaAdd a missing #include
2011-01-18 Mikko RasaDescribe some texture parameters when printing
2011-01-18 Mikko RasaUnify array and reference print generation
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
2011-01-12 Mikko RasaAdd extern "C" to arraysize.h
2010-12-19 Mikko RasaProtect against giving invalid pointers to writev
2010-11-24 Mikko RasaProperly handle reception of multiple packets at once
2010-11-24 Mikko RasaAdd gldBreak callback to gldecoder
2010-11-19 Mikko RasaEnable bidirectional communication between gldbg and...
2010-11-18 Mikko RasaMake tmpalloc global variables static
2010-11-18 Mikko RasaUse a centralized packet framework
2010-06-22 Mikko RasaQuick hack to not crash when printing enum arrays
2010-06-17 Mikko RasaMove the profiler and inspector tools to the gl flavor
2010-06-17 Mikko RasaAdd some virtual destructors to shut up older gcc versions
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 GLES2 flavor (gldbg doesn't build yet, glwrap.so...
2010-06-15 Mikko RasaAdd a flavor system to allow addition of other OpenGL...
2010-06-15 Mikko RasaConsolidate genwrap.py and genenum.py into generate.py
2010-06-15 Mikko RasaFix glXGetProcAddress serialisation order
2010-06-14 Mikko RasaCorrectly advance the pointer after reading data
2010-06-14 Mikko RasaSupport sending glwrap.so output directly into a file
2010-06-14 Mikko RasaSend as much of a packet as possible before calling...
2010-06-11 Mikko RasaRewrite the Makefile to have proper dependencies and...
2010-03-26 Mikko RasaTrack vertex array state
2010-03-24 Mikko RasaSupport command aliases
2010-02-22 Mikko RasaDon't call glGetError between glBegin and glEnd
2010-01-28 Mikko RasaAdd a performance profiler
2009-12-19 Mikko RasaPrompt to terminate target process in exit command...
2009-12-19 Mikko RasaMake trace command more straightforward
2009-11-07 Mikko RasaFix some array size calculations
2009-11-07 Mikko RasaBugfixes
2009-11-06 Mikko RasaAdd classes to track OpenGL state and commands to inspe...
2009-11-04 Mikko RasaEnable warnings and fix them
2009-11-04 Mikko RasaAdd help
2009-10-30 Mikko RasaPrint the contents of arrays and references
2009-10-28 Mikko RasaAllow tagging funtions for handcoding in templates
2009-10-27 Mikko RasaCheck for and report OpenGL errors after each function...
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 RasaUse APIENTRY since that seems to work with both Mesa...
2009-09-23 Mikko RasaAdd gldbg program
2009-09-22 Mikko RasaFix GLintptr/GLsizeiptr print formats
2009-09-17 Mikko RasaPacketize the command stream for more robustness
2009-04-28 Mikko RasaInitial revision