]> git.cworth.org Git - apitrace/blobdiff - TODO.markdown
Update to-do list.
[apitrace] / TODO.markdown
index b54cf65bd7e6085eb12cdd2f94c88568c0e975ac..b5dd71d55dd3737bf9d604d9bae9748aa15187da 100644 (file)
@@ -27,7 +27,9 @@ Tracing
 * Start tracing on demand (e.g., key-press, or by frame no), emitting calls
   that recreate all current state.
 
-* Add option to include call stack frames in the trace
+* Add option to include call stack frames in the trace.
+
+* Trace the internal GL calls done by GLU on Mac OS X & Windows.
 
 
 Retracing
@@ -40,15 +42,7 @@ Retracing
 
 * Support multiple threads
 
-* Provide a readline-like interactive mode to gltrace
-
-  * http://github.com/antirez/linenoise
-
-    * https://github.com/antirez/linenoise/issues#issue/8
-
-  * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c
-
-* Plug memory leaks.
+* Leverage ARB_debug_output where available.
 
 * D3D support.
 
@@ -60,6 +54,8 @@ GUI
 
 * Visualize meshes in draw commands.
 
+* Breakpointing and step-by-step debugging.
+
 
 Other
 -----