From 386f64b1d08392a9be3e10a319fc78317e2cabf8 Mon Sep 17 00:00:00 2001 From: ikits Date: Wed, 21 Mar 2007 23:36:26 +0000 Subject: [PATCH] updated todo list git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@500 783a27ee-832a-0410-bc00-9f386506c6dd --- TODO.txt | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/TODO.txt b/TODO.txt index d2029fa..d2701b6 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,18 +1,12 @@ Major: - add support for windows mini-client drivers - - add support for initialization on first use - - This is probably a simple change: just define that the programmer - *has* to call either of glewGetExtension or glewInit as the first - GLEW function he uses. If it's glewExtension, then that function - performs the initialization. - add windows installer (msi) - - add ati/nvidia custom profile - separate build of static and shared object files (for mingw and cygwin) - - make auto scripts work with text mode cygwin mounts - start designing GLEW 2.0 Minor: + - make auto scripts work with text mode cygwin mounts - add support for all SUN, MTX, and OML extensions - make auto/Makefile more robust against auto/core/*~ mistakes - web poll on separating glew, glxew and wglew