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
2016-09-21
d3dretrace: Add support for half float formats
Patrick Rudolph
1
-0
/
+133
2016-09-02
d3d9trace: Use smallest blobs for ATI1N/ATI2N formats.
Jose Fonseca
2
-8
/
+22
2016-05-10
gltrace: Only check primitive restart index if supported.
Jose Fonseca
2
-0
/
+6
2016-05-10
gltrace: Move vertex array count helpers to a different module.
Jose Fonseca
1
-174
/
+0
2016-05-10
gltrace: Don't track GLES buffer contents.
Jose Fonseca
1
-6
/
+1
2016-04-10
glstate: Tweak features.
Jose Fonseca
1
-11
/
+14
2016-04-10
glstate: More accurately check for PBO / 3D tex support before using it.
Jose Fonseca
2
-0
/
+6
2016-04-10
glstate: More accurately check for READ_BUFFER/ReadBuffer support.
Jose Fonseca
2
-0
/
+6
2016-04-10
glstate: Check draw (and read) FBOs are advertised before using.
Jose Fonseca
2
-6
/
+18
2016-04-05
gltrace,glretrace: Handle GL_ARB_query_buffer_object correctly.
Jose Fonseca
2
-1
/
+10
2016-04-04
gltrace: Use glfeature to decide when PBOs are supported.
Jose Fonseca
2
-0
/
+11
2016-04-04
helpers: Move GL extension cache object to glfeatures.
Jose Fonseca
2
-1
/
+67
2016-04-04
helpers: rename glprofile to glfeatures.
Jose Fonseca
3
-8
/
+6
2016-02-19
d3d9trace,d3d9retrace: Handle D3D9Ex system memory textures.
Jose Fonseca
1
-3
/
+14
2016-01-26
specs: Add missing GL_EXT_* extensions.
Jose Fonseca
1
-0
/
+8
2016-01-04
gltrace: Honour range in glDrawRangeElement*.
Jose Fonseca
1
-2
/
+11
2016-01-04
gltrace: Remove spurious semin-colon.
Jose Fonseca
1
-1
/
+1
2015-12-22
gltrace: Fix glBitmap / glDrawPixels(GL_BITMAP) blob size calculation.
Jose Fonseca
1
-39
/
+26
2015-10-30
ddrawtrace: Fix calculation of FVF texture coord size.
Jose Fonseca
1
-1
/
+14
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
[next]