From c9ec51acc4a0eba8ca181bd26a9faaf50cd79a9b Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 14 Mar 2005 05:08:55 +0000 Subject: [PATCH] the road ahead git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@402 783a27ee-832a-0410-bc00-9f386506c6dd --- TODO.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index b173278..9f92350 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,14 +1,17 @@ Major: - - separate build of static and shared object files + - 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 + - fix SGI hyperpipe extension (add verbatim mode to spec files) + - separate build of static and shared object files (for mingw and cygwin) - start designing GLEW 2.0 Minor: - add support for all SUN, MTX, and OML extensions - - fix SGI hyperpipe stuff - make auto/Makefile more robust against auto/core/*~ mistakes - web poll on separating glew, glxew and wglew