]> git.cworth.org Git - apitrace/blob - TODO
Update TODO.
[apitrace] / TODO
1                                   Things To Do
2                             (in no particular order)
3
4
5 * Handle glInterleavedArrays correctly.
6
7 * Allow clamping to a GL version or a number of extensions.
8
9 * Match the traced visuals (which will imply abandoning GLUT)
10
11 * Trace multiple threads
12   * GetCurrentThreadId()
13   * pthread_self()
14
15 * Put zlib (de)compression in a separate thread.
16
17 * Trace TSCs
18
19 * Retrace multiple threads (which will imply abandoning GLUT)
20
21 * Provide a readline-like interactive mode to gltrace
22   * http://github.com/antirez/linenoise
23     * https://github.com/antirez/linenoise/issues#issue/8
24   * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c 
25
26 * Trace window sizes somehow
27
28 * Plug memory leaks.