summaryrefslogtreecommitdiff
path: root/glretrace_wgl.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Use regular C strings everywhere.José Fonseca1-1/+1
2011-05-08Implement context sharing.Zack Rusin1-2/+21
2011-05-07Retrace wglCreateContextAttribsARB.José Fonseca1-2/+4
2011-05-07Stop using implicit casts.José Fonseca1-2/+2
2011-05-06Retrace wglCreateLayerContext and wglSwapLayerBuffers correctly.José Fonseca1-0/+2
2011-05-06Handle pointer casts better.José Fonseca1-10/+10
2011-05-05Basic multi context & puffer support for WGL.José Fonseca1-3/+61
2011-05-05Indent glretrace_wgl.cpp code.José Fonseca1-95/+95
2011-05-05Move OS-specific retracing functions to separate files.José Fonseca1-0/+1140