summaryrefslogtreecommitdiff
path: root/glstate.hpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-20Ignore alpha channels in window drawables until we are able to match the ↵José Fonseca1-1/+1
traced visuals.
2011-10-27Lower case namespaces.José Fonseca1-2/+2
2011-05-24Move snapshooting to glstate.José Fonseca1-0/+8
2011-05-19Reorganize glstate code.José Fonseca1-2/+13
2011-05-18Start making glstate an independent module.José Fonseca1-0/+42
2011-04-10Split gltrace.cpp code into multiple files.José Fonseca1-33/+0
2011-03-30Basic state dumping.José Fonseca1-0/+33
In JSON format. Human readable, but it is really meant to be parsed by a GUI,