]> git.cworth.org Git - apitrace/blobdiff - TODO
Get occlusion query getters reference the corrent size function.
[apitrace] / TODO
diff --git a/TODO b/TODO
index 1d2680c9b0cb14e2fdfba7c77ed6c30c851ccec7..1457d655cf008fa1d6c1a599f5ba106397a92fac 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,13 +19,14 @@ 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:
 
@@ -55,12 +56,8 @@ GUI:
 
 * Timeline view.
 
-* Interface to create traces of applications on unices via LD_PRELOAD.
-
 * Visualize meshes in draw commands.
 
-* Add a shortcut (e.g., Ctrl+G) to go to a specificed call no.
-
 
 Other: