]> git.tdb.fi Git - gldbg.git/history - flavors
Fix things for 64-bit systems
[gldbg.git] / flavors /
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 RasaMore complete support for textures
2012-08-25 Mikko RasaAdd a command to show current vertex array state
2012-08-25 Mikko RasaQuery implementation limits on process startup
2012-08-25 Mikko RasaRearrange the members of GlState
2012-08-25 Mikko RasaBasic tracking and inspection of shaders and programs
2012-08-25 Mikko RasaTrack uniform buffer bindings
2012-08-25 Mikko RasaUse AutoConstPtr for ArrayState::buffer
2012-08-25 Mikko RasaReplace per-file license notices with License.txt
2012-08-25 Mikko RasaAdd an errata system to avoid the need of putting speci...
2011-01-18 Mikko RasaDescribe some texture parameters when printing
2011-01-18 Mikko RasaUnify array and reference print generation
2011-01-18 Mikko RasaFix generic attribute arrays and array enabledness...
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 RasaAdd extern "C" to arraysize.h
2010-12-19 Mikko RasaDecode and display element buffer contents
2010-11-23 Mikko RasaAdd some missing glX functions
2010-11-19 Mikko RasaEnable bidirectional communication between gldbg and...
2010-11-18 Mikko RasaUse a centralized packet framework
2010-06-17 Mikko RasaMove the profiler and inspector tools to the gl flavor
2010-06-17 Mikko RasaDecouple the existing tools from the debugger core
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...