summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/TODO.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
new file mode 100644
index 0000000..710d298
--- /dev/null
+++ b/doc/TODO.txt
@@ -0,0 +1,12 @@
+
+Deprecated demos, ie using a deprecated - non std GL API.
+Solution might be:
+ (1) Remove, with a reference of a similar demo using the std API
+ (2) Rewrite using the std API
+
+And here the infamous candidates, demos using:
+
+ (1) GL_VERTEX_ARRAY_RANGE_NV -> Any VBO demo (FIXME)
+ (2) glGenFencesNV -> GL3/GL4
+ (?) GL_ALL_COMPLETED_NV
+ (?) glAllocateMemoryNV -> might be removed . of GLContext ?