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
2014-05-23
Fix double-escaped forward slashes.
José Fonseca
3
-3
/
+3
2014-03-07
gltrace: Handle GL_EXT_compiled_vertex_array correctly.
José Fonseca
1
-0
/
+15
2014-03-07
gltrace: Use _glGetInteger where possible.
José Fonseca
1
-24
/
+12
2014-02-28
gltrace: Warn about coherent/pinned memory mappings being unsupported.
José Fonseca
1
-0
/
+11
2014-02-28
egltrace: Drop debug.apitrace.procname support.
José Fonseca
5
-187
/
+1
2014-02-28
gltrace: Prefer process title over executable path on Android
Alexander Monakov
1
-18
/
+6
2014-02-26
gltrace: Fix emission of fake viewport/scissor on MacOSX.
José Fonseca
1
-6
/
+12
2014-02-25
gltrace: Detect the availability of tr1/memory header.
José Fonseca
1
-5
/
+3
2014-02-04
gltrace: Fake GL_EXT_debug_marker/label too.
José Fonseca
1
-0
/
+3
2014-02-04
gltrace: Add a link to Mesa's glGetBufferParameteriv fix.
José Fonseca
1
-1
/
+2
2014-02-03
gltrace: Ensure GL_ARRAY_BUFFER is unbound before emiting fake gl*Pointer() c...
José Fonseca
1
-0
/
+19
2014-02-03
glretrace: Add glCompressedTex*Image*ARB to unpack function name list.
idinev
1
-0
/
+6
2013-11-13
glxtrace: Add GLES prototypes too.
José Fonseca
2
-0
/
+3
2013-10-28
cgltrace: Use DYLD_FRAMEWORK_PATH instead of DYLD_LIBRARY_PATH.
José Fonseca
2
-3
/
+4
2013-10-28
Fix build with MacOSX 10.9 SDK.
José Fonseca
1
-1
/
+6
2013-10-24
gltrace: Force returning seomthing sensible on GL_MAX_LABEL_LENGTH.
José Fonseca
1
-0
/
+8
2013-10-08
trace: Protect against uninitialized pointers if debug extensions are not exp...
Peter Lohrmann
1
-0
/
+9
2013-10-08
trace: Additional support for GL_KHR_debug, GL_ARB_debug_output, and GL_AMD_d...
Peter Lohrmann
2
-1
/
+44
2013-09-20
cmake: Link ${LIBBACKTRACE_LIBRARIES} once.
José Fonseca
1
-2
/
+0
2013-07-20
cgltrace: Fix CGLChoosePixelFormat prototype.
José Fonseca
1
-3
/
+3
2013-07-20
wgltrace: Simplify pixel format attrib description.
José Fonseca
1
-1
/
+1
2013-07-20
wgltrace: Prevent duplicate variable declaration.
José Fonseca
1
-0
/
+2
2013-07-13
Allow float-based attrib_lists as found in WGL.
Andreas Hartmetz
1
-3
/
+3
2013-07-12
Warn on unknown attrib_list keys.
Andreas Hartmetz
1
-1
/
+3
2013-07-09
Improvements in AttribArray / attrib/list code generation.
Andreas Hartmetz
1
-20
/
+28
2013-07-08
Introduce AttribArray, a code generator for pseudo-type attrib_list.
Andreas Hartmetz
1
-0
/
+54
2013-06-17
egltrace/android: Fix tracing Zygote processes
Alexander Monakov
1
-1
/
+1
2013-06-12
gltrace: Emit fake glViewport/glScissor calls the first time a context is bound.
José Fonseca
2
-2
/
+30
2013-06-12
gltrace: Also use dlopen.hpp for glxtrace.
José Fonseca
2
-23
/
+2
2013-06-11
egltrace/android: Fix tracing Zygote processes (v2)
Chad Versace
1
-1
/
+0
2013-06-10
gltrace: Expose marker functions when tracing is disabled.
José Fonseca
2
-14
/
+29
2013-05-30
dxgitrace: Handle simultanous D3D11 maps.
José Fonseca
1
-10
/
+33
2013-05-30
dxgi(re)trace: Organize mapping info into a structure.
José Fonseca
2
-8
/
+8
2013-05-29
egltrace: Refresh EGLenum from upstream.
José Fonseca
1
-0
/
+1
2013-05-29
Fix defineShadowBufferHelper for buffer objects
Mike Stroyan
1
-1
/
+1
2013-05-23
Add libbacktrace to third-party libs for ELF
Alexander Monakov
1
-0
/
+2
2013-05-13
Merge branch 'backtrace'
José Fonseca
1
-1
/
+1
2013-05-10
glxtrace: Fix glXBindTexImageEXT on NVIDIA.
José Fonseca
1
-0
/
+11
2013-05-10
glxtrace: Always use GL_RGBA for glXBindTexImageEXT.
José Fonseca
1
-28
/
+18
2013-05-10
glxtrace: Prevent overflow in glXBindTexImageEXT fo.
José Fonseca
1
-1
/
+8
2013-05-10
glxtrace: Basic EXT_texture_from_pixmap support.
José Fonseca
3
-12
/
+76
2013-05-04
Remove FunctionSig::backtrace member.
José Fonseca
2
-4
/
+4
2013-05-04
Backtrace via call detail
Eugene Velesevich
2
-3
/
+3
2013-05-04
Implement interposing of dlopen on Android
Alexander Monakov
1
-30
/
+2
2013-05-04
Define _GNU_SOURCE for the whole tree.
José Fonseca
1
-3
/
+0
2013-04-26
d3d9trace: Fix wrapping of IDirect3DSwapChain9Ex pointers.
José Fonseca
1
-2
/
+12
2013-04-23
os: Fallback to OS TLS when compiler does not support it (issue #120).
José Fonseca
1
-1
/
+1
2013-04-14
gltrace,glretrace: Better support for indirect draws from user memory.
José Fonseca
1
-0
/
+4
2013-04-14
gltrace: Better handling of GetPerfMonitorCounterInfoAMD
José Fonseca
1
-1
/
+1
2013-04-12
gltrace,glretrace: Properly handle PBOs with GL_EXT_direct_state_access.
José Fonseca
1
-0
/
+12
[next]