From f9e14975725cd3df3f792260bad9197a08d4a67f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 26 Mar 2010 23:31:29 +0100 Subject: Deprecated demos, ie using a deprecated - non std GL API. --- doc/TODO.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/TODO.txt (limited to 'doc') 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 ? -- cgit v1.2.3