summaryrefslogtreecommitdiff
path: root/wrappers/trace.py
AgeCommit message (Expand)AuthorFilesLines
2016-03-05specs: Handle overloaded methods/functions.Jose Fonseca1-4/+12
2016-03-05trace: Improve handling of structures with no members.Jose Fonseca1-9/+18
2016-01-28wgltrace: Emit fake glBitmap on wglUseFontBitmapsA.Jose Fonseca1-0/+2
2016-01-26specs: Add missing GL_EXT_* extensions.Jose Fonseca1-1/+5
2015-08-13wrappers: Allow empty structures without hitting MSVC C2466 error.Jose Fonseca1-1/+2
2015-08-13wrappers: Provide symbolic names for IIDs.Jose Fonseca1-4/+6
2015-08-12trace: Avoid deep if-then-else control flow.Jose Fonseca1-14/+7
2015-08-03trace: Flush the trace when we spot unexpected pointers.Jose Fonseca1-0/+1
2015-08-03trace: Ensure we always wrap `void **pvObj` pointers.Jose Fonseca1-2/+3
2015-07-13trace,inject: Don't increment refcount on GetModuleHandleExA.Jose Fonseca1-1/+2
2015-06-19d3dtrace: Mention the unexpected pointer value in the warning.Jose Fonseca1-1/+1
2015-02-07dxgitrace: Log the vtable address of unknown IIDs.José Fonseca1-2/+17
2015-02-07dxgitrace: More compact UUID in warnings.José Fonseca1-1/+1
2015-01-25wrappers: Use C casts for polymorphic types.Jose Fonseca1-1/+1
2015-01-24glxtrace: Support GLX_MESA_query_renderer.Jose Fonseca1-1/+1
2014-10-07trace: Move parameter unwraping out of traceFunctionImplBody/implementWrapper...José Fonseca1-9/+17
2014-09-15dxgitrace: Improve unexpected virtual method error message.José Fonseca1-1/+1
2014-09-15dxgitrace: Fix D3D11Device1::CreateDeviceContextState wrapping.José Fonseca1-0/+2
2014-08-22d3dtrace,dxgitrace: Try creating proxy objects for the child interfaces whene...José Fonseca1-48/+124
2014-08-22d3dtrace,dxgitrace: Enhance the dummy method implementation.José Fonseca1-6/+17
2014-07-23trace: Make it easier to debug COM object wrapper.José Fonseca1-4/+8
2014-06-25trace: Make fakeMemcpy a function.José Fonseca1-1/+1
2014-06-25trace: Centralize fake memcpy emission.José Fonseca1-16/+2
2014-06-24gltrace: Emit flag calls consistently.José Fonseca1-1/+3
2014-02-28egltrace: Drop debug.apitrace.procname support.José Fonseca1-10/+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-10gltrace: Expose marker functions when tracing is disabled.José Fonseca1-2/+6
2013-05-30dxgi(re)trace: Organize mapping info into a structure.José Fonseca1-1/+2
2013-05-04Remove FunctionSig::backtrace member.José Fonseca1-3/+3
2013-05-04Backtrace via call detailEugene Velesevich1-2/+2
2013-04-14gltrace: Better handling of GetPerfMonitorCounterInfoAMDJosé Fonseca1-1/+1
2013-02-22trace: Unwrap all args before serializing them.José Fonseca1-0/+4
2013-02-22trace: Remove unused Trace::unwrapRet method.José Fonseca1-3/+0
2012-11-26d3dtrace: Prevent clashes in method signature IDs.José Fonseca1-6/+14
2012-11-23trace: Silence object wrap debug messages.José Fonseca1-3/+3
2012-11-23d3dtrace: Smarter tracking of interface wrappers.José Fonseca1-7/+44
2012-11-23trace: Catch attempts to call unimplemented methods.José Fonseca1-0/+5
2012-11-20d3d10/d3d11: Complete union support.José Fonseca1-55/+13
2012-11-20specs: Initial attempt to support unions.José Fonseca1-15/+30
2012-11-17gltrace: Respect length argument in glShaderSource(ARB)José Fonseca1-1/+1
2012-11-14Merge branch 'modules'José Fonseca1-4/+7
2012-11-13trace: Fix thinko on error checking.José Fonseca1-1/+1
2012-11-11specs: Allow an API to spread across multiple modules.José Fonseca1-4/+7
2012-11-10Merge branch 'd2d'José Fonseca1-0/+19