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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
Fix documentation typo.
Nigel Stewart
1
-1
/
+1
2013-05-25
retrace: Create snapshot directory if it does not exist.
José Fonseca
1
-0
/
+17
2013-05-23
d3dretrace: Output human legible strings from HRESULT.
José Fonseca
1
-1
/
+2
2013-05-23
retrace: Output message when swizzled objects are deleted.
José Fonseca
1
-0
/
+3
2013-05-22
glretrace: Fix currentDrawable size book-keeping on WGL.
José Fonseca
1
-2
/
+2
2013-05-20
glretrace: Never under-estimate the drawable dimensions (issue #127).
José Fonseca
1
-0
/
+3
2013-05-20
d3dstate: Dump depth-stencil images.
José Fonseca
2
-3
/
+195
2013-05-20
d3dstate: Ensure COM is initialized before calling DirectXTex.
José Fonseca
1
-0
/
+6
2013-05-10
glstate: Create downsampled framebuffers for textures too.
José Fonseca
1
-54
/
+42
2013-05-10
glstate: Bind the bound draw fbo for read before dumping.
José Fonseca
1
-1
/
+3
2013-05-10
glstate: Fix typo in glBindRenderbuffer argument.
José Fonseca
1
-1
/
+1
2013-05-10
glstate: Don't dump garbage when glReadPixels fail.
José Fonseca
1
-1
/
+12
2013-05-10
retrace: Join with runner threads before destroy runner objects.
José Fonseca
1
-0
/
+6
2013-05-10
glretrace: Silence the warnings about unsupported GLX_EXT_texture_from_pixmap...
José Fonseca
1
-4
/
+4
2013-04-28
glstate: Fallback to GLX when there is no current EGL context (issue #124).
José Fonseca
1
-16
/
+14
2013-04-24
Add option '--snapshot-format=' to allow write raw RGB directly to stdout
Shuang He
1
-1
/
+18
2013-04-23
d3dretrace: Give more helpful messages for d3d debug layer failures.
José Fonseca
2
-2
/
+27
2013-04-23
os: Be more concise with the semantics of os::abort.
José Fonseca
1
-1
/
+1
2013-04-23
glretrace: Use OS_THREAD_SPECIFIC_PTR on glws_cocoa.mm
José Fonseca
1
-2
/
+3
2013-04-23
os: Fallback to OS TLS when compiler does not support it (issue #120).
José Fonseca
1
-1
/
+1
2013-04-17
d3dretrace: Remove debug Sleep.
José Fonseca
1
-1
/
+0
2013-04-16
d3dretrace: Dump UINT formats too.
José Fonseca
5
-39
/
+194
2013-04-14
gltrace,glretrace: Better support for indirect draws from user memory.
José Fonseca
1
-0
/
+8
2013-04-13
gltrace,glretrace: A few more tweaks to (no) side-effects flags.
José Fonseca
1
-0
/
+1
2013-04-12
gltrace,glretrace: Properly handle PBOs with GL_EXT_direct_state_access.
José Fonseca
1
-0
/
+4
2013-04-12
replay: Add a --loop option to repeatedly loop over the final frame
Carl Worth
1
-1
/
+38
2013-04-12
glretrace: Flush outstanding requests when waiting for user input.
Carl Worth
1
-0
/
+5
2013-03-27
Add per-directory synopsis.
José Fonseca
1
-0
/
+9
2013-03-20
cmake: Check for libproc library name
Laurent Carlier
1
-2
/
+2
2013-03-12
d3dretrace: Add state dumping support for ID3D11DeviceContext1
Jeff Muizelaar
1
-1
/
+1
2013-03-12
glretrace: Fix cpu timings when not measuring gpu times.
José Fonseca
1
-2
/
+5
2013-03-11
Add some missing DXGI and D3D11.1 api
Jeff Muizelaar
1
-0
/
+1
2013-03-06
glretrace: Fix several problems with the earlier commit.
José Fonseca
1
-2
/
+3
2013-03-06
retrace: Add single thread option.
Jerome Glisse
1
-3
/
+19
2013-03-06
glretrace: Fix dumping of cube map FBO attachements.
José Fonseca
1
-50
/
+89
2013-03-06
d3dretrace: Use DirectXTex for d3d10 state too.
José Fonseca
6
-95
/
+160
2013-03-06
Merge branch 'directxtex'
José Fonseca
2
-37
/
+75
2013-03-04
Extend profiling tool to support Vsize and Rss memory usage profile per call
Shuang He
4
-3
/
+67
2013-02-22
d3dretrace: Force DWM traces to run on a window.
José Fonseca
1
-1
/
+9
2013-02-22
d3dretrace: Cope with _MAP_FLAG_DO_NOT_WAIT flags.
José Fonseca
1
-2
/
+11
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
3
-4
/
+20
2013-02-13
Get DWM traces working.
José Fonseca
2
-8
/
+292
2013-02-01
glstate: Cleanup the read buffer selection code slightly.
José Fonseca
1
-4
/
+15
2013-02-01
image: make getDrawBufferImage() work for ES or !ARB_draw_buffers
Rob Clark
1
-0
/
+4
2013-02-01
d3dretrace: Recognize IDirect3DDevice9Ex::PresentEx as frame terminator.
José Fonseca
1
-1
/
+1
2013-01-23
glretrace: Fix snapshots on GL 3.2 core contexts (issue #106).
José Fonseca
2
-15
/
+52
2013-01-23
glretrace: Ignore a few more CGL calls.
José Fonseca
1
-7
/
+12
2012-12-20
gltrace/retrace: Full support for variable length parameters.
José Fonseca
1
-4
/
+17
2012-12-20
retrace: Split ScopedAllocator into its own header.
José Fonseca
2
-57
/
+105
[next]