summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-10glstate: Skip GL_COMPRESSED_TEXTURE_FORMATS when GL_NUM_COMPRESSED_TEXTURE_FO...José Fonseca1-1/+3
2013-06-09cli: Fix typo in earlier commit.José Fonseca1-1/+1
2013-06-09retrace: Don't output color when stdout is not a tty (issue #143).José Fonseca4-3/+16
2013-06-09gltrace: Prevent crash in _glGetDebugMessageLog_length (issue #140).Gregory Hainaut1-3/+3
2013-06-08Update android.toolchain.cmake to upstream commit fd1f7055f8b7338644d58d9a201...Chirayu Desai1-35/+114
2013-06-08convert: Fix issues convertin trace -> pix.José Fonseca1-3/+3
2013-06-07glstate: Use helper function for flushing GL errors.José Fonseca1-2/+8
2013-06-07glstate: Avoid inlining so much code.José Fonseca1-28/+33
2013-06-04retrace: Remove the -c/--compare=PREFIX .José Fonseca4-129/+4
2013-06-01cgltrace: DYLD_INSERT_LIBRARIES -> DYLD_INTERPOSEJosé Fonseca1-1/+1
2013-06-01cgltrace: Add prototypes for all undocumented functions.José Fonseca1-12/+15
2013-06-01doc: Mention optional linux dependencies.José Fonseca1-0/+7
2013-06-01retrace: Don't try to recreate existing directories.José Fonseca2-5/+2
2013-05-31eglretrace: Fix some EGL typos.Gregory Hainaut2-1/+2
2013-05-30glstate: Recognize GL_ARB_program_interface_query params.José Fonseca1-30/+30
2013-05-30glstate: Dump parameters for array and multisample texture targets.José Fonseca2-1/+11
2013-05-30glstate: Pick a face when dumping cube map level parameters.José Fonseca1-1/+6
2013-05-30glstate: Flush previous GL errors before trying to get parameters.José Fonseca1-1/+1
2013-05-30cli: Allow to use `apitrace trace` from MSVC build directories.José Fonseca4-16/+45
2013-05-30cli: Prevent NULL pointer deref when trace verbose output is enabled.José Fonseca1-1/+2
2013-05-30libbacktrace: Fix compilation failure (issue #137).Vladimír Vondruš1-1/+3
2013-05-30dxgitrace: Handle simultanous D3D11 maps.José Fonseca2-10/+39
2013-05-30dxgi(re)trace: Organize mapping info into a structure.José Fonseca6-49/+64
2013-05-30egltrace: Support GL_EXT_multisampled_render_to_texture (issue #134).José Fonseca3-0/+7
2013-05-30glretrace: Try to swizzle GL_ARB_copy_image name parameters.José Fonseca2-2/+36
2013-05-30glretrace: Swizzle more object names.José Fonseca1-23/+23
2013-05-30gltrace: Add specs for a few more extensions.José Fonseca1-0/+19
2013-05-30glstate: Handle GL_COMPUTE_SHADER.José Fonseca2-1/+5
2013-05-29Mention both ffmpeg & libav.José Fonseca1-3/+8
2013-05-29Fix documentation typo.Nigel Stewart1-1/+1
2013-05-29Ubuntu 12.04 reports ffmpeg as deprecated, use avconv instead.Nigel Stewart1-1/+1
2013-05-29dxgiretrace: Swizzle IDXGISurface maps.José Fonseca1-1/+1