From c5d265c670467c24c9d154a129dc4b1dfadd5de5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 28 Nov 2010 15:05:17 +0000 Subject: [PATCH] Update docs. --- TODO | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO b/TODO index 4af1f87..b28a865 100644 --- 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) -- 2.43.0