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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-13
Remove the last helper for the old incomplete attrib_list support.
Andreas Hartmetz
1
-21
/
+0
2013-07-13
WGL: Support float-based attrib_list parameters.
Andreas Hartmetz
1
-7
/
+12
2013-07-13
Allow float-based attrib_lists as found in WGL.
Andreas Hartmetz
2
-7
/
+9
2013-07-13
Remove the now unused _AttribList_size.
Andreas Hartmetz
1
-19
/
+0
2013-07-13
GLX: More consistent naming of an AttribArray.
Andreas Hartmetz
1
-2
/
+2
2013-07-12
Update GLX attrib_list support from GLX 1.3 to 1.4.
Andreas Hartmetz
1
-7
/
+10
2013-07-12
Warn on unknown attrib_list keys.
Andreas Hartmetz
1
-1
/
+3
2013-07-10
More WGL support. It's ugly and the resulting code probably doesn't compile.
Andreas Hartmetz
1
-4
/
+96
2013-07-09
attrib_list support for WGL function wglCreateContextAttribsARB.
Andreas Hartmetz
1
-1
/
+9
2013-07-09
attrib_list support for glXChooseVisual, the last GLX function.
Andreas Hartmetz
1
-9
/
+22
2013-07-09
Use the right attrib_list terminator and support the remaining functions.
Andreas Hartmetz
1
-12
/
+21
2013-07-09
Improvements in AttribArray / attrib/list code generation.
Andreas Hartmetz
1
-20
/
+28
2013-07-09
Proper AttribArray / attrib_list support for applicable CGL functions.
Andreas Hartmetz
1
-18
/
+26
2013-07-09
Allow a custom terminator and support valueless keys better.
Andreas Hartmetz
1
-2
/
+8
2013-07-08
Proper AttribArray / attrib_list support for applicable GLX functions.
Andreas Hartmetz
2
-10
/
+71
2013-07-08
Proper AttribArray / attrib_list support for applicable EGL functions.
Andreas Hartmetz
1
-8
/
+89
2013-07-08
Introduce AttribArray, a code generator for pseudo-type attrib_list.
Andreas Hartmetz
3
-1
/
+83
2013-07-03
d3dretrace: Dump D3D11 textures too.
José Fonseca
4
-78
/
+147
2013-07-03
d3dretrace: Dump d3d10 PS resource shader views.
José Fonseca
4
-90
/
+163
2013-07-02
common: Add platform #ifdefs for non-cmake build convenience.
Nigel Stewart
4
-1
/
+12
2013-07-02
Resolve some MS compiler warnings (in picky mode)
Nigel Stewart
3
-5
/
+5
2013-06-28
Retry creating D3D10/11 devices without debug flags.
José Fonseca
1
-3
/
+14
2013-06-27
Only unbind dumpers when objects are truly released.
José Fonseca
2
-4
/
+12
2013-06-26
d3d9trace: Improve D3D9 shader size computation.
José Fonseca
1
-3
/
+3
2013-06-20
glretrace: swizzle locations into uniform arrays.
Cass Everitt
2
-3
/
+28
2013-06-20
Several documentation fixes.
José Fonseca
6
-27
/
+27
2013-06-18
Document the need to keep tracing robust.
José Fonseca
1
-4
/
+16
2013-06-17
os: Ensure len is properly computed on all getProcessName code paths.
José Fonseca
1
-6
/
+14
2013-06-17
os: Improve String with more comments and checks.
José Fonseca
1
-3
/
+31
2013-06-17
egltrace/android: Fix tracing Zygote processes
Alexander Monakov
1
-1
/
+1
2013-06-16
Use rand() on windows.
José Fonseca
2
-1
/
+14
2013-06-16
Use skiplist-based FastCallSet within trace::CallSet
Carl Worth
4
-14
/
+32
2013-06-16
Rename trim::CallSet to trace::FastCallSet
Carl Worth
9
-46
/
+40
2013-06-16
Extend trim::CallSet with a new range-based add method.
Carl Worth
2
-41
/
+56
2013-06-16
trim: Use custom skiplist for required list (instead of std::set<unsigned>)
Carl Worth
6
-7
/
+294
2013-06-16
Tweak the dev docs.
José Fonseca
1
-3
/
+4
2013-06-16
Fix trim doc.
José Fonseca
1
-2
/
+8
2013-06-15
Fix pre-processor logic.
Vinjn Zhang
1
-1
/
+1
2013-06-15
Prevent infinite recursion with Steam's overlay.
José Fonseca
1
-1
/
+72
2013-06-15
Update homepage link.
José Fonseca
1
-2
/
+2
2013-06-14
Add note about Qt and Windows 64 bits builds.
Peter Lohrmann
1
-0
/
+4
2013-06-14
Cleanup known issues.
José Fonseca
1
-11
/
+12
2013-06-13
d3dretrace: Handle deferred d3d11 contexts better.
José Fonseca
2
-1
/
+5
2013-06-12
cli: Don't replace, but instead prepend the environment variable.
José Fonseca
2
-22
/
+42
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-11
Document what to expect in terms of trace size and CPU overhead.
José Fonseca
1
-0
/
+17
2013-06-11
Mention CMAKE_BUILD_TYPE on build instructions.
José Fonseca
1
-2
/
+3
2013-06-10
gltrace: Expose marker functions when tracing is disabled.
José Fonseca
2
-14
/
+29
[next]