summaryrefslogtreecommitdiff
path: root/glretrace_glx.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-12-05Add option to request an Opengl 3.2 core profile context.José Fonseca1-4/+4
2011-10-27Lower case namespaces.José Fonseca1-7/+7
2011-10-25Emit a warning when the window size cannot be inferred.José Fonseca1-3/+3
2011-10-09Simplify glws class hierarchy.José Fonseca1-7/+7
2011-10-07Use a vector to dispatch calls when retracing.José Fonseca1-5/+2
2011-07-27Add glXDestroyContext because the warnings were getting irritating.Zack Rusin1-1/+12
2011-06-09Retrace glXCreateContextAttribsARB.José Fonseca1-680/+119
2011-05-28Use regular C strings everywhere.José Fonseca1-1/+1
2011-05-17Don't count frames in MakeCurrent if the context/drawable don't change.José Fonseca1-6/+14
2011-05-08Implement context sharing.Zack Rusin1-2/+16
2011-05-07Stop using implicit casts.José Fonseca1-2/+2
2011-05-06Retrace glXCreateNewContext & glXMakeContextCurrent.José Fonseca1-0/+20
2011-05-06Handle pointer casts better.José Fonseca1-2/+2
2011-05-05Basic multi context & puffer support for WGL.José Fonseca1-3/+5
2011-05-05Basic multi GLX context support.José Fonseca1-0/+37
2011-05-05Move OS-specific retracing functions to separate files.José Fonseca1-0/+732