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
2015-09-14
cmake: Require Waffle when ENABLE_WAFFLE is set.
Jose Fonseca
1
-1
/
+1
2015-09-14
cmake: Fix Waffle detection, by using pkg-config on non-Android.
Emmanuel Gil Peyrot
1
-2
/
+2
2015-09-04
glretrace: support depth/stencil attachment for gles
Rob Clark
3
-24
/
+86
2015-09-04
glstate: Add/fix GL_COMPRESSED_* format description.
Jose Fonseca
1
-18
/
+35
2015-08-25
glretrace: Use the returned context version when checking for occlusion query.
Jose Fonseca
4
-16
/
+26
2015-08-13
glretrace: Support GL_ARB_gpu_shader_int64 uniforms.
Jose Fonseca
1
-0
/
+16
2015-08-12
specs: Support D3D11.3.
Jose Fonseca
1
-3
/
+3
2015-08-10
dxgiretrace: Handle ID3D11DeviceContext2 better.
Jose Fonseca
1
-1
/
+1
2015-08-10
dxgiretrace: Dump snapshots on IDXGISwapChain1::Present1.
Jose Fonseca
1
-3
/
+3
2015-08-10
dxgiretrace: Handle IDXGIFactory2::CreateSwapChainForHwnd better.
Jose Fonseca
1
-0
/
+6
2015-08-06
glws: Don't hide X windows.
Jose Fonseca
1
-1
/
+3
2015-08-06
retrace: Fix Windows build.
Jose Fonseca
1
-0
/
+2
2015-08-06
glretrace: Support --headless too.
Jose Fonseca
7
-19
/
+82
2015-08-06
glretrace: Make getCurrentContext an inline function.
Jose Fonseca
2
-9
/
+11
2015-08-06
glretrace: Track insideList and insideBeginEnd per-context.
Jose Fonseca
4
-32
/
+42
2015-08-03
dxgiretrace: Handle SetPrivateData(WKPDID_D3DDebugObjectName) with trailing z...
Jose Fonseca
1
-1
/
+3
2015-07-24
retrace: Add option to run headless.
Jose Fonseca
5
-2
/
+36
2015-07-24
retrace: Unify window management for GL and D3D on Windows.
Jose Fonseca
5
-272
/
+293
2015-07-24
d3d10state: Avoid DXGI_ERROR_MORE_DATA warnings.
Jose Fonseca
1
-3
/
+6
2015-07-21
dxgistate: Fix snapshoting with D3D11.1 runtime.
Jose Fonseca
1
-0
/
+49
2015-07-21
dxgistate: Fix object leak when dumping snapshots.
Jose Fonseca
1
-2
/
+2
2015-07-21
retrace: Ensure structures are zeroed upon allocation.
Jose Fonseca
1
-2
/
+8
2015-07-21
dxgiretrace: Bring back the D3D11 pitch mismatch warnings.
Jose Fonseca
2
-5
/
+7
2015-07-21
dxgistate: Try dumping swapchains with D3D11 device first.
Jose Fonseca
1
-13
/
+13
2015-07-17
retrace: Cope with NULL array members.
Jose Fonseca
1
-3
/
+6
2015-07-17
dxgiretrace: Handle ID3D11Device::OpenSharedResource within the same process.
Jose Fonseca
2
-0
/
+22
2015-07-17
d3dretrace: Move checker shared resource creation to separate module.
Jose Fonseca
4
-66
/
+129
2015-07-17
dxgiretrace: More tweaks to IDXGIKeyedMutex.
Jose Fonseca
1
-0
/
+5
2015-07-17
specs: Remove d3dcommon.
Jose Fonseca
1
-2
/
+0
2015-07-16
dxgiretrace: Handle IDXGIKeyedMutex better.
Jose Fonseca
1
-0
/
+2
2015-07-16
d3dtrace: Trace the actual DXVA2 API calls.
Jose Fonseca
2
-3
/
+4
2015-07-16
d3dretrace: Fetch snapshots from swapchain.
Jose Fonseca
4
-1
/
+43
2015-07-10
d3dretrace: Partial DXVA2 replay support.
Jose Fonseca
2
-0
/
+3
2015-07-06
dxgistate: Handle better typeless depth-stencil formats.
Jose Fonseca
1
-0
/
+24
2015-07-06
d3d11state: Add dumping of viewport and scissor states.
Zack Rusin
2
-0
/
+80
2015-07-01
retrace: Ensure MSVS C/C++ runtime assertions go to stderr.
Jose Fonseca
1
-0
/
+3
2015-06-29
glstate: Dump NVIDIA program disassembly.
Jose Fonseca
3
-8
/
+65
2015-06-27
glws: Add missing stdlib.h include.
Jose Fonseca
1
-0
/
+1
2015-06-27
glretrace: Remove dead variable.
Jose Fonseca
1
-2
/
+1
2015-06-27
glretrace: Use KHR_debug where available.
Jose Fonseca
1
-6
/
+18
2015-06-27
glretrace,glws: Move profile check into glws module.
Jose Fonseca
2
-22
/
+23
2015-06-27
glretrace: Add a Context::profile inline helper.
Jose Fonseca
3
-3
/
+8
2015-06-27
glws: Ensure context is initialized the first time it is made current.
Jose Fonseca
9
-18
/
+38
2015-06-27
egltrace: Properly support KHR_debug on ES.
Jose Fonseca
1
-1
/
+1
2015-06-26
glretrace: Don't invoke glGet(GL_CURRENT_PROGRAM) on GL / GLES 1.x contexts.
Jose Fonseca
1
-2
/
+6
2015-06-25
glretrace: Workaround unusable GL_TIMESTAMP on Mac.
Jose Fonseca
1
-0
/
+6
2015-06-25
glretrace: Improve GL_ARB_timer_query support detection.
Jose Fonseca
1
-1
/
+2
2015-06-25
retrace: Remove duplicate "warning: " from warning message.
Jose Fonseca
1
-1
/
+1
2015-06-25
glretrace: Fix occlusion query support detection.
Jose Fonseca
1
-1
/
+1
2015-06-25
glstate: Support more texture buffer formats.
Jose Fonseca
3
-9
/
+285
[next]