]> git.cworth.org Git - apitrace/blobdiff - TODO
Handle VBO draw elements .
[apitrace] / TODO
diff --git a/TODO b/TODO
index b28a86560bafdccc6b40275919220b3adc85a05b..a8567c71998937d68ca36447039a8283af07d025 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,9 +13,6 @@
 
 * 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
-
 * Trace multiple threads
   * GetCurrentThreadId()
   * pthread_self()
@@ -31,3 +28,4 @@
     * https://github.com/antirez/linenoise/issues#issue/8
   * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c 
 
+* Trace window sizes somehow