]> git.cworth.org Git - apitrace/blobdiff - TODO
Compare screenshots.
[apitrace] / TODO
diff --git a/TODO b/TODO
index b28a86560bafdccc6b40275919220b3adc85a05b..5311e87a9aab25deb476a30598197f8708cc3866 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-                                 Things To Do
-                           (in no particular order)
+                                  Things To Do
+                            (in no particular order)
 
 
 * Determine blob sizes passed to glXxxPointer functions.
@@ -13,9 +13,6 @@
 
 * Allow clamping to a GL version or a number of extensions.
 
-* Drop GLEW dependency -- the supported extension subset is different from what
-  we want, and it is trivial to code generate the wrappers
-
 * Trace multiple threads
   * GetCurrentThreadId()
   * pthread_self()
@@ -31,3 +28,8 @@
     * https://github.com/antirez/linenoise/issues#issue/8
   * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c 
 
+* Trace window sizes somehow
+
+* Add new mode to compare with previous snapshots instead of writing.
+
+* Plug memory leaks.