]> git.cworth.org Git - apitrace/blob - dispatch/README.markdown
retrace: Implement glxCopySubBufferMESA
[apitrace] / dispatch / README.markdown
1 The dispatch layer objective is to resolve the addresses of public and private
2 symbols from DLLs / shared objects and dispatch calls to them.
3
4 It used both by the tracing wrappers (to dispatch the intercepted calls to
5 their true counterparts) and when replaying traces (to dispatch the calls
6 recorded on the file).
7
8 Most of the code is generated from dispatch.py script, which is then derived
9 for particular APIs.