summaryrefslogtreecommitdiff
path: root/glretrace_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Move snapshooting to glstate.José Fonseca1-29/+8
2011-05-21Disable _all_ error checking when benchmarking.José Fonseca1-4/+0
2011-05-19Reorganize glstate code.José Fonseca1-1/+1
2011-05-18Start making glstate an independent module.José Fonseca1-1/+2
2011-05-15Rudimentary CGL retracing.José Fonseca1-1/+4
2011-05-10Take snapshot but don't count glReadPixels as frames.José Fonseca1-29/+37
2011-05-09Reset all pixel store state before snapshoting.José Fonseca1-0/+14
2011-05-09Merge branch 'master' into multi-contextJosé Fonseca1-1/+6
2011-05-09Dump the call when issuing warnings if verbosity is not set.José Fonseca1-1/+6
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-6/+5
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-6/+5
2011-05-06Don't create an initial window.José Fonseca1-9/+6
2011-05-05Move OS-specific retracing functions to separate files.José Fonseca1-21/+5
2011-05-05Make retrace_call void()José Fonseca1-4/+5
2011-05-05Move glFlush specific code to the retrace function.José Fonseca1-8/+1
2011-04-20Skip windowing system calls but still allow state fetching on them.Zack Rusin1-4/+6
2011-04-19Output all warnings in the <call no>: <type>: <message> format.Zack Rusin1-1/+5
2011-04-14Use call number instead of frame number for snapshot filenames.Michel Dänzer1-9/+8
2011-04-12Resize windows at glViewport time.José Fonseca1-8/+1
2011-04-10Basic dumping of draw buffer.José Fonseca1-1/+1
2011-04-10Split gltrace.cpp code into multiple files.José Fonseca1-0/+299