]> git.cworth.org Git - apitrace/blobdiff - TODO
Unbreak tracing glDrawElements with VBOs.
[apitrace] / TODO
diff --git a/TODO b/TODO
index a8567c71998937d68ca36447039a8283af07d025..fe722dd84beb22f8626c2abb7f53a35e8bc097a3 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,6 +13,8 @@
 
 * Allow clamping to a GL version or a number of extensions.
 
+* Match the traced visuals (which will imply abandoning GLUT)
+
 * Trace multiple threads
   * GetCurrentThreadId()
   * pthread_self()
@@ -29,3 +31,5 @@
   * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c 
 
 * Trace window sizes somehow
+
+* Plug memory leaks.