summaryrefslogtreecommitdiff
path: root/retrace
AgeCommit message (Expand)AuthorFilesLines
2012-08-16CPU Profiling now includes all OpenGL calls (was only draw calls).James Benton3-40/+66
2012-08-16Synchronise gpuStart and cpuStart for profiling.James Benton1-32/+38
2012-08-10Initialize bits.José Fonseca1-1/+1
2012-08-10Merge remote-tracking branch 'github/master' into profile-guiJosé Fonseca10-91/+190
2012-08-10Rescale/rebase the times just before writing it.José Fonseca1-2/+2
2012-08-10Fix profiling of glBegin/glEnd.James Benton1-3/+4
2012-08-09APIENTRY debugOutputCallback on declaration too.James Benton1-1/+1
2012-08-09Add APIENTRY call convention to debug output callback.James Benton1-1/+1
2012-08-09Add GL_ARB_debug_output support.James Benton3-0/+85
2012-08-09Add initContext to glretrace.James Benton3-28/+42
2012-08-09Create glretrace specific context.James Benton8-64/+64
2012-08-06Merge remote-tracking branch 'jbenton/master'José Fonseca7-25/+264
2012-08-06Check GL_QUERY_COUNTER_BITS before profiling.James Benton1-3/+13
2012-08-06Correctly handle profiling of glBegin/glEnd.James Benton1-5/+6
2012-08-06Check for GL_EXT_timer_query and GL_ARB_occlusion_query.James Benton1-11/+36
2012-08-05Merge branch 'egl-image'José Fonseca1-0/+4
2012-08-05Recreate egl surface when glViewport for watching framebuffer in qapitrace's ...Huang Dongsung1-0/+43
2012-08-03Process window events on d3dretrace.José Fonseca3-0/+33
2012-08-03Resize window on IDirect3DDevice9::Reset.José Fonseca3-0/+23
2012-08-03Remove old unused function declaration.James Benton1-1/+0
2012-08-02Avoid inserting 'inf' and friends into the json output.Carl Worth1-2/+9
2012-08-02Removed arbitary limit on active queries.James Benton1-7/+0
2012-08-02Fixed bug in CPU profiling.James Benton1-2/+2
2012-08-02Check if GL_ARB_timer_query is supported before using it.James Benton1-0/+6
2012-08-02Emit a fake glTexImage for glEGLImageTargetTexture2DOES.José Fonseca1-18/+2
2012-08-02egl: EGL image trace supportImre Deak1-0/+20
2012-07-26Retrace should info correct image's format to qapitrace.Huang Dongsung1-0/+4
2012-07-25Improved profiling capabilities.James Benton6-61/+121
2012-07-23Added support for recording GL_SAMPLES_PASSED.James Benton1-6/+9
2012-07-23Fixed gpu profiling under multiple contexts.James Benton3-21/+28
2012-07-23Improved GPU profiling code.James Benton3-75/+80
2012-07-20Add support for basic GPU profiling of draw calls to retrace.James Benton5-2/+132
2012-06-22Handle windows when retracing CreateAdditionalSwapChainJosé Fonseca1-2/+4
2012-06-11Skip glEnable/Disable(GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB) (issue #83).Gregory Hainaut1-0/+5
2012-05-14Use appropriate number of digits when dumping floating point numbers.José Fonseca1-1/+2
2012-05-13Rename d3dshader.* -> d3d9shader.*José Fonseca1-0/+361
2012-05-13Factor out object swizzling.José Fonseca3-12/+46
2012-05-13Split retrace swizlling helpers.José Fonseca6-271/+343
2012-05-13Move d3d window creation to a separate source file.José Fonseca4-149/+127
2012-05-11Avoid glCreateShaderProgramv when dumping satate so that the shaderJosé Fonseca4-3/+45
2012-05-11Take in consideration the pipeline when dumping shaders/uniforms.Gregory Hainaut1-7/+49
2012-05-11Try active shader program before current program.Gregory Hainaut1-2/+19
2012-05-11Pass INFO_LOG warnings in glCreateShaderProgramv/glCreateShaderProgramEXT.José Fonseca1-1/+3
2012-05-10Fix auto completion typo.Gregory Hainaut1-1/+1
2012-05-10Support dumping uniform buffer objects (issue #75).José Fonseca1-100/+243
2012-05-10Don't attempt to dump built-in uniforms.José Fonseca1-74/+99
2012-05-09Silent bogus warnings.José Fonseca1-2/+3
2012-05-09Fix D3D11 tracing with D3D11_CREATE_DEVICE_DEBUG flag.José Fonseca1-6/+7
2012-05-09Prevent hangs in XCloseDisplay.José Fonseca1-1/+2
2012-05-09Add ability to run multiple traces in one time.Si Chen1-2/+3