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
/
wrappers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-03
trace: Flush the trace when we spot unexpected pointers.
Jose Fonseca
1
-0
/
+1
2015-08-03
trace: Ensure we always wrap `void **pvObj` pointers.
Jose Fonseca
1
-2
/
+3
2015-07-21
gltrace: Prevent buffer overflow when tracing glGetIntegerv(GL_PROGRAM_BINARY...
Jose Fonseca
1
-0
/
+2
2015-07-21
gltrace: Fix warning for issue 316.
Jose Fonseca
1
-2
/
+4
2015-07-17
specs: Remove d3dcommon.
Jose Fonseca
1
-1
/
+0
2015-07-16
d3dtrace: Trace the actual DXVA2 API calls.
Jose Fonseca
3
-4
/
+6
2015-07-13
trace,inject: Don't increment refcount on GetModuleHandleExA.
Jose Fonseca
1
-1
/
+2
2015-07-06
inject: Override assertion implementation.
Jose Fonseca
1
-2
/
+2
2015-06-27
egltrace: Properly support KHR_debug on ES.
Jose Fonseca
1
-0
/
+11
2015-06-26
gltrace: Fix tracing with OpenGL 1.1.
Jose Fonseca
1
-8
/
+16
2015-06-26
Add missing includes.
Harald Fernengel
1
-0
/
+1
2015-06-22
cmake: Use CMAKE_DL_LIBS.
Harald Fernengel
1
-3
/
+3
2015-06-19
d3dtrace: Mention the unexpected pointer value in the warning.
Jose Fonseca
1
-1
/
+1
2015-05-29
egltrace: Warn instead of assert on GL API mismatch.
Jose Fonseca
1
-23
/
+25
2015-05-20
common,cli,wrappers,retrace,gui: Use #pragma once.
Jose Fonseca
3
-9
/
+3
2015-04-26
cmake: Use LD version scripts to limit symbols exported by wrappers.
Jose Fonseca
5
-48
/
+45
2015-04-21
cmake: Check and warn for unexpected egltrace.so symbols too.
Jose Fonseca
2
-0
/
+25
2015-04-10
dxgitrace: Redirect output of assertions failures on Windows.
Jose Fonseca
2
-18
/
+82
2015-04-01
d3dtrace: Fix double \\.
José Fonseca
1
-1
/
+1
2015-03-27
cmake: Fix comment message.
José Fonseca
1
-1
/
+1
2015-03-27
cmake: Prevent ld to export symbols from libgcc/libstdc++.
Jose Fonseca
1
-2
/
+2
2015-03-27
cmake: Check and warn if there are unexpected symbols in glxtrace.so.
Jose Fonseca
2
-0
/
+23
2015-03-26
gltrace: Use std::string for string values.
José Fonseca
2
-49
/
+48
2015-03-26
gltrace: Allow to override gltrace.conf location.
José Fonseca
1
-3
/
+9
2015-03-15
cmake: Don't link wrappers against ZLIB.
Jose Fonseca
1
-9
/
+0
2015-03-14
specs: Merge dxgitype and dxgiformat into dxgi.
Jose Fonseca
1
-4
/
+0
2015-03-14
specs: Merge d3d10_1 and d3d10misc modules into d3d10.
Jose Fonseca
2
-4
/
+1
2015-03-13
cmake: Don't use -static-libstdc++ unless it was built with -fPIC.
José Fonseca
1
-1
/
+17
2015-03-12
cmake: Statically link wrappers against libgcc and libstdc++ on Linux.
Jose Fonseca
1
-0
/
+7
2015-03-09
cmake: Set CMAKE_INCLUDE_CURRENT_DIR where appropriate.
José Fonseca
1
-1
/
+2
2015-03-08
cmake: Drop tr1/memory support.
Jose Fonseca
1
-7
/
+0
2015-03-04
gltrace: Disable ARB_get_program_binary.
José Fonseca
2
-2
/
+39
2015-02-07
dxgitrace: Log the vtable address of unknown IIDs.
José Fonseca
1
-2
/
+17
2015-02-07
dxgitrace: More compact UUID in warnings.
José Fonseca
1
-1
/
+1
2015-02-07
specs: Squash d3d11_1.py into d3d11.py
José Fonseca
1
-1
/
+0
2015-02-06
dxgiretrace: Replay SetPrivateData(WKPDID_D3DDebugObjectName) methods
José Fonseca
1
-1
/
+0
2015-02-06
dxgitrace: Trace D3DPERF_* functions too.
José Fonseca
4
-1
/
+14
2015-02-06
dxgitrace: Use a static dxgitrace.def
José Fonseca
3
-13
/
+10
2015-02-06
gltrace: Prevent NULL derreference when glGetIntegerv(params=NULL).
José Fonseca
1
-11
/
+27
2015-02-05
docs: Move gltrace.conf explanation to docs.
José Fonseca
1
-14
/
+2
2015-02-05
gltrace: Read configuration from user directory.
José Fonseca
1
-4
/
+9
2015-02-05
gltrace: Add support for configuration file to override GL version, extension...
Brian Paul
4
-3
/
+558
2015-02-04
cmake: Fail glxtrace/egltrace link if there are missing symbols.
José Fonseca
1
-4
/
+6
2015-01-25
wrappers: Use C casts for polymorphic types.
Jose Fonseca
1
-1
/
+1
2015-01-24
glxtrace: Support GLX_MESA_query_renderer.
Jose Fonseca
1
-1
/
+1
2015-01-24
gltrace: Support GL_EXT_map_buffer_range.
Jose Fonseca
1
-16
/
+44
2015-01-24
specs: Merge GLES functions into glapi.py.
Jose Fonseca
3
-6
/
+0
2015-01-21
gltrace: Remove workaround for old Mesa drivers.
José Fonseca
1
-48
/
+0
2015-01-20
gltrace: Update BUGS.markdown link.
José Fonseca
1
-1
/
+1
2015-01-20
gltrace: Warn about faking/moving gl*Pointer calls.
José Fonseca
1
-0
/
+5
[next]