]> git.cworth.org Git - apitrace/blobdiff - TODO
Update docs.
[apitrace] / TODO
diff --git a/TODO b/TODO
index 4af1f8788910808e761e904803379a506792ad6f..b28a86560bafdccc6b40275919220b3adc85a05b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,8 @@
   * http://msdn.microsoft.com/en-us/library/aa366902(v=VS.85).aspx
   * http://stackoverflow.com/questions/1281686/determine-size-of-dynamically-allocated-memory-in-c
 
+* 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
 
@@ -18,6 +20,8 @@
   * GetCurrentThreadId()
   * pthread_self()
 
+* Put zlib (de)compression in a separate thread.
+
 * Trace TSCs
 
 * Retrace multiple threads (which will imply abandoning GLUT)