]> git.cworth.org Git - apitrace/blobdiff - TODO.markdown
Mention apitrace trim in the documentation.
[apitrace] / TODO.markdown
index 4cfeab884f3d4f1a230868b7cc771ad86ee68335..e59668768ed1e12cbfb7406d23afe6ce01e63b88 100644 (file)
@@ -9,13 +9,7 @@ Tracing
 
 * Allow clamping to a GL version or a number of extensions.
 
-* Trace multiple threads:
-
-  * `GetCurrentThreadId()`
-
-  * `pthread_self()`
-
-* Put zlib (de)compression in a separate thread.
+* Put (de)compression in a separate thread.
 
 * Trace TSCs
 
@@ -56,14 +50,13 @@ GUI
 
 * Breakpointing and step-by-step debugging.
 
+
 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
-* Add diff-images Identify differences between images and another trace
 
 * Add some common command-line options: