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