summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-26 23:31:29 +0100
committerSven Gothel <[email protected]>2010-03-26 23:31:29 +0100
commitf9e14975725cd3df3f792260bad9197a08d4a67f (patch)
tree11a89c436154c7b8ffd6598bbcbde855ef80e6e8 /doc
parentb358726acaef40e0e376993da88fde664dd09972 (diff)
Deprecated demos, ie using a deprecated - non std GL API.
Diffstat (limited to 'doc')
-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 ?