index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
retrace
/
retrace.py
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-11
Replace dynamic_cast with virtual functions.
Nigel Stewart
1
-6
/
+6
2013-06-20
glretrace: swizzle locations into uniform arrays.
Cass Everitt
1
-3
/
+6
2013-05-23
d3dretrace: Output human legible strings from HRESULT.
José Fonseca
1
-1
/
+2
2013-04-23
d3dretrace: Give more helpful messages for d3d debug layer failures.
José Fonseca
1
-1
/
+1
2013-02-22
d3dretrace: Replay IUnknown::AddRef/Release methods faithfully.
José Fonseca
1
-3
/
+2
2013-02-15
replay: Support applications mixing glCreateProgramObjectARB and glUseProgram
Carl Worth
1
-3
/
+17
2012-11-26
d3dretrace: Prevent ScopedAllocator::alloc<D3DPRESENT_PARAMETERS> clash.
José Fonseca
1
-2
/
+2
2012-11-20
d3d10/d3d11: Complete union support.
José Fonseca
1
-15
/
+29
2012-11-20
specs: Initial attempt to support unions.
José Fonseca
1
-2
/
+10
2012-11-14
d3dretrace: More robust against DXGI missing calls.
José Fonseca
1
-0
/
+8
2012-11-13
retrace: More diagnostic information.
José Fonseca
1
-1
/
+1
2012-11-11
specs: Allow an API to spread across multiple modules.
José Fonseca
1
-1
/
+1
2012-11-08
retrace: More useful warnings for object mismatches.
José Fonseca
1
-3
/
+2
2012-11-08
d3d10,d3d11: Rudimentary retrace support.
José Fonseca
1
-1
/
+0
2012-05-13
Factor out object swizzling.
José Fonseca
1
-12
/
+4
2012-05-13
Split retrace swizlling helpers.
José Fonseca
1
-0
/
+1
2012-05-11
Avoid glCreateShaderProgramv when dumping satate so that the shader
José Fonseca
1
-2
/
+6
2012-05-09
Fix D3D11 tracing with D3D11_CREATE_DEVICE_DEBUG flag.
José Fonseca
1
-6
/
+7
2012-04-27
Don't retrace calls that failed when tracing.
José Fonseca
1
-0
/
+18
2012-04-19
Don't abuse double-underscore prefix.
José Fonseca
1
-29
/
+29
2012-04-18
Retrace IUnknown::AddRef/Release correctly.
José Fonseca
1
-0
/
+8
2012-04-14
Properly (un)wrap array arguments.
José Fonseca
1
-21
/
+2
2012-04-14
Move retracers to their own directory.
José Fonseca
1
-0
/
+505