glew-cmake/TODO.txt
ikits 8f9e315b4b one more item
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@366 783a27ee-832a-0410-bc00-9f386506c6dd
2005-01-06 06:26:15 +00:00

15 lines
584 B
Plaintext

Major:
- separate build of static and shared object files
- 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.
- 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