summaryrefslogtreecommitdiff
path: root/glretrace_main.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-09Set binary mode when outputing PNM from glretrace via stdout.José Fonseca1-0/+2
2012-01-28Add simple CPU profiling support to glretrace.Ryan C. Gordon1-1/+6
2012-01-26Allow to use call sets instead of call numbers / frequencies.José Fonseca1-28/+48
2012-01-20Ignore alpha channels in window drawables until we are able to match the trac...José Fonseca1-1/+1
2012-01-19Make os::getTime() inline and make time frequency OS-dependent variable.José Fonseca1-1/+2
2011-12-10Filter verbose calls on glretrace too.José Fonseca1-1/+1
2011-12-09Ignore zero area viewports.José Fonseca1-0/+5
2011-12-08Create a Visual for each Profile.Alexandros Frantzis1-4/+10
2011-12-08Add 'profile' parameter to glws::createVisual().Alexandros Frantzis1-1/+1
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-0/+4
2011-11-24Cleanup and generalize os string class.José Fonseca1-3/+3
2011-11-08egl: add retracing support for EGLChia-I Wu1-0/+1
2011-10-30Move os::Path to a separate header.José Fonseca1-4/+3
2011-10-27Switch os functions to camelcase.José Fonseca1-2/+2
2011-10-27Lower case namespaces.José Fonseca1-9/+9
2011-10-26Cleanup X11 event handling.José Fonseca1-6/+5
2011-10-25Emit a warning when the window size cannot be inferred.José Fonseca1-3/+12
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