forked from apitrace/apitrace
-
Notifications
You must be signed in to change notification settings - Fork 1
ToDoTrace
José Fonseca edited this page Jun 1, 2013
·
7 revisions
-
Consider using LZ4:
-
Consider switching to standard Snappy framing format:
-
Better multi-arch support on Windows/Linux -- allow one set of binaries to trace both 32/64 bits applications.
-
Allow clamping to a GL version or a number of extensions.
-
Put (de)compression in a separate thread
-
Trace window sizes somehow
-
Allow to distinguish between the calls really done by the program, vs the fakes one necessary to replay correctly.
-
Start tracing on demand (e.g., key-press, or by frame no), emitting calls that recreate all current state.
-
Trace the internal GL calls done by GLU on Mac OS X & Windows.
- Consider using DYLD_INTERPOSE.