]> git.notmuchmail.org Git - apitrace/blobdiff - TODO
Update glext headers.
[apitrace] / TODO
diff --git a/TODO b/TODO
index ffa5a608f7b277073ebb3508260f15edef1ef2b0..d2977a974770545e45610a2523012df2b001dceb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,8 +19,6 @@ 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.
 
@@ -35,7 +33,7 @@ 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
 
@@ -54,8 +52,6 @@ Retracing:
 
 GUI:
 
-* Trace editing.
-
 * Timeline view.
 
 * Visualize meshes in draw commands.
@@ -75,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.