summaryrefslogtreecommitdiff
path: root/glretrace_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-10-09Create contexts with DEBUG_BIT when not benchmarking.José Fonseca1-0/+1
2011-10-09Simplify glws class hierarchy.José Fonseca1-4/+6
2011-10-08Uniformize warning output.José Fonseca1-18/+14
2011-10-08Refactor more common retracing code.José Fonseca1-5/+0
2011-10-07Use a vector to dispatch calls when retracing.José Fonseca1-13/+8
2011-09-19Infer the drawable size from glBlitFramebuffer tooJosé Fonseca1-0/+31
2011-09-05Embedded the call no in PNM images as a comment.José Fonseca1-1/+3
2011-07-02PNM output support.José Fonseca1-5/+12
2011-06-04Fail when trace file in command line can't be openend.José Fonseca1-4/+8
2011-06-04Set snapshot frequency with -c option too.José Fonseca1-0/+3
2011-06-03Actually set double buffer as default...José Fonseca1-1/+1
2011-06-02Allow to specify the snapshot frequency.José Fonseca1-1/+25
2011-06-01Use double buffer visuals by default.José Fonseca1-2/+5
2011-05-28Use regular C strings everywhere.José Fonseca1-1/+1
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