summaryrefslogtreecommitdiff
path: root/retrace/glretrace.hpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-28glretrace: add API dispatch for WGL_ARB_render_textureBrian Paul1-0/+13
2015-10-28glws: begin plumbing extra pbuffer info needed for WGL_ARB_render_textureBrian Paul1-1/+1
2015-08-25glretrace: Use the returned context version when checking for occlusion query.Jose Fonseca1-1/+6
2015-08-06glretrace: Make getCurrentContext an inline function.Jose Fonseca1-2/+10
2015-08-06glretrace: Track insideList and insideBeginEnd per-context.Jose Fonseca1-2/+3
2015-06-27glretrace: Add a Context::profile inline helper.Jose Fonseca1-0/+5
2015-06-27glws: Ensure context is initialized the first time it is made current.Jose Fonseca1-1/+0
2015-05-20common,cli,wrappers,retrace,gui: Use #pragma once.Jose Fonseca1-3/+1
2015-01-06glretrace: Drop deprecated glws::ProfileJosé Fonseca1-4/+4
2015-01-05eglretrace: Handle GLESv3.José Fonseca1-1/+1
2014-12-12glretrace: Handle GL_ARB_sync properly.José Fonseca1-0/+6
2014-05-28glretrace: Honour recorded wglCreateContextAttribsARB attributes.José Fonseca1-0/+3
2013-10-29glretrace: Support MacOSX 4.1 contexts.José Fonseca1-0/+2
2013-02-15replay: Support applications mixing glCreateProgramObjectARB and glUseProgramCarl Worth1-1/+1
2012-10-24Make code more robust against multiply bound CGL contexts.José Fonseca1-4/+1
2012-10-22Don't show pbuffers in windows.José Fonseca1-0/+3
2012-10-19glretrace: Put currentContext on TLS.José Fonseca1-1/+2
2012-10-19Kill currentDrawable.José Fonseca1-1/+5
2012-10-19Determine core32 from the traces.José Fonseca1-0/+5
2012-10-18Check extensions via glGetStringi() on core profile.José Fonseca1-0/+6
2012-08-16Improve profiling.James Benton1-1/+0
2012-08-16CPU Profiling now includes all OpenGL calls (was only draw calls).James Benton1-2/+2
2012-08-09Add initContext to glretrace.James Benton1-1/+5
2012-08-09Create glretrace specific context.James Benton1-7/+21
2012-08-03Remove old unused function declaration.James Benton1-1/+0
2012-07-25Improved profiling capabilities.James Benton1-2/+4
2012-07-23Fixed gpu profiling under multiple contexts.James Benton1-0/+1
2012-07-23Improved GPU profiling code.James Benton1-1/+0
2012-07-20Add support for basic GPU profiling of draw calls to retrace.James Benton1-0/+6
2012-04-26Cleanup glretrace<->glws integration.José Fonseca1-4/+20
2012-04-22Share more code between glretrace and d3dretrace.José Fonseca1-9/+0
2012-04-14Move retracers to their own directory.José Fonseca1-0/+67