Update docs.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 28 Nov 2010 15:05:17 +0000 (15:05 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 28 Nov 2010 15:05:17 +0000 (15:05 +0000)
TODO

diff --git a/TODO b/TODO
index 4af1f87..b28a865 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)