]> git.cworth.org Git - apitrace/blobdiff - TODO.markdown
First stab at tracing thread IDs.
[apitrace] / TODO.markdown
index 4cfeab884f3d4f1a230868b7cc771ad86ee68335..2fd23831aa55beec34ef9d7db5a30f5058a39650 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,6 +50,7 @@ GUI
 
 * Breakpointing and step-by-step debugging.
 
+
 CLI
 ---
 
@@ -63,7 +58,6 @@ CLI
 * 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: