]> git.cworth.org Git - apitrace/blobdiff - TODO
Update glext headers.
[apitrace] / TODO
diff --git a/TODO b/TODO
index 3512c36d16f4cd572dbaf5bf63bc1fd2bec7696f..d2977a974770545e45610a2523012df2b001dceb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,20 +19,21 @@ Tracing:
 * Allow to distinguish between the calls really done by the program, vs the
   fakes one necessary to retrace correctly.
 
-* Trace writes done through glMapBuffer and glMapBufferRange correctly
-
 * 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
 
+* Call gzflush() only when there is a signal/exception, except of doing it on
+  every call.
+
 
 Retracing:
 
 * Use visuals that best match those used in the trace; specially auto
   detect single/double buffer visuals.
 
-* Support multiple contexts
+* Respect multiple context sharing of the traces.
 
 * Support multiple threads
 
@@ -51,12 +52,8 @@ Retracing:
 
 GUI:
 
-* Trace editing.
-
 * Timeline view.
 
-* Interface to create traces of applications on unices via LD_PRELOAD.
-
 * Visualize meshes in draw commands.
 
 
@@ -74,7 +71,5 @@ Other:
   * or by leveragine retrace, dumping the calls to emit all state at beginning
     of the frame.
 
-* MacOSX support.
-
 
 See also FIXME, TODO, and XXX comments on the source code.