]> git.cworth.org Git - apitrace/blobdiff - dispatch/README.markdown
glretrace: Always pass a format appropriate for the internalFormat when reading pixels.
[apitrace] / dispatch / README.markdown
index d041f7d9e6851d2b2aa08d28fa5fdc83b6f80188..b820026914e3ce6ce21ea0a7c6aef3bae04fff92 100644 (file)
@@ -1,9 +1,9 @@
-The dispatch layer objecting is to get public or private symbols from DLLs /
-shared objects and dispatch calls to them.
+The dispatch layer objective is to resolve the addresses of public and private
+symbols from DLLs / shared objects and dispatch calls to them.
 
 It used both by the tracing wrappers (to dispatch the intercepted calls to
 their true counterparts) and when replaying traces (to dispatch the calls
-recorded on the file)
+recorded on the file).
 
-All code is generated from dispatch.py Python script, which is then used in
-several places.
+Most of the code is generated from dispatch.py script, which is then derived
+for particular APIs.