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