summaryrefslogtreecommitdiff
path: root/glretrace.hpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-0/+1
2011-11-08egl: add retracing support for EGLChia-I Wu1-0/+1
2011-10-27Lower case namespaces.José Fonseca1-3/+3
2011-10-25Emit a warning when the window size cannot be inferred.José Fonseca1-1/+1
2011-10-09Simplify glws class hierarchy.José Fonseca1-1/+0
2011-10-07Use a vector to dispatch calls when retracing.José Fonseca1-3/+5
2011-09-19Infer the drawable size from glBlitFramebuffer tooJosé Fonseca1-0/+1
2011-06-02Allow to specify the snapshot frequency.José Fonseca1-0/+8
2011-05-18Start making glstate an independent module.José Fonseca1-4/+0
2011-05-15Rudimentary CGL retracing.José Fonseca1-0/+1
2011-05-10Take snapshot but don't count glReadPixels as frames.José Fonseca1-0/+1
2011-05-09Merge branch 'master' into multi-contextJosé Fonseca1-1/+1
2011-05-09Dump the call when issuing warnings if verbosity is not set.José Fonseca1-1/+1
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-1/+1
2011-05-08Show call name on glGetError warning messages.Zack Rusin1-1/+1
2011-05-06Don't create an initial window.José Fonseca1-3/+0
2011-05-05Move OS-specific retracing functions to separate files.José Fonseca1-0/+3
2011-05-05Move glFlush specific code to the retrace function.José Fonseca1-0/+2
2011-04-19Output all warnings in the <call no>: <type>: <message> format.Zack Rusin1-1/+1
2011-04-12Resize windows at glViewport time.José Fonseca1-1/+0
2011-04-10Split gltrace.cpp code into multiple files.José Fonseca1-0/+69
2011-04-02Separate WS abstraction from retracing.José Fonseca1-123/+0
2011-04-02Implement Xlib/GLX.José Fonseca1-23/+35
2011-04-02Windowing system abstraction (WIP).José Fonseca1-0/+111