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
/
helpers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-13
glretrace: Support GL_ARB_gpu_shader_int64 uniforms.
Jose Fonseca
1
-0
/
+30
2015-08-12
specs: Support D3D11.3.
Jose Fonseca
1
-0
/
+32
2015-07-24
helpers: Improve com_ptr.
Jose Fonseca
1
-18
/
+43
2015-07-21
dxgiretrace: Bring back the D3D11 pitch mismatch warnings.
Jose Fonseca
1
-0
/
+24
2015-07-16
dxgitrace: Recognize newer DXGI formats.
Jose Fonseca
1
-4
/
+39
2015-07-13
d3dtrace: Fix size computation for full DXTC locks.
Jose Fonseca
3
-11
/
+8
2015-07-08
d3dtrace: Ensure we fallback to height*pitch for unknown/unexpected formats.
Jose Fonseca
2
-0
/
+4
2015-07-08
d3dtrace: Add a couple of missing formats to _getFormatSize.
Jose Fonseca
2
-0
/
+4
2015-07-06
d3d9trace: Take bits per pixel in consideration.
Jose Fonseca
3
-61
/
+267
2015-06-25
glretrace: Fix occlusion query support detection.
Jose Fonseca
1
-0
/
+5
2015-05-29
egltrace: Warn instead of assert on GL API mismatch.
Jose Fonseca
2
-1
/
+15
2015-05-27
specs: Update NV_path_rendering functions.
Kimmo Kinnunen
1
-0
/
+7
2015-05-20
common,cli,wrappers,retrace,gui: Use #pragma once.
Jose Fonseca
12
-37
/
+12
2015-03-26
gltrace: Fix leak due to shadowed variable.
José Fonseca
1
-1
/
+1
2015-03-13
glretrace: Cleanup Profile::matches.
Jose Fonseca
2
-25
/
+44
2015-03-13
glretrace: Be more forgiving with forward-compatible contexts on MacOSX.
Jose Fonseca
1
-1
/
+7
2015-03-13
glretrace: Set FORWARD_COMPATIBLE_BIT as per trace.
Jose Fonseca
2
-13
/
+37
2015-02-05
glhelpers: fix glprofile.cpp compilation on VS2012
unknown
1
-0
/
+1
2015-01-23
glhelpers,glws: Move extension management to helper module.
José Fonseca
2
-3
/
+65
2015-01-15
ddrawtrace: Capture IDirect3DDevice7::DrawPrimitive vertices.
José Fonseca
1
-0
/
+107
2015-01-08
gltrace: Fix PBO unpacking on core contexts.
José Fonseca
1
-2
/
+2
2015-01-06
cmake: Ensure glproc.hpp is generated before attempting to compile glhelpers.
José Fonseca
1
-0
/
+1
2015-01-06
helpers: Fix matching for OpenGL 3.1 contexts.
José Fonseca
1
-1
/
+13
2015-01-05
gltrace: Use glprofile::Profile when tracing.
José Fonseca
1
-0
/
+10
2015-01-05
glretrace: Ensure we get a matching context.
José Fonseca
1
-0
/
+7
2015-01-05
glretrace: Move the logic to determine the current context profile into glpro...
José Fonseca
2
-2
/
+178
2015-01-05
helpers: Move GL profile into a separate helper module.
José Fonseca
3
-0
/
+145
2014-12-12
gltrace: Handle primitive restart with user arrays.
José Fonseca
1
-6
/
+28
2014-11-09
gltrace: Handle packed vertex attribute formats properly.
José Fonseca
1
-7
/
+15
2014-10-02
dxgitrace: Search for more recent versions d3dcompiler_xx.dll.
José Fonseca
1
-1
/
+3
2014-09-04
dxgitrace: Fix UpdateSubresource's blob size calculation for non-null pDstBox.
José Fonseca
2
-10
/
+26
2014-08-20
dxgitrace: Use com_ptr in d3d1[01]size.hpp.
José Fonseca
3
-8
/
+95
2014-08-20
dxgitrace: Take the miplevel in consideration for 3D texture mappings.
José Fonseca
2
-0
/
+2
2014-08-15
dxgitrace: Dump D3D11 queries data.
José Fonseca
1
-0
/
+24
2014-08-15
dxgitrace: Dump D3D10 queries data.
José Fonseca
1
-0
/
+24
2014-08-14
gltrace: Use a regex for GL draw function names.
José Fonseca
1
-1
/
+3
2014-08-14
gltrace: Drop support for user arrays in gl*Draw*Indirect*.
José Fonseca
1
-136
/
+0
2014-08-13
specs: Remove redundant _glTexImage*_size variants.
José Fonseca
1
-25
/
+0
2014-07-17
gltrace: Simplify _need_user_arrays.
José Fonseca
1
-0
/
+11
2014-06-25
cmake: Refactor all convenience library generation into a function.
José Fonseca
1
-5
/
+1
2014-05-02
Avoid unsafe cast.
José Fonseca
1
-2
/
+2
2014-01-21
gltrace: Fix the computation of image sizes.
José Fonseca
1
-4
/
+18
2013-07-13
Remove the last helper for the old incomplete attrib_list support.
Andreas Hartmetz
1
-21
/
+0
2013-07-13
Remove the now unused _AttribList_size.
Andreas Hartmetz
1
-19
/
+0
2013-07-02
common: Add platform #ifdefs for non-cmake build convenience.
Nigel Stewart
2
-0
/
+5
2013-06-26
d3d9trace: Improve D3D9 shader size computation.
José Fonseca
1
-3
/
+3
2013-06-20
Several documentation fixes.
José Fonseca
1
-3
/
+3
2013-05-30
dxgi(re)trace: Organize mapping info into a structure.
José Fonseca
3
-36
/
+51
2013-05-29
support NV_path_rendering and indexed EXT_direct_state_access
Mark Kilgard
1
-0
/
+461
2013-05-03
d3d9trace: Fix D3DPT_TRIANGLEFAN vertex count computation.
José Fonseca
1
-1
/
+1
[next]