From: José Fonseca Date: Sun, 28 Nov 2010 15:05:17 +0000 (+0000) Subject: Update docs. X-Git-Tag: 2.0_alpha^2~1269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5d265c670467c24c9d154a129dc4b1dfadd5de5;p=tools%2Fapitrace.git Update docs. --- 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)