summaryrefslogtreecommitdiff
path: root/wrappers/gltrace_state.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-14glretrace: Cleanup fake function call emission.Jose Fonseca1-2/+2
2016-05-01gltrace: Don't parse extensions twice.Jose Fonseca1-1/+4
2016-04-04helpers: Move GL extension cache object to glfeatures.Jose Fonseca1-0/+2
2016-04-04helpers: rename glprofile to glfeatures.Jose Fonseca1-1/+1
2015-03-08cmake: Drop tr1/memory support.Jose Fonseca1-7/+0
2015-01-05gltrace: Always determine the context profile from GL_VERSION.José Fonseca1-0/+2
2014-02-26gltrace: Fix emission of fake viewport/scissor on MacOSX.José Fonseca1-6/+12
2014-02-25gltrace: Detect the availability of tr1/memory header.José Fonseca1-5/+3
2013-10-28Fix build with MacOSX 10.9 SDK.José Fonseca1-1/+6
2013-06-12gltrace: Emit fake glViewport/glScissor calls the first time a context is bound.José Fonseca1-1/+25
2013-04-23os: Fallback to OS TLS when compiler does not support it (issue #120).José Fonseca1-1/+1
2012-12-20gltrace: Prevent use of uninitialised variable.José Fonseca1-1/+1
2012-10-24Use compiler TLS for GL tracing.José Fonseca1-5/+3
2012-10-24Remove supurious struct keyword.José Fonseca1-1/+1
2012-10-05Handle spurious calls from wglCreateContextAttribsARB to wglCreateContext (is...José Fonseca1-1/+6
2012-07-11Eliminate destroyContext.José Fonseca1-9/+0
2012-07-09Fix build on MSVC.José Fonseca1-0/+4
2012-07-08Fix build. Add copyright header to new files.José Fonseca1-2/+32
2012-05-23mt trace: add helper to track GL contexts on a per-thread basisImre Deak1-5/+126
2012-05-23mt trace: create gltrace_state.cpp, move getContext into itImre Deak1-0/+10