summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-09-27 18:46:42 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-09-27 18:46:42 +0100
commitc329991d92dcf03f1dba7d3aa42452dd293b9503 (patch)
tree4df710b0bde86b1e4c82bee325b1b972dc8e4e77
parent8bf847a552e2854aa8b5726d76754a7647784e0c (diff)
Add a to-do note about GLU.
-rw-r--r--TODO.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.markdown b/TODO.markdown
index 186bedf..c2aa199 100644
--- a/TODO.markdown
+++ b/TODO.markdown
@@ -27,7 +27,9 @@ Tracing
* Start tracing on demand (e.g., key-press, or by frame no), emitting calls
that recreate all current state.
-* Add option to include call stack frames in the trace
+* Add option to include call stack frames in the trace.
+
+* Trace the internal GL calls done by GLU on Mac OS X & Windows.
Retracing