]> git.cworth.org Git - apitrace/blobdiff - TODO.markdown
Re-implement tracediff.sh on Python.
[apitrace] / TODO.markdown
index 3cd4e4ea4e8c1900ddef2eb1a3afac24a99221cc..e59668768ed1e12cbfb7406d23afe6ce01e63b88 100644 (file)
@@ -9,12 +9,6 @@ Tracing
 
 * Allow clamping to a GL version or a number of extensions.
 
-* Trace multiple threads:
-
-  * `GetCurrentThreadId()`
-
-  * `pthread_self()`
-
 * Put (de)compression in a separate thread.
 
 * Trace TSCs
@@ -61,7 +55,6 @@ CLI
 ---
 
 * Add retrace     Replay all the calls in a trace
-* Add trim        Trim a trace by including only the specified calls/frames
 * Add dump-state  Output the OpenGL state in JSON format
 * Add dump-images Create image files for each frame/drawing operation of a trace